<?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>{65A88AAF-0D82-42D5-89D6-A19F05F72F58}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>IStation.Model</RootNamespace>
|
<AssemblyName>IStation.Model.Core</AssemblyName>
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</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>
|
</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.Net.Http" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="coord\AxisCoordinator.cs" />
|
<Compile Include="coord\AxisLabel.cs" />
|
<Compile Include="coord\AxisXyCalculator.cs" />
|
<Compile Include="coord\ConstantAxisCalculator.cs" />
|
<Compile Include="coord\IAxisCalculator.cs" />
|
<Compile Include="coord\Log10AxisCalculator.cs" />
|
<Compile Include="coord\RatioAxisCalculator.cs" />
|
<Compile Include="enum\eFileFormat.cs" />
|
<Compile Include="enum\eMonitorStatus.cs" />
|
<Compile Include="enum\eMonitorType.cs" />
|
<Compile Include="enum\ePowerMode.cs" />
|
<Compile Include="enum\eSex.cs" />
|
<Compile Include="enum\eUseStatus.cs" />
|
<Compile Include="json\JsonList.cs" />
|
<Compile Include="json\JsonModel.cs" />
|
<Compile Include="matrix\enum\eCompareType.cs" />
|
<Compile Include="matrix\enum\eMappingMatrixType.cs" />
|
<Compile Include="matrix\enum\eMatrixType.cs" />
|
<Compile Include="matrix\enum\eRatioMatrixType.cs" />
|
<Compile Include="matrix\mapping\CompareMappingMatrix.cs" />
|
<Compile Include="matrix\mapping\RangeMappingMatrix.cs" />
|
<Compile Include="matrix\mapping\SingleMappingMatrix.cs" />
|
<Compile Include="matrix\ratio\OnceRatioMatrix.cs" />
|
<Compile Include="matrix\ratio\TwiceRatioMatrix.cs" />
|
<Compile Include="matrix\ratio\UnitRatioMatrix.cs" />
|
<Compile Include="model\CustomPoint.cs" />
|
<Compile Include="model\CustomSize.cs" />
|
<Compile Include="model\DoubleAndString.cs" />
|
<Compile Include="model\EnumDisplay.cs" />
|
<Compile Include="model\IntAndString.cs" />
|
<Compile Include="model\LongAndInt.cs" />
|
<Compile Include="model\LongAndString.cs" />
|
<Compile Include="model\StorageFile.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="sorter\Sorter.cs" />
|
<Compile Include="sorter\TraceSorter.cs" />
|
<Compile Include="sorter\TraceTreeSorter.cs" />
|
<Compile Include="sorter\TreeSorter.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj">
|
<Project>{59b6d7c8-f980-4d24-b3ec-6d378ff5b05e}</Project>
|
<Name>IStation.Newtonsoft</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Untity\IStation.Unit\IStation.Unit.csproj">
|
<Project>{205fa8c3-2fc2-40cc-a3e6-7d67be855550}</Project>
|
<Name>IStation.Unit</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|