PageRenderTime 46ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/2.5/WPF4/Snoop/TestHarnesses/Win32ToWPFInterop/WPFClock/WpfClock.csproj

#
MSBuild | 169 lines | 169 code | 0 blank | 0 comment | 0 complexity | cd88c980aced79900572fe489472590e MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  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. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{A447BFAE-E087-463A-ABAF-2C6F01CB775E}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WpfClockNS</RootNamespace>
  11. <AssemblyName>WpfClock</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <PlatformTarget>x86</PlatformTarget>
  18. <SccProjectName>SAK</SccProjectName>
  19. <SccLocalPath>SAK</SccLocalPath>
  20. <SccAuxPath>SAK</SccAuxPath>
  21. <SccProvider>SAK</SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>..\WIN32CLOCK\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x64\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x64</PlatformTarget>
  46. <CodeAnalysisLogFile>..\WIN32CLOCK\WpfClock.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  47. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  48. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  52. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  53. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  54. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  55. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  58. <OutputPath>bin\x64\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <Optimize>true</Optimize>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>x64</PlatformTarget>
  63. <CodeAnalysisLogFile>bin\Release\WpfClock.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  64. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  65. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  69. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  70. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  71. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  72. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  75. <DebugSymbols>true</DebugSymbols>
  76. <OutputPath>bin\Debug\</OutputPath>
  77. <DefineConstants>DEBUG;TRACE</DefineConstants>
  78. <DebugType>full</DebugType>
  79. <PlatformTarget>AnyCPU</PlatformTarget>
  80. <CodeAnalysisLogFile>..\WIN32CLOCK\WpfClock.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  81. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  82. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  83. <ErrorReport>prompt</ErrorReport>
  84. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  85. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  86. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  87. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  88. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  89. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  92. <OutputPath>bin\Release\</OutputPath>
  93. <DefineConstants>TRACE</DefineConstants>
  94. <Optimize>true</Optimize>
  95. <DebugType>pdbonly</DebugType>
  96. <PlatformTarget>AnyCPU</PlatformTarget>
  97. <CodeAnalysisLogFile>bin\Release\WpfClock.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  98. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  99. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  100. <ErrorReport>prompt</ErrorReport>
  101. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  102. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  103. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  104. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  105. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  106. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  107. </PropertyGroup>
  108. <ItemGroup>
  109. <Reference Include="System" />
  110. <Reference Include="System.Data" />
  111. <Reference Include="System.Xml" />
  112. <Reference Include="Microsoft.CSharp" />
  113. <Reference Include="System.Core" />
  114. <Reference Include="System.Xml.Linq" />
  115. <Reference Include="System.Data.DataSetExtensions" />
  116. <Reference Include="System.Xaml">
  117. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  118. </Reference>
  119. <Reference Include="WindowsBase" />
  120. <Reference Include="PresentationCore" />
  121. <Reference Include="PresentationFramework" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Page Include="Clock.xaml">
  125. <Generator>MSBuild:Compile</Generator>
  126. <SubType>Designer</SubType>
  127. </Page>
  128. <Compile Include="Clock.xaml.cs">
  129. <DependentUpon>Clock.xaml</DependentUpon>
  130. <SubType>Code</SubType>
  131. </Compile>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Compile Include="Properties\AssemblyInfo.cs">
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="Properties\Resources.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DesignTime>True</DesignTime>
  140. <DependentUpon>Resources.resx</DependentUpon>
  141. </Compile>
  142. <Compile Include="Properties\Settings.Designer.cs">
  143. <AutoGen>True</AutoGen>
  144. <DependentUpon>Settings.settings</DependentUpon>
  145. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  146. </Compile>
  147. <EmbeddedResource Include="Properties\Resources.resx">
  148. <Generator>ResXFileCodeGenerator</Generator>
  149. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  150. </EmbeddedResource>
  151. <None Include="Properties\Settings.settings">
  152. <Generator>SettingsSingleFileGenerator</Generator>
  153. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  154. </None>
  155. <AppDesigner Include="Properties\" />
  156. </ItemGroup>
  157. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  158. <PropertyGroup>
  159. <PostBuildEvent>
  160. </PostBuildEvent>
  161. </PropertyGroup>
  162. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  163. Other similar extension points exist, see Microsoft.Common.targets.
  164. <Target Name="BeforeBuild">
  165. </Target>
  166. <Target Name="AfterBuild">
  167. </Target>
  168. -->
  169. </Project>