1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{0E720BF8-84E3-4C56-BCEA-7D6FD34D8948}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Microsoft.PowerShell.EditorServices.Host</RootNamespace >
11
+ <AssemblyName >Microsoft.PowerShell.EditorServices.Host.x86</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
15
+ <RestorePackages >true</RestorePackages >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <PlatformTarget >x86</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ <DocumentationFile >
27
+ </DocumentationFile >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
+ <PlatformTarget >x86</PlatformTarget >
31
+ <DebugType >pdbonly</DebugType >
32
+ <Optimize >true</Optimize >
33
+ <OutputPath >bin\Release\</OutputPath >
34
+ <DefineConstants >TRACE</DefineConstants >
35
+ <ErrorReport >prompt</ErrorReport >
36
+ <WarningLevel >4</WarningLevel >
37
+ </PropertyGroup >
38
+ <ItemGroup >
39
+ <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" />
40
+ <Reference Include =" Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
41
+ <HintPath >..\..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.dll</HintPath >
42
+ <Private >True</Private >
43
+ </Reference >
44
+ <Reference Include =" Nito.AsyncEx.Concurrent, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
45
+ <HintPath >..\..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath >
46
+ <Private >True</Private >
47
+ </Reference >
48
+ <Reference Include =" Nito.AsyncEx.Enlightenment, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
49
+ <HintPath >..\..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath >
50
+ <Private >True</Private >
51
+ </Reference >
52
+ <Reference Include =" System" />
53
+ <Reference Include =" System.Core" />
54
+ <Reference Include =" System.Xml.Linq" />
55
+ <Reference Include =" System.Data.DataSetExtensions" />
56
+ <Reference Include =" Microsoft.CSharp" />
57
+ <Reference Include =" System.Data" />
58
+ <Reference Include =" System.Xml" />
59
+ <Reference Include =" System.Management.Automation" />
60
+ </ItemGroup >
61
+ <ItemGroup >
62
+ <Compile Include =" ..\PowerShellEditorServices.Host\Program.cs" >
63
+ <Link >Program.cs</Link >
64
+ </Compile >
65
+ <Compile Include =" Properties\AssemblyInfo.cs" />
66
+ </ItemGroup >
67
+ <ItemGroup >
68
+ <Content Include =" Microsoft.PowerShell.EditorServices.Host.DebugAdapter.cmd" >
69
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
70
+ </Content >
71
+ <None Include =" ..\PowerShellEditorServices.Host\App.config" >
72
+ <Link >App.config</Link >
73
+ </None >
74
+ <None Include =" packages.config" />
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <ProjectReference Include =" ..\..\submodules\PSScriptAnalyzer\Engine\ScriptAnalyzerEngine.csproj" >
78
+ <Project >{f4bde3d0-3eef-4157-8a3e-722df7adef60}</Project >
79
+ <Name >ScriptAnalyzerEngine</Name >
80
+ </ProjectReference >
81
+ <ProjectReference Include =" ..\..\submodules\PSScriptAnalyzer\Rules\ScriptAnalyzerBuiltinRules.csproj" >
82
+ <Project >{c33b6b9d-e61c-45a3-9103-895fd82a5c1e}</Project >
83
+ <Name >ScriptAnalyzerBuiltinRules</Name >
84
+ </ProjectReference >
85
+ <ProjectReference Include =" ..\PowerShellEditorServices.Protocol\PowerShellEditorServices.Protocol.csproj" >
86
+ <Project >{f8a0946a-5d25-4651-8079-b8d5776916fb}</Project >
87
+ <Name >PowerShellEditorServices.Protocol</Name >
88
+ </ProjectReference >
89
+ <ProjectReference Include =" ..\PowerShellEditorServices\PowerShellEditorServices.csproj" >
90
+ <Project >{81e8cbcd-6319-49e7-9662-0475bd0791f4}</Project >
91
+ <Name >PowerShellEditorServices</Name >
92
+ </ProjectReference >
93
+ </ItemGroup >
94
+ <ItemGroup />
95
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
97
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
98
+ <PropertyGroup >
99
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
100
+ </PropertyGroup >
101
+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
102
+ </Target >
103
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104
+ Other similar extension points exist, see Microsoft.Common.targets.
105
+ <Target Name="BeforeBuild">
106
+ </Target>
107
+ <Target Name="AfterBuild">
108
+ </Target>
109
+ -->
110
+ </Project >
0 commit comments