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 >{8FEF48A8-6FF5-4B65-B84A-6690D735C703}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >SampleApp.Tests</RootNamespace >
11
- <AssemblyName >SampleApp.Tests</AssemblyName >
12
- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <NuGetPackageImportStamp >208c48d3</NuGetPackageImportStamp >
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 =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
35
- <SpecificVersion >False</SpecificVersion >
36
- <HintPath >..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath >
37
- </Reference >
38
- <Reference Include =" nunit.framework" >
39
- <HintPath >..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath >
40
- </Reference >
41
- <Reference Include =" System" />
42
- <Reference Include =" System.Core" />
43
- <Reference Include =" System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
44
- <HintPath >..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath >
45
- </Reference >
46
- <Reference Include =" System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
47
- <HintPath >..\..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath >
48
- </Reference >
49
- <Reference Include =" System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
50
- <HintPath >..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath >
51
- </Reference >
52
- <Reference Include =" System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53
- <HintPath >..\..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath >
54
- </Reference >
55
- <Reference Include =" System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
56
- <Reference Include =" System.Xml.Linq" />
57
- <Reference Include =" System.Data.DataSetExtensions" />
58
- <Reference Include =" Microsoft.CSharp" />
59
- <Reference Include =" System.Data" />
60
- <Reference Include =" System.Xml" />
61
- </ItemGroup >
62
- <ItemGroup >
63
- <Compile Include =" DomainTests.cs" />
64
- <Compile Include =" DtoTests.cs" />
65
- <Compile Include =" MvcTests.cs" />
66
- <Compile Include =" Properties\AssemblyInfo.cs" />
67
- <Compile Include =" SqlScriptTests.cs" />
68
- <Compile Include =" WebApiTests.cs" />
69
- <Compile Include =" WpfTests.cs" />
70
- </ItemGroup >
71
- <ItemGroup >
72
- <ProjectReference Include =" ..\SampleApp\SampleApp.csproj" >
73
- <Project >{56467A5A-7DD6-45B3-A84C-144A3C5D0C7A}</Project >
74
- <Name >SampleApp</Name >
75
- </ProjectReference >
76
- <ProjectReference Include =" ..\..\TestStack.ConventionTests\TestStack.ConventionTests.csproj" >
77
- <Project >{955B0236-089F-434D-BA02-63A1E24C2B7C}</Project >
78
- <Name >TestStack.ConventionTests</Name >
79
- </ProjectReference >
80
- </ItemGroup >
81
- <ItemGroup >
82
- <None Include =" packages.config" />
83
- </ItemGroup >
84
- <ItemGroup >
85
- <Content Include =" __TryItOut__.txt" />
86
- </ItemGroup >
87
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89
- Other similar extension points exist, see Microsoft.Common.targets.
90
- <Target Name="BeforeBuild">
91
- </Target>
92
- <Target Name="AfterBuild">
93
- </Target>
94
- -->
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 >{8FEF48A8-6FF5-4B65-B84A-6690D735C703}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >SampleApp.Tests</RootNamespace >
11
+ <AssemblyName >SampleApp.Tests</AssemblyName >
12
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <NuGetPackageImportStamp >208c48d3</NuGetPackageImportStamp >
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 =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
35
+ <SpecificVersion >False</SpecificVersion >
36
+ <HintPath >..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath >
37
+ </Reference >
38
+ <Reference Include =" nunit.framework" >
39
+ <HintPath >..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" System" />
42
+ <Reference Include =" System.Core" />
43
+ <Reference Include =" System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
44
+ <HintPath >..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
47
+ <HintPath >..\..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
50
+ <HintPath >..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53
+ <HintPath >..\..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
56
+ <Reference Include =" System.Xml.Linq" />
57
+ <Reference Include =" System.Data.DataSetExtensions" />
58
+ <Reference Include =" Microsoft.CSharp" />
59
+ <Reference Include =" System.Data" />
60
+ <Reference Include =" System.Xml" />
61
+ </ItemGroup >
62
+ <ItemGroup >
63
+ <Compile Include =" DomainTests.cs" />
64
+ <Compile Include =" DtoTests.cs" />
65
+ <Compile Include =" MvcTests.cs" />
66
+ <Compile Include =" Properties\AssemblyInfo.cs" />
67
+ <Compile Include =" SqlScriptTests.cs" />
68
+ <Compile Include =" WebApiTests.cs" />
69
+ <Compile Include =" WpfTests.cs" />
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <ProjectReference Include =" ..\SampleApp\SampleApp.csproj" >
73
+ <Project >{56467A5A-7DD6-45B3-A84C-144A3C5D0C7A}</Project >
74
+ <Name >SampleApp</Name >
75
+ </ProjectReference >
76
+ <ProjectReference Include =" ..\..\TestStack.ConventionTests\TestStack.ConventionTests.csproj" >
77
+ <Project >{955B0236-089F-434D-BA02-63A1E24C2B7C}</Project >
78
+ <Name >TestStack.ConventionTests</Name >
79
+ </ProjectReference >
80
+ </ItemGroup >
81
+ <ItemGroup >
82
+ <None Include =" packages.config" />
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <Content Include =" __TryItOut__.txt" />
86
+ </ItemGroup >
87
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89
+ Other similar extension points exist, see Microsoft.Common.targets.
90
+ <Target Name="BeforeBuild">
91
+ </Target>
92
+ <Target Name="AfterBuild">
93
+ </Target>
94
+ -->
95
95
</Project >
0 commit comments