|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{0F16F166-6646-4502-B22D-5FE5BFE92326}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>CNAS_DBSync</RootNamespace>
- <AssemblyName>CNAS_DBSync</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\dll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
- </Reference>
- <Reference Include="MySql.Data, Version=5.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\dll\MySql.Data.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net40\System.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.EF6, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.EF6.1.0.111.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.Linq, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.Linq.1.0.111.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Management" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BLL\CnasDataCheck.cs" />
- <Compile Include="BLL\CnasDataOperation.cs" />
- <Compile Include="DAL\CnasDataOperationFact.cs" />
- <Compile Include="BLL\InstrumentCodeOperation.cs" />
- <Compile Include="BLL\InstrumentDataFact.cs" />
- <Compile Include="BLL\InstrumentDataOperation.cs" />
- <Compile Include="Common\MdbHelper.cs" />
- <Compile Include="Common\MySQLHelper.cs" />
- <Compile Include="Common\SQLDB2Helper.cs" />
- <Compile Include="Common\ExcelHelper.cs" />
- <Compile Include="Common\FileHelper.cs" />
- <Compile Include="Common\SQLiteHelper.cs" />
- <Compile Include="DAL\BaseDAL.cs" />
- <Compile Include="DAL\MySQLBaseDAL.cs" />
- <Compile Include="frmDatabaseParams.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmDatabaseParams.Designer.cs">
- <DependentUpon>frmDatabaseParams.cs</DependentUpon>
- </Compile>
- <Compile Include="frmInstrumentCode.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmInstrumentCode.Designer.cs">
- <DependentUpon>frmInstrumentCode.cs</DependentUpon>
- </Compile>
- <Compile Include="frmPrBar.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmPrBar.Designer.cs">
- <DependentUpon>frmPrBar.cs</DependentUpon>
- </Compile>
- <Compile Include="frmSyncParams.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmSyncParams.Designer.cs">
- <DependentUpon>frmSyncParams.cs</DependentUpon>
- </Compile>
- <Compile Include="Model\DataBaseInfo.cs" />
- <Compile Include="Model\InstrumentDataSourceInfo.cs" />
- <Compile Include="Model\SyncInstrumentItemInfo.cs" />
- <Compile Include="Model\SyncParamasInfo.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="frmDatabaseParams.resx">
- <DependentUpon>frmDatabaseParams.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmInstrumentCode.resx">
- <DependentUpon>frmInstrumentCode.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmPrBar.resx">
- <DependentUpon>frmPrBar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmSyncParams.resx">
- <DependentUpon>frmSyncParams.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>
- </Compile>
- <None Include="App.config" />
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets'))" />
- </Target>
- </Project>
|