athosCore.csproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{CA0B4AE9-C272-4A12-8660-72BA4DB9FAA1}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <RootNamespace>athosCore</RootNamespace>
  10. <AssemblyName>athosCore</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <Deterministic>true</Deterministic>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Data" />
  37. <Reference Include="System.Xml" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="System.Net.Http" />
  43. <Reference Include="System.Xaml">
  44. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="WindowsBase" />
  47. <Reference Include="PresentationCore" />
  48. <Reference Include="PresentationFramework" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Properties\AssemblyInfo.cs">
  52. <SubType>Code</SubType>
  53. </Compile>
  54. <Compile Include="Properties\Resources.Designer.cs">
  55. <AutoGen>True</AutoGen>
  56. <DesignTime>True</DesignTime>
  57. <DependentUpon>Resources.resx</DependentUpon>
  58. </Compile>
  59. <Compile Include="Properties\Settings.Designer.cs">
  60. <AutoGen>True</AutoGen>
  61. <DependentUpon>Settings.settings</DependentUpon>
  62. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  63. </Compile>
  64. <Compile Include="RtState.cs" />
  65. <EmbeddedResource Include="Properties\Resources.resx">
  66. <Generator>ResXFileCodeGenerator</Generator>
  67. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  68. </EmbeddedResource>
  69. <None Include="Properties\Settings.settings">
  70. <Generator>SettingsSingleFileGenerator</Generator>
  71. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  72. </None>
  73. </ItemGroup>
  74. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  75. </Project>