FLY.Thick.Blowing.csproj 7.36 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<?xml version="1.0" encoding="utf-8"?>
潘栩锋's avatar
潘栩锋 committed
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
潘栩锋's avatar
潘栩锋 committed
3 4 5 6 7 8 9 10 11 12
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{CC20ABEB-59F6-492B-A963-51121EB5AE66}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>FLY.Thick.Blowing</RootNamespace>
    <AssemblyName>FLY.Thick.Blowing</AssemblyName>
潘栩锋's avatar
潘栩锋 committed
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
14 15 16
    <FileAlignment>512</FileAlignment>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
潘栩锋's avatar
潘栩锋 committed
17
    <TargetFrameworkProfile />
潘栩锋's avatar
潘栩锋 committed
18 19 20 21 22 23 24 25 26 27
  </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>
    <DocumentationFile>bin\Debug\FLY.Thick.Blowing.XML</DocumentationFile>
潘栩锋's avatar
潘栩锋 committed
28
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
29 30 31 32 33 34 35 36
  </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>
潘栩锋's avatar
潘栩锋 committed
37
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
38 39 40
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
41
    <Reference Include="System.ComponentModel.DataAnnotations" />
潘栩锋's avatar
潘栩锋 committed
42
    <Reference Include="System.Core" />
潘栩锋's avatar
潘栩锋 committed
43 44
    <Reference Include="System.Numerics" />
    <Reference Include="System.Runtime.Serialization" />
潘栩锋's avatar
潘栩锋 committed
45 46 47 48 49 50 51 52
    <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="Client\BlowingDetectServiceClient.cs" />
53
    <Compile Include="Client\BlowingFixProfileServiceClient.cs" />
潘栩锋's avatar
潘栩锋 committed
54 55
    <Compile Include="Client\BlowingFixServiceClient.cs" />
    <Compile Include="Client\BlowingServiceClient.cs" />
56
    <Compile Include="Client\ScanWarningServiceClient.cs" />
潘栩锋's avatar
潘栩锋 committed
57
    <Compile Include="Common\BlowingFixProfileParam.cs" />
58
    <Compile Include="Common\ERRNOs.cs" />
潘栩锋's avatar
潘栩锋 committed
59
    <Compile Include="IService\IBlowingFixProfileService.cs" />
60
    <Compile Include="IService\IBlowingService.cs" />
61
    <Compile Include="IService\IBulkDBService.cs" />
潘栩锋's avatar
潘栩锋 committed
62
    <Compile Include="IService\ICalFilmLen.cs" />
63
    <Compile Include="IService\IScanWarningService.cs" />
64
    <Compile Include="IService\IShareDBService.cs" />
潘栩锋's avatar
潘栩锋 committed
65 66 67
    <Compile Include="OBJ_INTERFACE\BLOWINGFIX_PROFILE_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\BLOWING_DETECT_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\BLOWING_OBJ_INTERFACE.cs" />
68
    <Compile Include="OBJ_INTERFACE\BULKDB_OBJ_INTERFACE.cs" />
潘栩锋's avatar
潘栩锋 committed
69
    <Compile Include="OBJ_INTERFACE\OBJ_INTERFACE_ID.cs" />
70
    <Compile Include="OBJ_INTERFACE\SCANWARNING_OBJ_INTERFACE.cs" />
潘栩锋's avatar
潘栩锋 committed
71 72 73
    <Compile Include="Server.OBJProxy\BlowingDetect_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\BlowingFixProfile_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\Blowing_OBJProxy.cs" />
74 75
    <Compile Include="Server.OBJProxy\BulkDB_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\ScanWarning_OBJProxy.cs" />
潘栩锋's avatar
潘栩锋 committed
76
    <Compile Include="Server\BlowingFixProfile.cs" />
77
    <Compile Include="IService\IBlowingDetectService.cs" />
潘栩锋's avatar
潘栩锋 committed
78 79 80 81 82 83 84
    <Compile Include="IService\IBlowingFixService.cs" />
    <Compile Include="OBJ_INTERFACE\BLOWINGFIX_OBJ_INTERFACE.cs" />
    <Compile Include="Server.OBJProxy\BlowingFix_OBJProxy.cs" />
    <Compile Include="Server\GM_BlowingFix.cs" />
    <Compile Include="Server.OBJProxy\OBJProxy.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Server\BlowingDetect.cs" />
潘栩锋's avatar
潘栩锋 committed
85 86 87
    <Compile Include="Server\Model\BulkDb.cs" />
    <Compile Include="Server\Model\DbModel.cs" />
    <Compile Include="Server\Model\DbTable.cs" />
88 89
    <Compile Include="Server\Model\Lc_AutoMapperProfile.cs" />
    <Compile Include="Server\Model\OrgLc_AutoMapperProfile.cs" />
潘栩锋's avatar
潘栩锋 committed
90 91 92 93 94 95
    <Compile Include="Server\Model\OrgLcTable.cs" />
    <Compile Include="Server\Model\OrgDbTable.cs" />
    <Compile Include="Server\Model\HistoryDb.cs" />
    <Compile Include="Server\Model\LcTable.cs" />
    <Compile Include="Server\Model\LocalDb.cs" />
    <Compile Include="Server\Model\OrgDbModel.cs" />
96
    <Compile Include="Server\ScanWarning.cs" />
潘栩锋's avatar
潘栩锋 committed
97 98 99
    <Compile Include="Server\TDGage.cs" />
  </ItemGroup>
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
100 101 102 103 104 105 106
    <Content Include="FodyWeavers.xml">
      <SubType>Designer</SubType>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\thick_public\Project.FLY.FlyADBase\FlyADBase\FlyADBase.csproj">
      <Project>{dd8a6858-1261-49f7-86be-5ac5c3a0ec34}</Project>
潘栩锋's avatar
潘栩锋 committed
107 108
      <Name>FlyADBase</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
109 110
    <ProjectReference Include="..\..\thick_public\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
      <Project>{abfe87d4-b692-4ae9-a8c0-1f470b8acbb8}</Project>
潘栩锋's avatar
潘栩锋 committed
111 112
      <Name>FObjBase</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
113 114
    <ProjectReference Include="..\..\thick_public\Project.FLY.Misc\MISC\Misc.csproj">
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
潘栩锋's avatar
潘栩锋 committed
115 116
      <Name>Misc</Name>
    </ProjectReference>
117
    <ProjectReference Include="..\..\thick_public\Project.FLY.OBJComponents\OBJComponents\FLY.OBJComponents.csproj">
潘栩锋's avatar
潘栩锋 committed
118
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
119
      <Name>FLY.OBJComponents</Name>
潘栩锋's avatar
潘栩锋 committed
120
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
121 122
    <ProjectReference Include="..\..\thick_public\Project.FLY.Thick.Base\FLY.Thick.Base\FLY.Thick.Base.csproj">
      <Project>{91a1aafe-a528-4c2e-a48a-9259e780255a}</Project>
潘栩锋's avatar
潘栩锋 committed
123 124
      <Name>FLY.Thick.Base</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
125 126
    <ProjectReference Include="..\..\thick_public\Project.FLY.Thick.BulkData\FLY.Thick.BulkData\FLY.Thick.BulkDataModule.csproj">
      <Project>{2f88b5ec-85bc-4b5e-b254-06d2f2771f67}</Project>
潘栩锋's avatar
潘栩锋 committed
127 128
      <Name>FLY.Thick.BulkDataModule</Name>
    </ProjectReference>
129 130 131 132
    <ProjectReference Include="..\..\thick_public\Project.SQLiteHelper\SQLiteHelper\SQLiteHelper.csproj">
      <Project>{4CBABFAA-1C62-4510-AC63-A51EE5FD50FF}</Project>
      <Name>SQLiteHelper</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
133
  </ItemGroup>
134
  <ItemGroup>
135
    <PackageReference Include="AutoMapper">
136
      <Version>9.0.0</Version>
137
    </PackageReference>
138
    <PackageReference Include="MathNet.Numerics">
潘栩锋's avatar
潘栩锋 committed
139
      <Version>4.9.0</Version>
140 141
    </PackageReference>
    <PackageReference Include="Newtonsoft.Json">
潘栩锋's avatar
潘栩锋 committed
142
      <Version>12.0.3</Version>
143
    </PackageReference>
144
    <PackageReference Include="NLog">
潘栩锋's avatar
潘栩锋 committed
145
      <Version>4.6.8</Version>
146
    </PackageReference>
147
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
148
      <Version>3.2.5</Version>
149 150
    </PackageReference>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
151 152 153 154 155 156 157 158 159
  <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>