ningshuxia
2023-02-07 d027501182b03a0c036af712a2b7f31d55144562
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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>