1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" 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 >{01C142BA-7AF1-48D6-B185-81147A2F7DB7}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >StandIn</RootNamespace >
10+ <AssemblyName >StandIn</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <Deterministic >true</Deterministic >
14+ <NuGetPackageImportStamp >
15+ </NuGetPackageImportStamp >
16+ <TargetFrameworkProfile >
17+ </TargetFrameworkProfile >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <PlatformTarget >AnyCPU</PlatformTarget >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\Debug\</OutputPath >
25+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ <Prefer32Bit >false</Prefer32Bit >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <PlatformTarget >AnyCPU</PlatformTarget >
32+ <DebugType >pdbonly</DebugType >
33+ <Optimize >true</Optimize >
34+ <OutputPath >bin\Release\</OutputPath >
35+ <DefineConstants >TRACE</DefineConstants >
36+ <ErrorReport >prompt</ErrorReport >
37+ <WarningLevel >4</WarningLevel >
38+ <Prefer32Bit >false</Prefer32Bit >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" CommandLine, Version=1.9.3.15, Culture=neutral, processorArchitecture=MSIL" >
42+ <HintPath >..\packages\CommandLineParser.1.9.3.15\lib\CommandLine.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\Costura.Fody.1.6.2\lib\portable-net+sl+win+wpa+wp\Costura.dll</HintPath >
46+ <Private >False</Private >
47+ </Reference >
48+ <Reference Include =" System" />
49+ <Reference Include =" System.Core" />
50+ <Reference Include =" System.DirectoryServices" />
51+ <Reference Include =" System.DirectoryServices.AccountManagement" />
52+ <Reference Include =" System.DirectoryServices.Protocols" />
53+ <Reference Include =" System.Xml.Linq" />
54+ <Reference Include =" System.Data.DataSetExtensions" />
55+ <Reference Include =" System.Data" />
56+ <Reference Include =" System.Xml" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Compile Include =" hStandIn.cs" />
60+ <Compile Include =" Program.cs" />
61+ <Compile Include =" Properties\AssemblyInfo.cs" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <None Include =" App.config" />
65+ <None Include =" packages.config" />
66+ </ItemGroup >
67+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68+ <Import Project =" ..\packages\Fody.2.5.0\build\Fody.targets" Condition =" Exists('..\packages\Fody.2.5.0\build\Fody.targets')" />
69+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
70+ <PropertyGroup >
71+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
72+ </PropertyGroup >
73+ <Error Condition =" !Exists('..\packages\Fody.2.5.0\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.5.0\build\Fody.targets'))" />
74+ <Error Condition =" !Exists('..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets'))" />
75+ </Target >
76+ <Import Project =" ..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets" Condition =" Exists('..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets')" />
77+ </Project >
0 commit comments