WinTools.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. <TargetFrameworkProfile />
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="Aspose.Words">
  53. <HintPath>..\Lib\Aspose.Words.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Configuration" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Web" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Deployment" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xml" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Form1.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="Form1.Designer.cs">
  77. <DependentUpon>Form1.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Program.cs" />
  80. <Compile Include="Properties\AssemblyInfo.cs" />
  81. <EmbeddedResource Include="Form1.resx">
  82. <DependentUpon>Form1.cs</DependentUpon>
  83. </EmbeddedResource>
  84. <EmbeddedResource Include="Properties\Resources.resx">
  85. <Generator>ResXFileCodeGenerator</Generator>
  86. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  87. <SubType>Designer</SubType>
  88. </EmbeddedResource>
  89. <Compile Include="Properties\Resources.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Resources.resx</DependentUpon>
  92. <DesignTime>True</DesignTime>
  93. </Compile>
  94. <None Include="packages.config" />
  95. <None Include="Properties\Settings.settings">
  96. <Generator>SettingsSingleFileGenerator</Generator>
  97. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  98. </None>
  99. <Compile Include="Properties\Settings.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DependentUpon>Settings.settings</DependentUpon>
  102. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  103. </Compile>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="App.config" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  110. <Visible>False</Visible>
  111. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  112. <Install>true</Install>
  113. </BootstrapperPackage>
  114. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  115. <Visible>False</Visible>
  116. <ProductName>.NET Framework 3.5 SP1</ProductName>
  117. <Install>false</Install>
  118. </BootstrapperPackage>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ProjectReference Include="..\DAL\DAL.csproj">
  122. <Project>{8c150661-1b4e-4e68-8934-eca367e0cfe5}</Project>
  123. <Name>DAL</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\Models\Models.csproj">
  126. <Project>{9d0b0e3b-a166-4ba6-9b4e-48d2a599c5d6}</Project>
  127. <Name>Models</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\OA2021\OA2021.csproj">
  130. <Project>{bdb24dc1-59ac-446e-b06e-020cc85a5506}</Project>
  131. <Name>OA2021</Name>
  132. </ProjectReference>
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. </Project>