PageRenderTime 61ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/Main/src/DevSamples/LargeStockDataSample/LargeStockDataSample.csproj

#
MSBuild | 103 lines | 103 code | 0 blank | 0 comment | 0 complexity | a17809f6c5e05f9889bccca8cb5bd737 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. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{14FCB1A1-3012-472D-910E-8CA6DAE1FC6C}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LargeStockDataSample</RootNamespace>
  12. <AssemblyName>LargeStockDataSample</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. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Xml" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="System.Xaml">
  47. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="WindowsBase" />
  50. <Reference Include="PresentationCore" />
  51. <Reference Include="PresentationFramework" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <ApplicationDefinition Include="App.xaml">
  55. <Generator>MSBuild:Compile</Generator>
  56. <SubType>Designer</SubType>
  57. </ApplicationDefinition>
  58. <Page Include="MainWindow.xaml">
  59. <Generator>MSBuild:Compile</Generator>
  60. <SubType>Designer</SubType>
  61. </Page>
  62. <Compile Include="App.xaml.cs">
  63. <DependentUpon>App.xaml</DependentUpon>
  64. <SubType>Code</SubType>
  65. </Compile>
  66. <Compile Include="MainWindow.xaml.cs">
  67. <DependentUpon>MainWindow.xaml</DependentUpon>
  68. <SubType>Code</SubType>
  69. </Compile>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="Properties\AssemblyInfo.cs">
  73. <SubType>Code</SubType>
  74. </Compile>
  75. <Compile Include="Properties\Resources.Designer.cs">
  76. <AutoGen>True</AutoGen>
  77. <DesignTime>True</DesignTime>
  78. <DependentUpon>Resources.resx</DependentUpon>
  79. </Compile>
  80. <Compile Include="Properties\Settings.Designer.cs">
  81. <AutoGen>True</AutoGen>
  82. <DependentUpon>Settings.settings</DependentUpon>
  83. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  84. </Compile>
  85. <EmbeddedResource Include="Properties\Resources.resx">
  86. <Generator>ResXFileCodeGenerator</Generator>
  87. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  88. </EmbeddedResource>
  89. <None Include="Properties\Settings.settings">
  90. <Generator>SettingsSingleFileGenerator</Generator>
  91. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  92. </None>
  93. <AppDesigner Include="Properties\" />
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>