PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/src/Samples/v0.2/StockExchangeSample/StockExchangeSample.csproj

#
MSBuild | 184 lines | 184 code | 0 blank | 0 comment | 0 complexity | 3e8d40501b0c48e52a4ecd2fbdfa4b9e 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>{8591111B-A072-41CD-8B08-6E7E806FB9FC}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>StockExchangeSample</RootNamespace>
  12. <AssemblyName>StockExchangeSample</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. <Compile Include="StockInfo.cs" />
  130. <EmbeddedResource Include="Properties\Resources.resx">
  131. <Generator>ResXFileCodeGenerator</Generator>
  132. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  133. </EmbeddedResource>
  134. <None Include="Properties\Settings.settings">
  135. <Generator>SettingsSingleFileGenerator</Generator>
  136. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  137. </None>
  138. <AppDesigner Include="Properties\" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="..\..\..\DynamicDataDisplay\DynamicDataDisplay.csproj">
  142. <Project>{ECD37682-DF7E-409F-912D-0965634556B5}</Project>
  143. <Name>DynamicDataDisplay</Name>
  144. </ProjectReference>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <EmbeddedResource Include="DJ65.txt">
  148. </EmbeddedResource>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <EmbeddedResource Include="MICEX.txt">
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="RTS.txt">
  154. </EmbeddedResource>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Resource Include="D3-icon.ico" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  161. <Visible>False</Visible>
  162. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  163. <Install>false</Install>
  164. </BootstrapperPackage>
  165. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  166. <Visible>False</Visible>
  167. <ProductName>.NET Framework 3.5 SP1</ProductName>
  168. <Install>true</Install>
  169. </BootstrapperPackage>
  170. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  171. <Visible>False</Visible>
  172. <ProductName>Windows Installer 3.1</ProductName>
  173. <Install>true</Install>
  174. </BootstrapperPackage>
  175. </ItemGroup>
  176. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  177. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  178. Other similar extension points exist, see Microsoft.Common.targets.
  179. <Target Name="BeforeBuild">
  180. </Target>
  181. <Target Name="AfterBuild">
  182. </Target>
  183. -->
  184. </Project>