master
 1<?xml version="1.0" encoding="utf-8"?>
 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 3  <PropertyGroup>
 4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 6    <ProductVersion>8.0.30703</ProductVersion>
 7    <SchemaVersion>2.0</SchemaVersion>
 8    <ProjectGuid>{49C84DD0-766B-44B4-A871-4D2C829556F1}</ProjectGuid>
 9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>MVPtoMVVM.test</RootNamespace>
12    <AssemblyName>MVPtoMVVM.test</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
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    <PlatformTarget>x86</PlatformTarget>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="nunit.framework">
36      <HintPath>..\..\lib\nunit\nunit.framework.dll</HintPath>
37    </Reference>
38    <Reference Include="StructureMap">
39      <HintPath>..\..\lib\StructureMap\StructureMap.dll</HintPath>
40    </Reference>
41    <Reference Include="System" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Xml.Linq" />
44    <Reference Include="System.Data.DataSetExtensions" />
45    <Reference Include="Microsoft.CSharp" />
46    <Reference Include="System.Data" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="mvp\BootStrapperTest.cs" />
51    <Compile Include="Properties\AssemblyInfo.cs" />
52  </ItemGroup>
53  <ItemGroup>
54    <ProjectReference Include="..\MVPtoMVVM.mvp\MVPtoMVVM.mvp.csproj">
55      <Project>{01F8F0EA-64F3-4A1C-B5BF-C0CD4BD3CA8B}</Project>
56      <Name>MVPtoMVVM.mvp</Name>
57    </ProjectReference>
58    <ProjectReference Include="..\MVPtoMVVM\MVPtoMVVM.csproj">
59      <Project>{FFF299F6-DB6A-4858-B7A9-B5BE3F7C6325}</Project>
60      <Name>MVPtoMVVM</Name>
61    </ProjectReference>
62  </ItemGroup>
63  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
65       Other similar extension points exist, see Microsoft.Common.targets.
66  <Target Name="BeforeBuild">
67  </Target>
68  <Target Name="AfterBuild">
69  </Target>
70  -->
71</Project>