forked from PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicrosoft.PowerShell.ConsoleHost.csproj
More file actions
114 lines (114 loc) · 5.43 KB
/
Copy pathMicrosoft.PowerShell.ConsoleHost.csproj
File metadata and controls
114 lines (114 loc) · 5.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5B0CA2C8-9C4E-460B-A632-0FC22E71DF2A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>Microsoft.PowerShell.ConsoleHost</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Microsoft.PowerShell.ConsoleHost</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|AnyCPU'">
<OutputPath>bin\UNIX\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|AnyCPU'">
<OutputPath>bin\CORECLR\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="gen\CommandLineParameterParserStrings.cs" />
<Compile Include="gen\ConsoleControlStrings.cs" />
<Compile Include="gen\ConsoleHostRawUserInterfaceStrings.cs" />
<Compile Include="gen\ConsoleHostStrings.cs" />
<Compile Include="gen\ConsoleHostUserInterfaceSecurityResources.cs" />
<Compile Include="gen\ConsoleHostUserInterfaceStrings.cs" />
<Compile Include="gen\HostMshSnapinResources.cs" />
<Compile Include="gen\ManagedEntranceStrings.cs" />
<Compile Include="gen\ProgressNodeStrings.cs" />
<Compile Include="gen\TranscriptStrings.cs" />
<Compile Include="host\msh\CommandLineParameterParser.cs" />
<Compile Include="host\msh\ConsoleControl.cs" />
<Compile Include="host\msh\ConsoleHost.cs" />
<Compile Include="host\msh\ConsoleHostRawUserInterface.cs" />
<Compile Include="host\msh\ConsoleHostTranscript.cs" />
<Compile Include="host\msh\ConsoleHostUserInterface.cs" />
<Compile Include="host\msh\ConsoleHostUserInterfaceProgress.cs" />
<Compile Include="host\msh\ConsoleHostUserInterfacePrompt.cs" />
<Compile Include="host\msh\ConsoleHostUserInterfacePromptForChoice.cs" />
<Compile Include="host\msh\ConsoleHostUserInterfaceSecurity.cs" />
<Compile Include="host\msh\ConsoleShell.cs" />
<Compile Include="host\msh\ConsoleTextWriter.cs" />
<Compile Include="host\msh\Executor.cs" />
<Compile Include="host\msh\ManagedEntrance.cs" />
<Compile Include="host\msh\PendingProgress.cs" />
<Compile Include="host\msh\ProgressNode.cs" />
<Compile Include="host\msh\ProgressPane.cs" />
<Compile Include="host\msh\Serialization.cs" />
<Compile Include="host\msh\StartTranscriptCmdlet.cs" />
<Compile Include="host\msh\StopTranscriptCmdlet.cs" />
<Compile Include="singleshell\installer\EngineInstaller.cs" />
<Compile Include="singleshell\installer\MshHostMshSnapin.cs" />
</ItemGroup>
<ItemGroup>
<None Include="map.json" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="resources\CommandLineParameterParserStrings.resx" />
<EmbeddedResource Include="resources\ConsoleControlStrings.resx" />
<EmbeddedResource Include="resources\ConsoleHostRawUserInterfaceStrings.resx" />
<EmbeddedResource Include="resources\ConsoleHostStrings.resx" />
<EmbeddedResource Include="resources\ConsoleHostUserInterfaceSecurityResources.resx" />
<EmbeddedResource Include="resources\ConsoleHostUserInterfaceStrings.resx" />
<EmbeddedResource Include="resources\HostMshSnapinResources.resx" />
<EmbeddedResource Include="resources\ManagedEntranceStrings.resx" />
<EmbeddedResource Include="resources\ProgressNodeStrings.resx" />
<EmbeddedResource Include="resources\TranscriptStrings.resx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj">
<Project>{1256d32a-be8d-4efe-9769-57be5663209e}</Project>
<Name>System.Management.Automation</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>