Skip to content

Commit efc83bb

Browse files
committed
Add csproj files and sln for editing but not building
1 parent 07501f1 commit efc83bb

8 files changed

Lines changed: 1544 additions & 1 deletion

File tree

powershell.sln

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "powershell", "src\powershell\powershell.csproj", "{9F0760E6-18AC-4B3F-A6B2-7157404C4276}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Management.Automation", "src\System.Management.Automation\System.Management.Automation.csproj", "{1256D32A-BE8D-4EFE-9769-57BE5663209E}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.Commands.Management", "src\Microsoft.PowerShell.Commands.Management\Microsoft.PowerShell.Commands.Management.csproj", "{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.Commands.Utility", "src\Microsoft.PowerShell.Commands.Utility\Microsoft.PowerShell.Commands.Utility.csproj", "{5B134412-7EAF-4D60-9EED-CD200BDC5153}"
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.PowerShell.ConsoleHost", "src\Microsoft.PowerShell.ConsoleHost\Microsoft.PowerShell.ConsoleHost.csproj", "{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}"
15+
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSReadLine", "src\Microsoft.PowerShell.PSReadLine\PSReadLine.csproj", "{615788CB-1B9A-4B34-97B3-4608686E59CA}"
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
20+
CORECLR|Any CPU = CORECLR|Any CPU
21+
UNIX|Any CPU = UNIX|Any CPU
22+
WINDOWS|Any CPU = WINDOWS|Any CPU
23+
EndGlobalSection
24+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
25+
{9F0760E6-18AC-4B3F-A6B2-7157404C4276}.CORECLR|Any CPU.ActiveCfg = CORECLR|x86
26+
{9F0760E6-18AC-4B3F-A6B2-7157404C4276}.UNIX|Any CPU.ActiveCfg = UNIX|x86
27+
{9F0760E6-18AC-4B3F-A6B2-7157404C4276}.WINDOWS|Any CPU.ActiveCfg = CORECLR|x86
28+
{9F0760E6-18AC-4B3F-A6B2-7157404C4276}.WINDOWS|Any CPU.Build.0 = CORECLR|x86
29+
{1256D32A-BE8D-4EFE-9769-57BE5663209E}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
30+
{1256D32A-BE8D-4EFE-9769-57BE5663209E}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
31+
{1256D32A-BE8D-4EFE-9769-57BE5663209E}.WINDOWS|Any CPU.ActiveCfg = WINDOWS|Any CPU
32+
{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
33+
{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
34+
{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}.WINDOWS|Any CPU.ActiveCfg = Release|Any CPU
35+
{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}.WINDOWS|Any CPU.Build.0 = Release|Any CPU
36+
{5B134412-7EAF-4D60-9EED-CD200BDC5153}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
37+
{5B134412-7EAF-4D60-9EED-CD200BDC5153}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
38+
{5B134412-7EAF-4D60-9EED-CD200BDC5153}.WINDOWS|Any CPU.ActiveCfg = Release|Any CPU
39+
{5B134412-7EAF-4D60-9EED-CD200BDC5153}.WINDOWS|Any CPU.Build.0 = Release|Any CPU
40+
{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
41+
{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
42+
{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}.WINDOWS|Any CPU.ActiveCfg = Release|Any CPU
43+
{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}.WINDOWS|Any CPU.Build.0 = Release|Any CPU
44+
{615788CB-1B9A-4B34-97B3-4608686E59CA}.CORECLR|Any CPU.ActiveCfg = CORECLR|Any CPU
45+
{615788CB-1B9A-4B34-97B3-4608686E59CA}.UNIX|Any CPU.ActiveCfg = UNIX|Any CPU
46+
{615788CB-1B9A-4B34-97B3-4608686E59CA}.WINDOWS|Any CPU.ActiveCfg = Release|Any CPU
47+
{615788CB-1B9A-4B34-97B3-4608686E59CA}.WINDOWS|Any CPU.Build.0 = Release|Any CPU
48+
EndGlobalSection
49+
GlobalSection(SolutionProperties) = preSolution
50+
HideSolutionNode = FALSE
51+
EndGlobalSection
52+
EndGlobal
Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProjectGuid>{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}</ProjectGuid>
7+
<OutputType>Library</OutputType>
8+
<NoStandardLibraries>false</NoStandardLibraries>
9+
<AssemblyName>ClassLibrary</AssemblyName>
10+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
11+
<FileAlignment>512</FileAlignment>
12+
</PropertyGroup>
13+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14+
<DebugSymbols>true</DebugSymbols>
15+
<DebugType>full</DebugType>
16+
<Optimize>false</Optimize>
17+
<OutputPath>bin\Debug\</OutputPath>
18+
<DefineConstants>DEBUG;TRACE</DefineConstants>
19+
<ErrorReport>prompt</ErrorReport>
20+
<WarningLevel>4</WarningLevel>
21+
</PropertyGroup>
22+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23+
<DebugType>pdbonly</DebugType>
24+
<Optimize>true</Optimize>
25+
<OutputPath>bin\Release\</OutputPath>
26+
<DefineConstants>TRACE</DefineConstants>
27+
<ErrorReport>prompt</ErrorReport>
28+
<WarningLevel>4</WarningLevel>
29+
</PropertyGroup>
30+
<PropertyGroup>
31+
<RootNamespace>Microsoft.PowerShell.Commands.Management</RootNamespace>
32+
</PropertyGroup>
33+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|AnyCPU'">
34+
<OutputPath>bin\UNIX\</OutputPath>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|AnyCPU'">
37+
<OutputPath>bin\CORECLR\</OutputPath>
38+
</PropertyGroup>
39+
<ItemGroup>
40+
<Reference Include="Microsoft.CSharp" />
41+
<Reference Include="System" />
42+
<Reference Include="System.Core" />
43+
<Reference Include="System.Data" />
44+
<Reference Include="System.Data.DataSetExtensions" />
45+
<Reference Include="System.Xml" />
46+
<Reference Include="System.Xml.Linq" />
47+
</ItemGroup>
48+
<ItemGroup>
49+
<Compile Include="AssemblyInfo.cs" />
50+
<Compile Include="cimSupport\cmdletization\cim\cimChildJobBase.cs" />
51+
<Compile Include="cimSupport\cmdletization\cim\cimCmdletDefinitionContext.cs" />
52+
<Compile Include="cimSupport\cmdletization\cim\cimCmdletInvocationContext.cs" />
53+
<Compile Include="cimSupport\cmdletization\cim\cimConverter.cs" />
54+
<Compile Include="cimSupport\cmdletization\cim\cimJobContext.cs" />
55+
<Compile Include="cimSupport\cmdletization\cim\CimJobException.cs" />
56+
<Compile Include="cimSupport\cmdletization\cim\cimOperationOptionsHelper.cs" />
57+
<Compile Include="cimSupport\cmdletization\cim\cimQuery.cs" />
58+
<Compile Include="cimSupport\cmdletization\cim\cimWrapper.cs" />
59+
<Compile Include="cimSupport\cmdletization\cim\clientSideQuery.cs" />
60+
<Compile Include="cimSupport\cmdletization\cim\CreateInstanceJob.cs" />
61+
<Compile Include="cimSupport\cmdletization\cim\DeleteInstanceJob.cs" />
62+
<Compile Include="cimSupport\cmdletization\cim\EnumerateAssociatedInstancesJob.cs" />
63+
<Compile Include="cimSupport\cmdletization\cim\ExtrinsicMethodInvocationJob.cs" />
64+
<Compile Include="cimSupport\cmdletization\cim\InstanceMethodInvocationJob.cs" />
65+
<Compile Include="cimSupport\cmdletization\cim\MethodInvocationJobBase.cs" />
66+
<Compile Include="cimSupport\cmdletization\cim\ModifyInstanceJob.cs" />
67+
<Compile Include="cimSupport\cmdletization\cim\PropertySettingJob.cs" />
68+
<Compile Include="cimSupport\cmdletization\cim\QueryJob.cs" />
69+
<Compile Include="cimSupport\cmdletization\cim\QueryJobBase.cs" />
70+
<Compile Include="cimSupport\cmdletization\cim\StaticMethodInvocationJob.cs" />
71+
<Compile Include="cimSupport\cmdletization\cim\TerminatingErrorTracker.cs" />
72+
<Compile Include="cimSupport\cmdletization\SessionBasedWrapper.cs" />
73+
<Compile Include="commands\management\AddContentCommand.cs" />
74+
<Compile Include="commands\management\CIMHelper.cs" />
75+
<Compile Include="commands\management\ClearContentCommand.cs" />
76+
<Compile Include="commands\management\ClearPropertyCommand.cs" />
77+
<Compile Include="commands\management\ClearRecycleBinCommand.cs" />
78+
<Compile Include="commands\management\CombinePathCommand.cs" />
79+
<Compile Include="commands\management\CommandsCommon.cs" />
80+
<Compile Include="commands\management\CommitTransactionCommand.cs" />
81+
<Compile Include="commands\management\Computer.cs" />
82+
<Compile Include="commands\management\ContentCommandBase.cs" />
83+
<Compile Include="commands\management\ControlPanelItemCommand.cs" />
84+
<Compile Include="commands\management\ConvertPathCommand.cs" />
85+
<Compile Include="commands\management\CopyPropertyCommand.cs" />
86+
<Compile Include="commands\management\Eventlog.cs" />
87+
<Compile Include="commands\management\GetChildrenCommand.cs" />
88+
<Compile Include="commands\management\GetClipboardCommand.cs" />
89+
<Compile Include="commands\management\GetComputerInfoCommand.cs" />
90+
<Compile Include="commands\management\GetContentCommand.cs" />
91+
<Compile Include="commands\management\GetPropertyCommand.cs" />
92+
<Compile Include="commands\management\GetTransactionCommand.cs" />
93+
<Compile Include="commands\management\GetWMIObjectCommand.cs" />
94+
<Compile Include="commands\management\Hotfix.cs" />
95+
<Compile Include="commands\management\InvokeWMIMethodCommand.cs" />
96+
<Compile Include="commands\management\MovePropertyCommand.cs" />
97+
<Compile Include="commands\management\Navigation.cs" />
98+
<Compile Include="commands\management\NewPropertyCommand.cs" />
99+
<Compile Include="commands\management\ParsePathCommand.cs" />
100+
<Compile Include="commands\management\PassThroughContentCommandBase.cs" />
101+
<Compile Include="commands\management\PassThroughPropertyCommandBase.cs" />
102+
<Compile Include="commands\management\PingPathCommand.cs" />
103+
<Compile Include="commands\management\Process.cs" />
104+
<Compile Include="commands\management\PropertyCommandBase.cs" />
105+
<Compile Include="commands\management\RegisterWMIEventCommand.cs" />
106+
<Compile Include="commands\management\RemovePropertyCommand.cs" />
107+
<Compile Include="commands\management\RemoveWMIObjectCommand.cs" />
108+
<Compile Include="commands\management\RenamePropertyCommand.cs" />
109+
<Compile Include="commands\management\ResolvePathCommand.cs" />
110+
<Compile Include="commands\management\RollbackTransactionCommand.cs" />
111+
<Compile Include="commands\management\Service.cs" />
112+
<Compile Include="commands\management\SetClipboardCommand.cs" />
113+
<Compile Include="commands\management\SetContentCommand.cs" />
114+
<Compile Include="commands\management\SetPropertyCommand.cs" />
115+
<Compile Include="commands\management\SetWMIInstanceCommand.cs" />
116+
<Compile Include="commands\management\StartTransactionCommand.cs" />
117+
<Compile Include="commands\management\UseTransactionCommand.cs" />
118+
<Compile Include="commands\management\WebServiceProxy.cs" />
119+
<Compile Include="commands\management\WMIHelper.cs" />
120+
<Compile Include="commands\management\WriteContentCommandBase.cs" />
121+
<Compile Include="gen\ClearRecycleBinResources.cs" />
122+
<Compile Include="gen\ClipboardResources.cs" />
123+
<Compile Include="gen\CmdletizationResources.cs" />
124+
<Compile Include="gen\ComputerInfoResources.cs" />
125+
<Compile Include="gen\ComputerResources.cs" />
126+
<Compile Include="gen\ControlPanelResources.cs" />
127+
<Compile Include="gen\EventlogResources.cs" />
128+
<Compile Include="gen\HotFixResources.cs" />
129+
<Compile Include="gen\ManagementMshSnapInResources.cs" />
130+
<Compile Include="gen\NavigationResources.cs" />
131+
<Compile Include="gen\ProcessCommandHelpResources.cs" />
132+
<Compile Include="gen\ProcessResources.cs" />
133+
<Compile Include="gen\ServiceResources.cs" />
134+
<Compile Include="gen\TransactionResources.cs" />
135+
<Compile Include="gen\WebServiceResources.cs" />
136+
<Compile Include="gen\WmiResources.cs" />
137+
<Compile Include="singleshell\installer\MshManagementMshSnapin.cs" />
138+
</ItemGroup>
139+
<ItemGroup>
140+
<None Include="map.json" />
141+
<None Include="project.json" />
142+
</ItemGroup>
143+
<ItemGroup>
144+
<EmbeddedResource Include="resources\ClearRecycleBinResources.resx" />
145+
<EmbeddedResource Include="resources\ClipboardResources.resx" />
146+
<EmbeddedResource Include="resources\CmdletizationResources.resx" />
147+
<EmbeddedResource Include="resources\ComputerInfoResources.resx" />
148+
<EmbeddedResource Include="resources\ComputerResources.resx" />
149+
<EmbeddedResource Include="resources\ControlPanelResources.resx" />
150+
<EmbeddedResource Include="resources\EventlogResources.resx" />
151+
<EmbeddedResource Include="resources\HotFixResources.resx" />
152+
<EmbeddedResource Include="resources\ManagementMshSnapInResources.resx" />
153+
<EmbeddedResource Include="resources\NavigationResources.resx" />
154+
<EmbeddedResource Include="resources\ProcessCommandHelpResources.resx" />
155+
<EmbeddedResource Include="resources\ProcessResources.resx" />
156+
<EmbeddedResource Include="resources\ServiceResources.resx" />
157+
<EmbeddedResource Include="resources\TransactionResources.resx" />
158+
<EmbeddedResource Include="resources\WebServiceResources.resx" />
159+
<EmbeddedResource Include="resources\WmiResources.resx" />
160+
</ItemGroup>
161+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
162+
<ProjectExtensions>
163+
<VisualStudio AllowExistingFolder="true" />
164+
</ProjectExtensions>
165+
</Project>

0 commit comments

Comments
 (0)