/Settings Migrator Tester/Settings Migrator Tester.csproj

http://yet-another-music-application.googlecode.com/ · MSBuild · 137 lines · 137 code · 0 blank · 0 comment · 6 complexity · a5b7237cef67d38c47a5837f2ef11379 MD5 · raw file

  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>{3F6C3E53-077C-4495-82E0-2B6E6AF5E9E2}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Settings_Migrator_Tester</RootNamespace>
  12. <AssemblyName>Settings Migrator Tester</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  20. <PlatformTarget>x86</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  30. <PlatformTarget>x86</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\x64\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>x64</PlatformTarget>
  44. <CodeAnalysisLogFile>bin\Debug\Settings Migrator Tester.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  45. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  46. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  49. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  50. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  53. <OutputPath>bin\x64\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <Optimize>true</Optimize>
  56. <DebugType>pdbonly</DebugType>
  57. <PlatformTarget>x64</PlatformTarget>
  58. <CodeAnalysisLogFile>bin\Release\Settings Migrator Tester.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  59. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  60. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  64. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="System" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="System.Xaml">
  75. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="WindowsBase" />
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="PresentationFramework" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ApplicationDefinition Include="App.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </ApplicationDefinition>
  86. <Page Include="MainWindow.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </Page>
  90. <Compile Include="App.xaml.cs">
  91. <DependentUpon>App.xaml</DependentUpon>
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="MainWindow.xaml.cs">
  95. <DependentUpon>MainWindow.xaml</DependentUpon>
  96. <SubType>Code</SubType>
  97. </Compile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="Properties\AssemblyInfo.cs">
  101. <SubType>Code</SubType>
  102. </Compile>
  103. <Compile Include="Properties\Resources.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DesignTime>True</DesignTime>
  106. <DependentUpon>Resources.resx</DependentUpon>
  107. </Compile>
  108. <Compile Include="Properties\Settings.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Settings.settings</DependentUpon>
  111. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  112. </Compile>
  113. <EmbeddedResource Include="Properties\Resources.resx">
  114. <Generator>ResXFileCodeGenerator</Generator>
  115. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  116. </EmbeddedResource>
  117. <None Include="Properties\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  120. </None>
  121. <AppDesigner Include="Properties\" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\Settings Migrator\Settings Migrator.csproj">
  125. <Project>{B803CA82-CCD3-49DD-BC08-A525EFFF0C18}</Project>
  126. <Name>Settings Migrator</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  130. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  131. Other similar extension points exist, see Microsoft.Common.targets.
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. </Target>
  136. -->
  137. </Project>