1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3+ <Import Project =" packages\NUnit.3.13.2\build\NUnit.props" Condition =" Exists('packages\NUnit.3.13.2\build\NUnit.props')" />
34 <PropertyGroup >
45 <ProjectType >Local</ProjectType >
56 <ProductVersion >7.10.3077</ProductVersion >
1819 <RunPostBuildEvent >OnBuildSuccess</RunPostBuildEvent >
1920 <FileUpgradeFlags >
2021 </FileUpgradeFlags >
21- <TargetFrameworkVersion >v2.0 </TargetFrameworkVersion >
22+ <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
2223 <UpgradeBackupLocation >
2324 </UpgradeBackupLocation >
2425 <OldToolsVersion >0.0</OldToolsVersion >
25- <PublishUrl >publish\</PublishUrl >
26- <Install >true</Install >
27- <InstallFrom >Disk</InstallFrom >
28- <UpdateEnabled >false</UpdateEnabled >
29- <UpdateMode >Foreground</UpdateMode >
30- <UpdateInterval >7</UpdateInterval >
31- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
32- <UpdatePeriodically >false</UpdatePeriodically >
33- <UpdateRequired >false</UpdateRequired >
34- <MapFileExtensions >true</MapFileExtensions >
35- <ApplicationRevision >0</ApplicationRevision >
36- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
37- <IsWebBootstrapper >false</IsWebBootstrapper >
38- <UseApplicationTrust >false</UseApplicationTrust >
39- <BootstrapperEnabled >true</BootstrapperEnabled >
26+ <TargetFrameworkProfile />
27+ <NuGetPackageImportStamp >
28+ </NuGetPackageImportStamp >
4029 </PropertyGroup >
4130 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
4231 <OutputPath >bin\Debug\</OutputPath >
5342 <DebugType >full</DebugType >
5443 <ErrorReport >prompt</ErrorReport >
5544 <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
45+ <Prefer32Bit >false</Prefer32Bit >
5646 </PropertyGroup >
5747 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
5848 <OutputPath >bin\Release\</OutputPath >
6858 <DebugType >none</DebugType >
6959 <ErrorReport >prompt</ErrorReport >
7060 <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
61+ <Prefer32Bit >false</Prefer32Bit >
7162 </PropertyGroup >
7263 <ItemGroup >
73- <Reference Include =" nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
74- <HintPath >packages\NUnit.3.4.1\lib\net20\nunit.framework.dll</HintPath >
75- <Private >True</Private >
76- </Reference >
77- <Reference Include =" NUnit.System.Linq, Version=0.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
78- <HintPath >packages\NUnit.3.4.1\lib\net20\NUnit.System.Linq.dll</HintPath >
64+ <Reference Include =" nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
65+ <HintPath >packages\NUnit.3.13.2\lib\net45\nunit.framework.dll</HintPath >
7966 <Private >True</Private >
8067 </Reference >
8168 <Reference Include =" System" >
9986 <SubType >Code</SubType >
10087 </Compile >
10188 </ItemGroup >
102- <ItemGroup >
103- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
104- <Visible >False</Visible >
105- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
106- <Install >false</Install >
107- </BootstrapperPackage >
108- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
109- <Visible >False</Visible >
110- <ProductName >.NET Framework 3.5 SP1</ProductName >
111- <Install >true</Install >
112- </BootstrapperPackage >
113- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
114- <Visible >False</Visible >
115- <ProductName >Windows Installer 3.1</ProductName >
116- <Install >true</Install >
117- </BootstrapperPackage >
118- </ItemGroup >
11989 <ItemGroup >
12090 <None Include =" packages.config" />
12191 </ItemGroup >
12494 <PreBuildEvent />
12595 <PostBuildEvent />
12696 </PropertyGroup >
97+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
98+ <PropertyGroup >
99+ <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 >
100+ </PropertyGroup >
101+ <Error Condition =" !Exists('packages\NUnit.3.13.2\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\NUnit.3.13.2\build\NUnit.props'))" />
102+ <Error Condition =" !Exists('packages\OpenCover.4.7.1221\build\OpenCover.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\OpenCover.4.7.1221\build\OpenCover.targets'))" />
103+ </Target >
104+ <Import Project =" packages\OpenCover.4.7.1221\build\OpenCover.targets" Condition =" Exists('packages\OpenCover.4.7.1221\build\OpenCover.targets')" />
127105</Project >
0 commit comments