WinTools.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>{9BAFE499-D157-41EB-A9E0-4F4295919400}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WinTools</RootNamespace>
  10. <AssemblyName>WinTools</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Aspose.Words">
  37. <HintPath>..\Lib\Aspose.Words.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Configuration" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Web" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Deployment" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Windows.Forms" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Form1.cs">
  58. <SubType>Form</SubType>
  59. </Compile>
  60. <Compile Include="Form1.Designer.cs">
  61. <DependentUpon>Form1.cs</DependentUpon>
  62. </Compile>
  63. <Compile Include="Program.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <EmbeddedResource Include="Form1.resx">
  66. <DependentUpon>Form1.cs</DependentUpon>
  67. </EmbeddedResource>
  68. <EmbeddedResource Include="Properties\Resources.resx">
  69. <Generator>ResXFileCodeGenerator</Generator>
  70. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  71. <SubType>Designer</SubType>
  72. </EmbeddedResource>
  73. <Compile Include="Properties\Resources.Designer.cs">
  74. <AutoGen>True</AutoGen>
  75. <DependentUpon>Resources.resx</DependentUpon>
  76. </Compile>
  77. <None Include="packages.config" />
  78. <None Include="Properties\Settings.settings">
  79. <Generator>SettingsSingleFileGenerator</Generator>
  80. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  81. </None>
  82. <Compile Include="Properties\Settings.Designer.cs">
  83. <AutoGen>True</AutoGen>
  84. <DependentUpon>Settings.settings</DependentUpon>
  85. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  86. </Compile>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="App.config" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\DAL\DAL.csproj">
  93. <Project>{8C150661-1B4E-4E68-8934-ECA367E0CFE5}</Project>
  94. <Name>DAL</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\Models\Models.csproj">
  97. <Project>{9d0b0e3b-a166-4ba6-9b4e-48d2a599c5d6}</Project>
  98. <Name>Models</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\OA2021\OA2021.csproj">
  101. <Project>{bdb24dc1-59ac-446e-b06e-020cc85a5506}</Project>
  102. <Name>OA2021</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. </Project>