|
|
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ProjectGuid>{943DBBB3-E84E-4CF4-917C-C05AFA8743C1}</ProjectGuid> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
@ -12,7 +13,7 @@
@@ -12,7 +13,7 @@
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<SignAssembly>false</SignAssembly> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
@ -43,6 +44,9 @@
@@ -43,6 +44,9 @@
|
|
|
|
|
<Reference Include="PresentationCore" /> |
|
|
|
|
<Reference Include="PresentationFramework" /> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Xaml"> |
|
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
<Reference Include="WindowsBase" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|