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>{FFF299F6-DB6A-4858-B7A9-B5BE3F7C6325}</ProjectGuid>
 9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>MVPtoMVVM</RootNamespace>
12    <AssemblyName>MVPtoMVVM</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <PlatformTarget>x86</PlatformTarget>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="StructureMap">
37      <HintPath>..\..\lib\StructureMap\StructureMap.dll</HintPath>
38    </Reference>
39    <Reference Include="System" />
40    <Reference Include="System.Core" />
41    <Reference Include="System.Xml.Linq" />
42    <Reference Include="System.Data.DataSetExtensions" />
43    <Reference Include="Microsoft.CSharp" />
44    <Reference Include="System.Data" />
45    <Reference Include="System.Xml" />
46  </ItemGroup>
47  <ItemGroup>
48    <Compile Include="domain\TodoItem.cs" />
49    <Compile Include="Properties\AssemblyInfo.cs" />
50    <Compile Include="repositories\ITodoItemRepository.cs" />
51    <Compile Include="repositories\TodoItemRepository.cs" />
52  </ItemGroup>
53  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
55       Other similar extension points exist, see Microsoft.Common.targets.
56  <Target Name="BeforeBuild">
57  </Target>
58  <Target Name="AfterBuild">
59  </Target>
60  -->
61</Project>