1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\NUnit.3.11.0\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" />
3
4
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
5
<PropertyGroup >
5
6
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9
10
<AppDesignerFolder >Properties</AppDesignerFolder >
10
11
<RootNamespace >GitReleaseManager.Tests</RootNamespace >
11
12
<AssemblyName >GitReleaseManager.Tests</AssemblyName >
12
- <TargetFrameworkVersion >v4.5.1 </TargetFrameworkVersion >
13
+ <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
13
14
<FileAlignment >512</FileAlignment >
14
15
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15
16
<RestorePackages >true</RestorePackages >
36
37
<DebugSymbols >true</DebugSymbols >
37
38
</PropertyGroup >
38
39
<ItemGroup >
39
- <Reference Include =" AlphaFS, Version=2.1 .0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL" >
40
- <HintPath >..\packages\AlphaFS.2.1.3 \lib\net451 \AlphaFS.dll</HintPath >
40
+ <Reference Include =" AlphaFS, Version=2.2 .0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL" >
41
+ <HintPath >..\packages\AlphaFS.2.2.6 \lib\net452 \AlphaFS.dll</HintPath >
41
42
</Reference >
42
43
<Reference Include =" ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL" >
43
- <HintPath >..\packages\ApprovalTests.3.0.14 \lib\net45 \ApprovalTests.dll</HintPath >
44
+ <HintPath >..\packages\ApprovalTests.3.0.18 \lib\netstandard2.0 \ApprovalTests.dll</HintPath >
44
45
</Reference >
45
46
<Reference Include =" ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL" >
46
- <HintPath >..\packages\ApprovalUtilities.3.0.14 \lib\net45 \ApprovalUtilities.dll</HintPath >
47
+ <HintPath >..\packages\ApprovalUtilities.3.0.18 \lib\net461 \ApprovalUtilities.dll</HintPath >
47
48
</Reference >
48
- <Reference Include =" nunit.framework , Version=3.9.0 .0, Culture=neutral, PublicKeyToken=2638cd05610744eb , processorArchitecture=MSIL" >
49
- <HintPath >..\packages\NUnit.3.9. 0\lib\net45\nunit.framework .dll</HintPath >
49
+ <Reference Include =" Microsoft.Win32.Registry , Version=4.1.1 .0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , processorArchitecture=MSIL" >
50
+ <HintPath >..\packages\Microsoft.Win32.Registry.4.5. 0\lib\net461\Microsoft.Win32.Registry .dll</HintPath >
50
51
</Reference >
51
- <Reference Include =" Octokit, Version=0.29.0.0, Culture=neutral, processorArchitecture=MSIL" >
52
- <HintPath >..\packages\Octokit.0.29.0\lib\net45\Octokit.dll</HintPath >
52
+ <Reference Include =" nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
53
+ <HintPath >..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" Octokit, Version=0.32.0.0, Culture=neutral, processorArchitecture=MSIL" >
56
+ <HintPath >..\packages\Octokit.0.32.0\lib\net45\Octokit.dll</HintPath >
53
57
</Reference >
54
58
<Reference Include =" System" />
55
59
<Reference Include =" System.Core" />
60
+ <Reference Include =" System.Data.SqlClient, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
61
+ <HintPath >..\packages\System.Data.SqlClient.4.6.0\lib\net461\System.Data.SqlClient.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" System.Drawing" />
64
+ <Reference Include =" System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
65
+ <HintPath >..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" System.Management" />
56
68
<Reference Include =" System.Net.Http" />
69
+ <Reference Include =" System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
70
+ <HintPath >..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath >
71
+ </Reference >
72
+ <Reference Include =" System.Security.Principal.Windows, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
73
+ <HintPath >..\packages\System.Security.Principal.Windows.4.5.1\lib\net461\System.Security.Principal.Windows.dll</HintPath >
74
+ </Reference >
57
75
<Reference Include =" System.Transactions" />
58
76
<Reference Include =" System.Windows.Forms" />
59
77
<Reference Include =" System.Xml.Linq" />
60
78
<Reference Include =" System.Data.DataSetExtensions" />
61
79
<Reference Include =" Microsoft.CSharp" />
62
80
<Reference Include =" System.Data" />
63
81
<Reference Include =" System.Xml" />
82
+ <Reference Include =" TextCopy, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1ca091877d12ca03, processorArchitecture=MSIL" >
83
+ <HintPath >..\packages\TextCopy.1.5.0\lib\netstandard2.0\TextCopy.dll</HintPath >
84
+ </Reference >
64
85
</ItemGroup >
65
86
<ItemGroup >
66
87
<Compile Include =" ApprovalTestConfig.cs" />
82
103
<Link >SolutionInfo.cs</Link >
83
104
</Compile >
84
105
</ItemGroup >
85
- <ItemGroup >
86
- <None Include =" packages.config" >
87
- <SubType >Designer</SubType >
88
- </None >
89
- </ItemGroup >
90
106
<ItemGroup >
91
107
<ProjectReference Include =" ..\GitReleaseManager\GitReleaseManager.Core.csproj" >
92
108
<Project >{b02a026e-ca3a-48f4-bba9-eb337b0a2035}</Project >
99
115
<LastGenOutput >Resources.Designer.cs</LastGenOutput >
100
116
</EmbeddedResource >
101
117
</ItemGroup >
118
+ <ItemGroup >
119
+ <None Include =" app.config" />
120
+ <None Include =" packages.config" />
121
+ </ItemGroup >
102
122
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103
123
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
104
124
<PropertyGroup >
105
125
<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 >
106
126
</PropertyGroup >
127
+ <Error Condition =" !Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.11.0\build\NUnit.props'))" />
107
128
</Target >
108
129
</Project >
0 commit comments