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)' == '' ">x86</Platform>
  6    <ProductVersion>8.0.30703</ProductVersion>
  7    <SchemaVersion>2.0</SchemaVersion>
  8    <ProjectGuid>{01F8F0EA-64F3-4A1C-B5BF-C0CD4BD3CA8B}</ProjectGuid>
  9    <OutputType>WinExe</OutputType>
 10    <AppDesignerFolder>Properties</AppDesignerFolder>
 11    <RootNamespace>MVPtoMVVM.mvp</RootNamespace>
 12    <AssemblyName>MVPtoMVVM.mvp</AssemblyName>
 13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 14    <TargetFrameworkProfile>
 15    </TargetFrameworkProfile>
 16    <FileAlignment>512</FileAlignment>
 17    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 18    <WarningLevel>4</WarningLevel>
 19  </PropertyGroup>
 20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 21    <PlatformTarget>x86</PlatformTarget>
 22    <DebugSymbols>true</DebugSymbols>
 23    <DebugType>full</DebugType>
 24    <Optimize>false</Optimize>
 25    <OutputPath>bin\Debug\</OutputPath>
 26    <DefineConstants>DEBUG;TRACE</DefineConstants>
 27    <ErrorReport>prompt</ErrorReport>
 28    <WarningLevel>4</WarningLevel>
 29  </PropertyGroup>
 30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 31    <PlatformTarget>x86</PlatformTarget>
 32    <DebugType>pdbonly</DebugType>
 33    <Optimize>true</Optimize>
 34    <OutputPath>bin\Release\</OutputPath>
 35    <DefineConstants>TRACE</DefineConstants>
 36    <ErrorReport>prompt</ErrorReport>
 37    <WarningLevel>4</WarningLevel>
 38  </PropertyGroup>
 39  <ItemGroup>
 40    <Reference Include="StructureMap">
 41      <HintPath>..\..\lib\StructureMap\StructureMap.dll</HintPath>
 42    </Reference>
 43    <Reference Include="System" />
 44    <Reference Include="System.Data" />
 45    <Reference Include="System.Xml" />
 46    <Reference Include="Microsoft.CSharp" />
 47    <Reference Include="System.Core" />
 48    <Reference Include="System.Xml.Linq" />
 49    <Reference Include="System.Data.DataSetExtensions" />
 50    <Reference Include="System.Xaml">
 51      <RequiredTargetFramework>4.0</RequiredTargetFramework>
 52    </Reference>
 53    <Reference Include="WindowsBase" />
 54    <Reference Include="PresentationCore" />
 55    <Reference Include="PresentationFramework" />
 56  </ItemGroup>
 57  <ItemGroup>
 58    <ApplicationDefinition Include="App.xaml">
 59      <Generator>MSBuild:Compile</Generator>
 60      <SubType>Designer</SubType>
 61    </ApplicationDefinition>
 62    <Compile Include="presenters\IMvpPresenter.cs" />
 63    <Compile Include="presenters\ITodoItemPresenter.cs" />
 64    <Compile Include="presenters\MvpPresenter.cs" />
 65    <Compile Include="presenters\TodoItemPresenter.cs" />
 66    <Compile Include="TodoItemView.xaml.cs">
 67      <DependentUpon>TodoItemView.xaml</DependentUpon>
 68    </Compile>
 69    <Compile Include="views\IMvpView.cs" />
 70    <Compile Include="views\ITodoItemView.cs" />
 71    <Page Include="MvpWindow.xaml">
 72      <Generator>MSBuild:Compile</Generator>
 73      <SubType>Designer</SubType>
 74    </Page>
 75    <Compile Include="App.xaml.cs">
 76      <DependentUpon>App.xaml</DependentUpon>
 77      <SubType>Code</SubType>
 78    </Compile>
 79    <Compile Include="Bootstrap.cs" />
 80    <Compile Include="MvpWindow.xaml.cs">
 81      <DependentUpon>MvpWindow.xaml</DependentUpon>
 82      <SubType>Code</SubType>
 83    </Compile>
 84    <Page Include="TodoItemView.xaml">
 85      <SubType>Designer</SubType>
 86      <Generator>MSBuild:Compile</Generator>
 87    </Page>
 88  </ItemGroup>
 89  <ItemGroup>
 90    <Compile Include="Properties\AssemblyInfo.cs">
 91      <SubType>Code</SubType>
 92    </Compile>
 93    <Compile Include="Properties\Resources.Designer.cs">
 94      <AutoGen>True</AutoGen>
 95      <DesignTime>True</DesignTime>
 96      <DependentUpon>Resources.resx</DependentUpon>
 97    </Compile>
 98    <Compile Include="Properties\Settings.Designer.cs">
 99      <AutoGen>True</AutoGen>
100      <DependentUpon>Settings.settings</DependentUpon>
101      <DesignTimeSharedInput>True</DesignTimeSharedInput>
102    </Compile>
103    <EmbeddedResource Include="Properties\Resources.resx">
104      <Generator>ResXFileCodeGenerator</Generator>
105      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
106    </EmbeddedResource>
107    <None Include="app.config" />
108    <None Include="Properties\Settings.settings">
109      <Generator>SettingsSingleFileGenerator</Generator>
110      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111    </None>
112    <AppDesigner Include="Properties\" />
113  </ItemGroup>
114  <ItemGroup>
115    <ProjectReference Include="..\MVPtoMVVM\MVPtoMVVM.csproj">
116      <Project>{FFF299F6-DB6A-4858-B7A9-B5BE3F7C6325}</Project>
117      <Name>MVPtoMVVM</Name>
118    </ProjectReference>
119  </ItemGroup>
120  <ItemGroup>
121    <Resource Include="alert.png" />
122  </ItemGroup>
123  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
125       Other similar extension points exist, see Microsoft.Common.targets.
126  <Target Name="BeforeBuild">
127  </Target>
128  <Target Name="AfterBuild">
129  </Target>
130  -->
131</Project>