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