25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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>{0C3243F5-729E-409C-B406-C6DE56E632E0}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CnasSynchrousModel</RootNamespace>
- <AssemblyName>CnasSynchrousModel</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\dll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x86</PlatformTarget>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ApiParams\ApiBaseParam.cs" />
- <Compile Include="ApiParams\ComputeMessageParam.cs" />
- <Compile Include="ApiParams\InsertValueMessageParam.cs" />
- <Compile Include="ApiParams\LoginMessageParam.cs" />
- <Compile Include="ApiParams\TableMessageParam.cs" />
- <Compile Include="AutoSql.cs" />
- <Compile Include="SourceConfigFile\AccessFormatConfig.cs" />
- <Compile Include="SourceConfigFile\ExcelFormatConfig.cs" />
- <Compile Include="FilterCondition.cs" />
- <Compile Include="SourceConfigFile\FoxProFormatConfig.cs" />
- <Compile Include="Param\FoxProOpenParams.cs" />
- <Compile Include="SourceConfigFile\MySqlFormatConfig.cs" />
- <Compile Include="SourceConfigFile\NormalFileFormatConfig.cs" />
- <Compile Include="SourceConfigFile\OracleFormatConfig.cs" />
- <Compile Include="Param\ConditionParams.cs" />
- <Compile Include="Param\AccessOpenParams.cs" />
- <Compile Include="CnasFixedValue.cs" />
- <Compile Include="DataBaseInfo.cs" />
- <Compile Include="IFThenConditionParams.cs" />
- <Compile Include="InstrumentDataSourceInfo.cs" />
- <Compile Include="BalanceClient\LaboratoryTest.cs" />
- <Compile Include="Param\ExcelOpenParams.cs" />
- <Compile Include="Param\MySQLOpenParams.cs" />
- <Compile Include="Param\OpenSourceParams.cs" />
- <Compile Include="Param\OracleOpenParams.cs" />
- <Compile Include="Param\SqliteOpenParams.cs" />
- <Compile Include="Param\SqlServerOpenParams.cs" />
- <Compile Include="Param\TXTOpenParams.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="BalanceClient\SerialPortConfigInfo.cs" />
- <Compile Include="SourceConfigFile\ServiceConfig.cs" />
- <Compile Include="BalanceClient\SyncBalanceItem.cs" />
- <Compile Include="SourceDataFilter.cs" />
- <Compile Include="SourceConfigFile\SqliteFormatConfig.cs" />
- <Compile Include="SourceConfigFile\SqlServerFormatConfig.cs" />
- <Compile Include="SyncInstrumentItemInfo.cs" />
- <Compile Include="SyncParamasInfo.cs" />
- <Compile Include="BalanceClient\UpLoadRecord.cs" />
- <Compile Include="SourceConfigFile\SystemFormatConfig.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|