HistoryWallSample.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{30DEF940-440E-4DAC-92E9-2A040B42A522}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>HistoryWallSample</RootNamespace>
  11. <AssemblyName>HistoryWallSample</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</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|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</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="HistoryDLL">
  40. <HintPath>..\HistoryDLL\bin\Debug\HistoryDLL.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="System.Net.Http" />
  50. <Reference Include="System.Xaml">
  51. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="WindowsBase" />
  54. <Reference Include="PresentationCore" />
  55. <Reference Include="PresentationFramework" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ApplicationDefinition Include="App.xaml">
  59. <Generator>MSBuild:Compile</Generator>
  60. <SubType>Designer</SubType>
  61. </ApplicationDefinition>
  62. <Page Include="MainWindow.xaml">
  63. <Generator>MSBuild:Compile</Generator>
  64. <SubType>Designer</SubType>
  65. </Page>
  66. <Compile Include="App.xaml.cs">
  67. <DependentUpon>App.xaml</DependentUpon>
  68. <SubType>Code</SubType>
  69. </Compile>
  70. <Compile Include="MainWindow.xaml.cs">
  71. <DependentUpon>MainWindow.xaml</DependentUpon>
  72. <SubType>Code</SubType>
  73. </Compile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Properties\AssemblyInfo.cs">
  77. <SubType>Code</SubType>
  78. </Compile>
  79. <Compile Include="Properties\Resources.Designer.cs">
  80. <AutoGen>True</AutoGen>
  81. <DesignTime>True</DesignTime>
  82. <DependentUpon>Resources.resx</DependentUpon>
  83. </Compile>
  84. <Compile Include="Properties\Settings.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>Settings.settings</DependentUpon>
  87. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  88. </Compile>
  89. <EmbeddedResource Include="Properties\Resources.resx">
  90. <Generator>ResXFileCodeGenerator</Generator>
  91. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  92. </EmbeddedResource>
  93. <None Include="Properties\Settings.settings">
  94. <Generator>SettingsSingleFileGenerator</Generator>
  95. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96. </None>
  97. <AppDesigner Include="Properties\" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="App.config" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>