123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{5BD52ABF-7F35-4B9A-BEBB-6CEC4A173276}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>BooksManageSystem</RootNamespace>
- <AssemblyName>BooksManageSystem</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- <PublishUrl>发布\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>bookcase.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject>
- </StartupObject>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="EPPlus">
- <HintPath>.\EPPlus.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.DirectoryServices" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Book.cs" />
- <Compile Include="BookSelector.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="BookSelector.Designer.cs">
- <DependentUpon>BookSelector.cs</DependentUpon>
- </Compile>
- <Compile Include="BuyList.cs" />
- <Compile Include="DBcon.cs" />
- <Compile Include="DBHelper.cs" />
- <Compile Include="EnumOP.cs" />
- <Compile Include="Form1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmAddNewBook.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmAddNewBook.Designer.cs">
- <DependentUpon>FrmAddNewBook.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmBigListViewer.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmBigListViewer.Designer.cs">
- <DependentUpon>FrmBigListViewer.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmBookListMaker.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmBookListMaker.Designer.cs">
- <DependentUpon>FrmBookListMaker.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmBookListViewer.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmBookListViewer.Designer.cs">
- <DependentUpon>FrmBookListViewer.cs</DependentUpon>
- </Compile>
- <Compile Include="frmChange.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmChange.Designer.cs">
- <DependentUpon>frmChange.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmClearDB.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmClearDB.Designer.cs">
- <DependentUpon>FrmClearDB.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmEditOP.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmEditOP.Designer.cs">
- <DependentUpon>FrmEditOP.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmLOGViewer.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmLOGViewer.Designer.cs">
- <DependentUpon>FrmLOGViewer.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmOutputSellList.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmOutputSellList.Designer.cs">
- <DependentUpon>FrmOutputSellList.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmAbout.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmAbout.Designer.cs">
- <DependentUpon>FrmAbout.cs</DependentUpon>
- </Compile>
- <Compile Include="OPLOG.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="BookSelector.resx">
- <DependentUpon>BookSelector.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Form1.resx">
- <DependentUpon>Form1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmAddNewBook.resx">
- <DependentUpon>FrmAddNewBook.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmBigListViewer.resx">
- <DependentUpon>FrmBigListViewer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmBookListMaker.resx">
- <DependentUpon>FrmBookListMaker.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmBookListViewer.resx">
- <DependentUpon>FrmBookListViewer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmChange.resx">
- <DependentUpon>frmChange.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmClearDB.resx">
- <DependentUpon>FrmClearDB.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmEditOP.resx">
- <DependentUpon>FrmEditOP.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmLOGViewer.resx">
- <DependentUpon>FrmLOGViewer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmOutputSellList.resx">
- <DependentUpon>FrmOutputSellList.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmAbout.resx">
- <DependentUpon>FrmAbout.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <Content Include="bookcase.ico" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|