2014-05-12 09:42:07 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {EA5A6CA5-7E8E-4401-A3D2-0035DDE10413}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Stylet.Samples.ModelValidation</RootNamespace>
<AssemblyName > Stylet.Samples.ModelValidation</AssemblyName>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel > 4</WarningLevel>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages > true</RestorePackages>
2015-09-24 09:55:38 -07:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2014-05-12 09:42:07 -07:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2015-09-24 09:55:38 -07:00
<Reference Include= "FluentValidation, Version=5.6.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\FluentValidation.5.6.2.0\lib\Net45\FluentValidation.dll</HintPath>
<Private > True</Private>
2014-05-12 09:42:07 -07:00
</Reference>
2015-09-24 09:55:38 -07:00
<Reference Include= "PropertyChanged, Version=1.50.3.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL" >
<HintPath > ..\packages\PropertyChanged.Fody.1.50.3\lib\dotnet\PropertyChanged.dll</HintPath>
<Private > True</Private>
2014-05-12 09:42:07 -07:00
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "System.Xaml" >
<RequiredTargetFramework > 4.0</RequiredTargetFramework>
</Reference>
<Reference Include= "WindowsBase" />
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
</ItemGroup>
<ItemGroup >
<ApplicationDefinition Include= "App.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</ApplicationDefinition>
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
2014-05-14 05:23:47 -07:00
<Compile Include= "Stringable.cs" />
2014-05-14 04:11:49 -07:00
<Compile Include= "Xaml\Secure.cs" />
2014-05-12 09:42:07 -07:00
</ItemGroup>
<ItemGroup >
<Compile Include= "Bootstrapper.cs" />
<Compile Include= "FluentModelValidator.cs" />
<Compile Include= "Pages\ShellViewModel.cs" />
<Compile Include= "Pages\UserViewModel.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include= "packages.config" />
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include= "Properties\" />
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\Stylet\Stylet.csproj" >
<Project > {2435bd00-ac12-48b0-ad36-9bab2fdec3f5}</Project>
<Name > Stylet</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<Page Include= "Pages\ShellView.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "Pages\UserView.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup >
<Resource Include= "FodyWeavers.xml" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
2015-09-24 09:55:38 -07:00
<Import Project= "..\packages\Fody.1.29.3\build\dotnet\Fody.targets" Condition= "Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" />
2014-05-12 09:42:07 -07:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
2015-09-24 09:55:38 -07:00
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
2014-05-12 09:42:07 -07:00
</PropertyGroup>
2015-09-24 09:55:38 -07:00
<Error Condition= "!Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.3\build\dotnet\Fody.targets'))" />
<Error Condition= "!Exists('..\packages\PropertyChanged.Fody.1.50.3\build\dotnet\PropertyChanged.Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\PropertyChanged.Fody.1.50.3\build\dotnet\PropertyChanged.Fody.targets'))" />
2014-05-12 09:42:07 -07:00
</Target>
2015-09-24 09:55:38 -07:00
<Import Project= "..\packages\PropertyChanged.Fody.1.50.3\build\dotnet\PropertyChanged.Fody.targets" Condition= "Exists('..\packages\PropertyChanged.Fody.1.50.3\build\dotnet\PropertyChanged.Fody.targets')" />
2014-05-12 09:42:07 -07:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
</Project>