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>{E4A42F0B-36D0-44F4-8EBA-9B4C18FFF842}</ProjectGuid>
  9    <OutputType>WinExe</OutputType>
 10    <AppDesignerFolder>Properties</AppDesignerFolder>
 11    <RootNamespace>MVPtoMVVM.mvvm</RootNamespace>
 12    <AssemblyName>MVPtoMVVM.mvvm</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="Bootstrap.cs" />
 63    <Compile Include="viewmodels\IObservableCommand.cs" />
 64    <Compile Include="viewmodels\IValidation.cs" />
 65    <Compile Include="viewmodels\MainWindowViewModel.cs" />
 66    <Compile Include="viewmodels\SimpleCommand.cs" />
 67    <Compile Include="viewmodels\Synchronizer.cs" />
 68    <Compile Include="viewmodels\ToDoItemViewModel.cs" />
 69    <Compile Include="viewmodels\Validation.cs" />
 70    <Page Include="MainWindow.xaml">
 71      <Generator>MSBuild:Compile</Generator>
 72      <SubType>Designer</SubType>
 73    </Page>
 74    <Compile Include="App.xaml.cs">
 75      <DependentUpon>App.xaml</DependentUpon>
 76      <SubType>Code</SubType>
 77    </Compile>
 78    <Compile Include="MainWindow.xaml.cs">
 79      <DependentUpon>MainWindow.xaml</DependentUpon>
 80      <SubType>Code</SubType>
 81    </Compile>
 82  </ItemGroup>
 83  <ItemGroup>
 84    <Compile Include="Properties\AssemblyInfo.cs">
 85      <SubType>Code</SubType>
 86    </Compile>
 87    <Compile Include="Properties\Resources.Designer.cs">
 88      <AutoGen>True</AutoGen>
 89      <DesignTime>True</DesignTime>
 90      <DependentUpon>Resources.resx</DependentUpon>
 91    </Compile>
 92    <Compile Include="Properties\Settings.Designer.cs">
 93      <AutoGen>True</AutoGen>
 94      <DependentUpon>Settings.settings</DependentUpon>
 95      <DesignTimeSharedInput>True</DesignTimeSharedInput>
 96    </Compile>
 97    <EmbeddedResource Include="Properties\Resources.resx">
 98      <Generator>ResXFileCodeGenerator</Generator>
 99      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
100    </EmbeddedResource>
101    <None Include="app.config" />
102    <None Include="Properties\Settings.settings">
103      <Generator>SettingsSingleFileGenerator</Generator>
104      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
105    </None>
106    <AppDesigner Include="Properties\" />
107  </ItemGroup>
108  <ItemGroup>
109    <ProjectReference Include="..\MVPtoMVVM\MVPtoMVVM.csproj">
110      <Project>{FFF299F6-DB6A-4858-B7A9-B5BE3F7C6325}</Project>
111      <Name>MVPtoMVVM</Name>
112    </ProjectReference>
113  </ItemGroup>
114  <ItemGroup>
115    <Resource Include="alert.png" />
116  </ItemGroup>
117  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
118  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
119       Other similar extension points exist, see Microsoft.Common.targets.
120  <Target Name="BeforeBuild">
121  </Target>
122  <Target Name="AfterBuild">
123  </Target>
124  -->
125</Project>