PageRenderTime 43ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 1ms

/Main/src/Samples/v0.2/Markers/MarkersSample.csproj

#
MSBuild | 173 lines | 173 code | 0 blank | 0 comment | 0 complexity | 58745c4dc41fcbc174208a2efdea6f64 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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{B465136B-CDBA-4ABC-A39B-34CB6B51FE8A}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SimpleMarkers</RootNamespace>
  12. <AssemblyName>MarkersSample</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. <ApplicationIcon>D3-icon.ico</ApplicationIcon>
  26. <FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <OldToolsVersion>3.5</OldToolsVersion>
  29. <UpgradeBackupLocation />
  30. <PublishUrl>publish\</PublishUrl>
  31. <Install>true</Install>
  32. <InstallFrom>Disk</InstallFrom>
  33. <UpdateEnabled>false</UpdateEnabled>
  34. <UpdateMode>Foreground</UpdateMode>
  35. <UpdateInterval>7</UpdateInterval>
  36. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  37. <UpdatePeriodically>false</UpdatePeriodically>
  38. <UpdateRequired>false</UpdateRequired>
  39. <MapFileExtensions>true</MapFileExtensions>
  40. <ApplicationRevision>0</ApplicationRevision>
  41. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  42. <IsWebBootstrapper>false</IsWebBootstrapper>
  43. <UseApplicationTrust>false</UseApplicationTrust>
  44. <BootstrapperEnabled>true</BootstrapperEnabled>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  47. <DebugSymbols>true</DebugSymbols>
  48. <DebugType>full</DebugType>
  49. <Optimize>false</Optimize>
  50. <OutputPath>bin\Debug\</OutputPath>
  51. <DefineConstants>DEBUG;TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  57. <DebugType>pdbonly</DebugType>
  58. <Optimize>true</Optimize>
  59. <OutputPath>bin\Release\</OutputPath>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseXBAP|AnyCPU' ">
  66. <OutputPath>bin\ReleaseXBAP\</OutputPath>
  67. <DefineConstants>TRACE</DefineConstants>
  68. <Optimize>true</Optimize>
  69. <DebugType>pdbonly</DebugType>
  70. <PlatformTarget>AnyCPU</PlatformTarget>
  71. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  72. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="System" />
  78. <Reference Include="System.Core">
  79. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  80. </Reference>
  81. <Reference Include="System.Xml.Linq">
  82. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  83. </Reference>
  84. <Reference Include="System.Data.DataSetExtensions">
  85. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  86. </Reference>
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Xml" />
  89. <Reference Include="WindowsBase" />
  90. <Reference Include="PresentationCore" />
  91. <Reference Include="PresentationFramework" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ApplicationDefinition Include="App.xaml">
  95. <Generator>MSBuild:Compile</Generator>
  96. <SubType>Designer</SubType>
  97. <Generator>MSBuild:Compile</Generator>
  98. <SubType>Designer</SubType>
  99. </ApplicationDefinition>
  100. <Page Include="Window1.xaml">
  101. <Generator>MSBuild:Compile</Generator>
  102. <SubType>Designer</SubType>
  103. <Generator>MSBuild:Compile</Generator>
  104. <SubType>Designer</SubType>
  105. </Page>
  106. <Compile Include="App.xaml.cs">
  107. <DependentUpon>App.xaml</DependentUpon>
  108. <SubType>Code</SubType>
  109. </Compile>
  110. <Compile Include="Window1.xaml.cs">
  111. <DependentUpon>Window1.xaml</DependentUpon>
  112. <SubType>Code</SubType>
  113. </Compile>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Compile Include="Properties\AssemblyInfo.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="Properties\Resources.Designer.cs">
  120. <AutoGen>True</AutoGen>
  121. <DesignTime>True</DesignTime>
  122. <DependentUpon>Resources.resx</DependentUpon>
  123. </Compile>
  124. <Compile Include="Properties\Settings.Designer.cs">
  125. <AutoGen>True</AutoGen>
  126. <DependentUpon>Settings.settings</DependentUpon>
  127. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  128. </Compile>
  129. <EmbeddedResource Include="Properties\Resources.resx">
  130. <Generator>ResXFileCodeGenerator</Generator>
  131. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  132. </EmbeddedResource>
  133. <None Include="Properties\Settings.settings">
  134. <Generator>SettingsSingleFileGenerator</Generator>
  135. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  136. </None>
  137. <AppDesigner Include="Properties\" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ProjectReference Include="..\..\..\DynamicDataDisplay\DynamicDataDisplay.csproj">
  141. <Project>{ECD37682-DF7E-409F-912D-0965634556B5}</Project>
  142. <Name>DynamicDataDisplay</Name>
  143. </ProjectReference>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Resource Include="D3-icon.ico" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  150. <Visible>False</Visible>
  151. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  152. <Install>false</Install>
  153. </BootstrapperPackage>
  154. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  155. <Visible>False</Visible>
  156. <ProductName>.NET Framework 3.5 SP1</ProductName>
  157. <Install>true</Install>
  158. </BootstrapperPackage>
  159. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  160. <Visible>False</Visible>
  161. <ProductName>Windows Installer 3.1</ProductName>
  162. <Install>true</Install>
  163. </BootstrapperPackage>
  164. </ItemGroup>
  165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  166. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  167. Other similar extension points exist, see Microsoft.Common.targets.
  168. <Target Name="BeforeBuild">
  169. </Target>
  170. <Target Name="AfterBuild">
  171. </Target>
  172. -->
  173. </Project>