1
0

BooksManageSystem.csproj 8.3 KB

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