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 >{BF905F84-382C-440D-92F5-C61108626D8D}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >AcceptanceTests</RootNamespace >
11
+ <AssemblyName >AcceptanceTests</AssemblyName >
12
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <DebugType >pdbonly</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <OutputPath >bin\Release\</OutputPath >
29
+ <DefineConstants >TRACE</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ </PropertyGroup >
33
+ <ItemGroup >
34
+ <Reference Include =" ApprovalTests" >
35
+ <HintPath >..\packages\ApprovalTests.3.0.5\lib\net40\ApprovalTests.dll</HintPath >
36
+ </Reference >
37
+ <Reference Include =" ApprovalUtilities" >
38
+ <HintPath >..\packages\ApprovalUtilities.3.0.5\lib\net35\ApprovalUtilities.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" LibGit2Sharp" >
41
+ <HintPath >..\packages\LibGit2Sharp.0.16.0.0\lib\net35\LibGit2Sharp.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" System.Web.Extensions" />
46
+ <Reference Include =" System.Xml.Linq" />
47
+ <Reference Include =" System.Data.DataSetExtensions" />
48
+ <Reference Include =" System.Data" />
49
+ <Reference Include =" System.Xml" />
50
+ <Reference Include =" TestStack.BDDfy, Version=3.19.1.0, Culture=neutral, PublicKeyToken=a357057d05a879bd, processorArchitecture=MSIL" >
51
+ <SpecificVersion >False</SpecificVersion >
52
+ <HintPath >..\packages\TestStack.BDDfy.3.19.1\lib\NET40\TestStack.BDDfy.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" xunit" >
55
+ <HintPath >..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" xunit.extensions" >
58
+ <HintPath >..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath >
59
+ </Reference >
60
+ </ItemGroup >
61
+ <ItemGroup >
62
+ <Compile Include =" EmptyRepositorySpecification.cs" />
63
+ <Compile Include =" ExecArgSpecification.cs" />
64
+ <Compile Include =" Helpers\ExecutionResults.cs" />
65
+ <Compile Include =" Helpers\GitHelper.cs" />
66
+ <Compile Include =" Helpers\GitVersionHelper.cs" />
67
+ <Compile Include =" Helpers\PathHelper.cs" />
68
+ <Compile Include =" Helpers\ProcessHelper.cs" />
69
+ <Compile Include =" Helpers\Scrubbers.cs" />
70
+ <Compile Include =" NoTagsInRepositorySpecification.cs" />
71
+ <Compile Include =" NoTagsInRepositoryWithNextVersionTxtSpecification.cs" />
72
+ <Compile Include =" ProjArgSpecification.cs" />
73
+ <Compile Include =" Properties\ApprovalTestsConfig.cs" />
74
+ <Compile Include =" Properties\AssemblyInfo.cs" />
75
+ <Compile Include =" Properties\Resources.Designer.cs" >
76
+ <AutoGen >True</AutoGen >
77
+ <DesignTime >True</DesignTime >
78
+ <DependentUpon >Resources.resx</DependentUpon >
79
+ </Compile >
80
+ <Compile Include =" PullRequestsFixture.cs" />
81
+ <Compile Include =" RepositoryFixture.cs" />
82
+ <Compile Include =" TagFollowedByCommitsWithApplicableNextVersionTxtSpecification.cs" />
83
+ <Compile Include =" TagFollowedByCommitsWithNoNextVersionTxtSpecification.cs" />
84
+ <Compile Include =" TagFollowedByCommitsWithRedundantNextVersionTxtSpecification.cs" />
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <None Include =" packages.config" />
88
+ <None Include =" TestBuildFile.proj" />
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <EmbeddedResource Include =" Properties\Resources.resx" >
92
+ <Generator >ResXFileCodeGenerator</Generator >
93
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
94
+ </EmbeddedResource >
95
+ </ItemGroup >
96
+ <ItemGroup >
97
+ <ProjectReference Include =" ..\GitVersion\GitVersion.csproj" >
98
+ <Project >{c3578a7b-09a6-4444-9383-0deafa4958bd}</Project >
99
+ <Name >GitVersion</Name >
100
+ </ProjectReference >
101
+ </ItemGroup >
102
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103
+ <PropertyGroup >
104
+ <PostBuildEvent >
105
+ if not exist "$(TargetDir)NativeBinaries" md "$(TargetDir)NativeBinaries"
106
+ if not exist "$(TargetDir)NativeBinaries\x86" md "$(TargetDir)NativeBinaries\x86"
107
+ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.16.0.0\lib\net35\NativeBinaries\x86\*.*" "$(TargetDir)NativeBinaries\x86"
108
+ if not exist "$(TargetDir)NativeBinaries\amd64" md "$(TargetDir)NativeBinaries\amd64"
109
+ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.16.0.0\lib\net35\NativeBinaries\amd64\*.*" "$(TargetDir)NativeBinaries\amd64"</PostBuildEvent >
110
+ </PropertyGroup >
111
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112
+ Other similar extension points exist, see Microsoft.Common.targets.
113
+ <Target Name="BeforeBuild">
114
+ </Target>
115
+ <Target Name="AfterBuild">
116
+ </Target>
117
+ -->
118
+ </Project >
0 commit comments