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 >{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >GitHubReleaseManager.Tests</RootNamespace >
11- <AssemblyName >GitHubReleaseManager.Tests</AssemblyName >
12- <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15- <RestorePackages >true</RestorePackages >
16- <TargetFrameworkProfile />
17- </PropertyGroup >
18- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19- <DebugSymbols >true</DebugSymbols >
20- <DebugType >full</DebugType >
21- <Optimize >false</Optimize >
22- <OutputPath >bin\Debug\</OutputPath >
23- <DefineConstants >DEBUG;TRACE</DefineConstants >
24- <ErrorReport >prompt</ErrorReport >
25- <WarningLevel >4</WarningLevel >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <DebugType >full</DebugType >
29- <Optimize >false</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- <DebugSymbols >true</DebugSymbols >
35- </PropertyGroup >
36- <ItemGroup >
37- <Reference Include =" ApprovalTests" >
38- <HintPath >..\packages\ApprovalTests.3.0.7\lib\net40\ApprovalTests.dll</HintPath >
39- </Reference >
40- <Reference Include =" ApprovalUtilities" >
41- <HintPath >..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath >
42- </Reference >
43- <Reference Include =" nunit.framework" >
44- <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
45- </Reference >
46- <Reference Include =" Octokit, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
47- <SpecificVersion >False</SpecificVersion >
48- <HintPath >..\packages\Octokit.0.4.1\lib\net45\Octokit.dll</HintPath >
49- </Reference >
50- <Reference Include =" System" />
51- <Reference Include =" System.Core" />
52- <Reference Include =" System.Net.Http" />
53- <Reference Include =" System.Windows.Forms" />
54- <Reference Include =" System.Xml.Linq" />
55- <Reference Include =" System.Data.DataSetExtensions" />
56- <Reference Include =" Microsoft.CSharp" />
57- <Reference Include =" System.Data" />
58- <Reference Include =" System.Xml" />
59- </ItemGroup >
60- <ItemGroup >
61- <Compile Include =" ApprovalTestConfig.cs" />
62- <Compile Include =" ClipBoardHelper.cs" />
63- <Compile Include =" FakeGitHubClient.cs" />
64- <Compile Include =" Helper.cs" />
65- <Compile Include =" ReleaseNotesBuilderIntegrationTests.cs" />
66- <Compile Include =" ClientBuilder.cs" />
67- <Compile Include =" ReleaseNotesBuilderTests.cs" />
68- </ItemGroup >
69- <ItemGroup >
70- <None Include =" packages.config" >
71- <SubType >Designer</SubType >
72- </None >
73- </ItemGroup >
74- <ItemGroup >
75- <ProjectReference Include =" ..\GitHubReleaseManager\GitHubReleaseManager.csproj" >
76- <Project >{b02a026e-ca3a-48f4-bba9-eb337b0a2035}</Project >
77- <Name >GitHubReleaseManager</Name >
78- </ProjectReference >
79- </ItemGroup >
80- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
82- <PropertyGroup >
83- <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 >
84- </PropertyGroup >
85- </Target >
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 >{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >GitHubReleaseManager.Tests</RootNamespace >
11+ <AssemblyName >GitHubReleaseManager.Tests</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ <TargetFrameworkProfile />
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >full</DebugType >
29+ <Optimize >false</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ <DebugSymbols >true</DebugSymbols >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" ApprovalTests" >
38+ <HintPath >..\packages\ApprovalTests.3.0.7\lib\net40\ApprovalTests.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" ApprovalUtilities" >
41+ <HintPath >..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" nunit.framework" >
44+ <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" Octokit, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
47+ <SpecificVersion >False</SpecificVersion >
48+ <HintPath >..\packages\Octokit.0.4.1\lib\net45\Octokit.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" System" />
51+ <Reference Include =" System.Core" />
52+ <Reference Include =" System.Net.Http" />
53+ <Reference Include =" System.Windows.Forms" />
54+ <Reference Include =" System.Xml.Linq" />
55+ <Reference Include =" System.Data.DataSetExtensions" />
56+ <Reference Include =" Microsoft.CSharp" />
57+ <Reference Include =" System.Data" />
58+ <Reference Include =" System.Xml" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <Compile Include =" ApprovalTestConfig.cs" />
62+ <Compile Include =" ClipBoardHelper.cs" />
63+ <Compile Include =" FakeGitHubClient.cs" />
64+ <Compile Include =" Helper.cs" />
65+ <Compile Include =" ReleaseNotesBuilderIntegrationTests.cs" />
66+ <Compile Include =" ClientBuilder.cs" />
67+ <Compile Include =" ReleaseNotesBuilderTests.cs" />
68+ <Compile Include =" ReleaseNotesExporterTests.cs" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <None Include =" packages.config" >
72+ <SubType >Designer</SubType >
73+ </None >
74+ </ItemGroup >
75+ <ItemGroup >
76+ <ProjectReference Include =" ..\GitHubReleaseManager\GitHubReleaseManager.csproj" >
77+ <Project >{b02a026e-ca3a-48f4-bba9-eb337b0a2035}</Project >
78+ <Name >GitHubReleaseManager</Name >
79+ </ProjectReference >
80+ </ItemGroup >
81+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
83+ <PropertyGroup >
84+ <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 >
85+ </PropertyGroup >
86+ </Target >
8687</Project >
0 commit comments