BooksManageSystem.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{5BD52ABF-7F35-4B9A-BEBB-6CEC4A173276}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BooksManageSystem</RootNamespace>
  11. <AssemblyName>BooksManageSystem</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <TargetFrameworkProfile>
  16. </TargetFrameworkProfile>
  17. <PublishUrl>发布\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  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. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationIcon>bookcase.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <StartupObject>
  58. </StartupObject>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="EPPlus">
  62. <HintPath>.\EPPlus.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Deployment" />
  67. <Reference Include="System.DirectoryServices" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xml" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Book.cs" />
  74. <Compile Include="BookSelector.cs">
  75. <SubType>UserControl</SubType>
  76. </Compile>
  77. <Compile Include="BookSelector.Designer.cs">
  78. <DependentUpon>BookSelector.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="BuyList.cs" />
  81. <Compile Include="DBcon.cs" />
  82. <Compile Include="DBHelper.cs" />
  83. <Compile Include="EnumOP.cs" />
  84. <Compile Include="Form1.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="Form1.Designer.cs">
  88. <DependentUpon>Form1.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="FrmAddNewBook.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="FrmAddNewBook.Designer.cs">
  94. <DependentUpon>FrmAddNewBook.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="FrmBigListViewer.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="FrmBigListViewer.Designer.cs">
  100. <DependentUpon>FrmBigListViewer.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="FrmBookListMaker.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="FrmBookListMaker.Designer.cs">
  106. <DependentUpon>FrmBookListMaker.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="FrmBookListViewer.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="FrmBookListViewer.Designer.cs">
  112. <DependentUpon>FrmBookListViewer.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="frmChange.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="frmChange.Designer.cs">
  118. <DependentUpon>frmChange.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="FrmClearDB.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="FrmClearDB.Designer.cs">
  124. <DependentUpon>FrmClearDB.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="FrmEditOP.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="FrmEditOP.Designer.cs">
  130. <DependentUpon>FrmEditOP.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="FrmLOGViewer.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="FrmLOGViewer.Designer.cs">
  136. <DependentUpon>FrmLOGViewer.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="FrmOutputSellList.cs">
  139. <SubType>Form</SubType>
  140. </Compile>
  141. <Compile Include="FrmOutputSellList.Designer.cs">
  142. <DependentUpon>FrmOutputSellList.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="FrmAbout.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="FrmAbout.Designer.cs">
  148. <DependentUpon>FrmAbout.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="OPLOG.cs" />
  151. <Compile Include="Program.cs" />
  152. <Compile Include="Properties\AssemblyInfo.cs" />
  153. <EmbeddedResource Include="BookSelector.resx">
  154. <DependentUpon>BookSelector.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="Form1.resx">
  157. <DependentUpon>Form1.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="FrmAddNewBook.resx">
  160. <DependentUpon>FrmAddNewBook.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="FrmBigListViewer.resx">
  163. <DependentUpon>FrmBigListViewer.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="FrmBookListMaker.resx">
  166. <DependentUpon>FrmBookListMaker.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="FrmBookListViewer.resx">
  169. <DependentUpon>FrmBookListViewer.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="frmChange.resx">
  172. <DependentUpon>frmChange.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="FrmClearDB.resx">
  175. <DependentUpon>FrmClearDB.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="FrmEditOP.resx">
  178. <DependentUpon>FrmEditOP.cs</DependentUpon>
  179. </EmbeddedResource>
  180. <EmbeddedResource Include="FrmLOGViewer.resx">
  181. <DependentUpon>FrmLOGViewer.cs</DependentUpon>
  182. </EmbeddedResource>
  183. <EmbeddedResource Include="FrmOutputSellList.resx">
  184. <DependentUpon>FrmOutputSellList.cs</DependentUpon>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="FrmAbout.resx">
  187. <DependentUpon>FrmAbout.cs</DependentUpon>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="Properties\Resources.resx">
  190. <Generator>ResXFileCodeGenerator</Generator>
  191. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  192. <SubType>Designer</SubType>
  193. </EmbeddedResource>
  194. <Compile Include="Properties\Resources.Designer.cs">
  195. <AutoGen>True</AutoGen>
  196. <DependentUpon>Resources.resx</DependentUpon>
  197. <DesignTime>True</DesignTime>
  198. </Compile>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  202. <Visible>False</Visible>
  203. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  204. <Install>false</Install>
  205. </BootstrapperPackage>
  206. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  207. <Visible>False</Visible>
  208. <ProductName>.NET Framework 3.5 SP1</ProductName>
  209. <Install>true</Install>
  210. </BootstrapperPackage>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <Content Include="bookcase.ico" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <None Include="app.config" />
  217. </ItemGroup>
  218. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  219. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  220. Other similar extension points exist, see Microsoft.Common.targets.
  221. <Target Name="BeforeBuild">
  222. </Target>
  223. <Target Name="AfterBuild">
  224. </Target>
  225. -->
  226. </Project>