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 >{75C2BE85-1DAF-4E34-8305-B17AFAA982A6}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >GitVersionExe.Tests</RootNamespace >
11
+ <AssemblyName >GitVersionExe.Tests</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release\</OutputPath >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" ApprovalTests" >
34
+ <HintPath >..\packages\ApprovalTests.3.0.7\lib\net40\ApprovalTests.dll</HintPath >
35
+ </Reference >
36
+ <Reference Include =" ApprovalUtilities" >
37
+ <HintPath >..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" LibGit2Sharp" >
40
+ <HintPath >..\packages\LibGit2Sharp.0.19.0.0\lib\net40\LibGit2Sharp.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" Shouldly" >
43
+ <HintPath >..\packages\Shouldly.2.2.0\lib\net40\Shouldly.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" System" />
46
+ <Reference Include =" System.Core" />
47
+ <Reference Include =" System.Web.Extensions" />
48
+ <Reference Include =" System.Xml.Linq" />
49
+ <Reference Include =" System.Data.DataSetExtensions" />
50
+ <Reference Include =" Microsoft.CSharp" />
51
+ <Reference Include =" System.Data" />
52
+ <Reference Include =" System.Xml" />
53
+ <Reference Include =" xunit" >
54
+ <HintPath >..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" xunit.extensions" >
57
+ <HintPath >..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath >
58
+ </Reference >
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <ProjectReference Include =" ..\AcceptanceTests\AcceptanceTests.csproj" >
62
+ <Project >{BF905F84-382C-440D-92F5-C61108626D8D}</Project >
63
+ <Name >AcceptanceTests</Name >
64
+ </ProjectReference >
65
+ <ProjectReference Include =" ..\GitVersionCore\GitVersionCore.csproj" >
66
+ <Project >{F9741A0D-B9D7-4557-9A1C-A7252C1071F5}</Project >
67
+ <Name >GitVersionCore</Name >
68
+ </ProjectReference >
69
+ <ProjectReference Include =" ..\GitVersionExe\GitVersionExe.csproj" >
70
+ <Project >{c3578a7b-09a6-4444-9383-0deafa4958bd}</Project >
71
+ <Name >GitVersionExe</Name >
72
+ </ProjectReference >
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <None Include =" packages.config" />
76
+ <None Include =" TestBuildFile.proj" />
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <Compile Include =" ExecCmdLineArgumentTest.cs" />
80
+ <Compile Include =" ExecutionResults.cs" />
81
+ <Compile Include =" GitVersionHelper.cs" />
82
+ <Compile Include =" MsBuildProjectArgTest.cs" />
83
+ <Compile Include =" PullRequestInTeamCityTest.cs" />
84
+ </ItemGroup >
85
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86
+ <PropertyGroup >
87
+ <PostBuildEvent >
88
+ if not exist "$(TargetDir)NativeBinaries" md "$(TargetDir)NativeBinaries"
89
+ if not exist "$(TargetDir)NativeBinaries\x86" md "$(TargetDir)NativeBinaries\x86"
90
+ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\x86\*.*" "$(TargetDir)NativeBinaries\x86"
91
+ if not exist "$(TargetDir)NativeBinaries\amd64" md "$(TargetDir)NativeBinaries\amd64"
92
+ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\amd64\*.*" "$(TargetDir)NativeBinaries\amd64"</PostBuildEvent >
93
+ </PropertyGroup >
94
+ </Project >
0 commit comments