FLY.Thick.Blowing.csproj 7.03 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\..\packages\PropertyChanged2.Fody.2.5.13\build\PropertyChanged2.Fody.props" Condition="Exists('..\..\packages\PropertyChanged2.Fody.2.5.13\build\PropertyChanged2.Fody.props')" />
  <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>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </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>
  </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="MathNet.Numerics">
      <HintPath>..\dll\MathNet.Numerics.dll</HintPath>
    </Reference>
41 42 43
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
    </Reference>
潘栩锋's avatar
潘栩锋 committed
44 45 46 47 48 49 50 51 52 53 54 55 56
    <Reference Include="PropertyChanged2, Version=2.5.13.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
      <HintPath>..\..\packages\PropertyChanged2.Fody.2.5.13\lib\net40\PropertyChanged2.dll</HintPath>
    </Reference>
    <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="Client\BlowingDetectServiceClient.cs" />
57
    <Compile Include="Client\BlowingFixProfileServiceClient.cs" />
潘栩锋's avatar
潘栩锋 committed
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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
    <Compile Include="Client\BlowingFixServiceClient.cs" />
    <Compile Include="Client\BlowingServiceClient.cs" />
    <Compile Include="Common\BlowingFixProfileParam.cs" />
    <Compile Include="IService\IBlowingFixProfileService.cs" />
    <Compile Include="IService\IBlowing.cs" />
    <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" />
    <Compile Include="OBJ_INTERFACE\OBJ_INTERFACE_ID.cs" />
    <Compile Include="Server.OBJProxy\BlowingDetect_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\BlowingFixProfile_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\Blowing_OBJProxy.cs" />
    <Compile Include="Server\BlowingFixProfile.cs" />
    <Compile Include="IService\IBlowingDetect.cs" />
    <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" />
    <Compile Include="Server\TDGage.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Project.FLY.FlyADBase\FlyADBase\FlyADBase.csproj">
      <Project>{DD8A6858-1261-49F7-86BE-5AC5C3A0EC34}</Project>
      <Name>FlyADBase</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
      <Project>{ABFE87D4-B692-4AE9-A8C0-1F470B8ACBB8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.Misc\MISC\Misc.csproj">
      <Project>{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}</Project>
      <Name>Misc</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.OBJComponents\OBJComponents\OBJComponents.csproj">
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
      <Name>OBJComponents</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.OBJ_FileBus\OBJ_FileBus\OBJ_FileBus.csproj">
      <Project>{8CAD11B7-BF6E-48BB-92A4-7273FEE9846D}</Project>
      <Name>OBJ_FileBus</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.Thick.Base\FLY.Thick.Base\FLY.Thick.Base.csproj">
      <Project>{91A1AAFE-A528-4C2E-A48A-9259E780255A}</Project>
      <Name>FLY.Thick.Base</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.Thick.BulkData\FLY.Thick.BulkData\FLY.Thick.BulkDataModule.csproj">
      <Project>{2F88B5EC-85BC-4B5E-B254-06D2F2771F67}</Project>
      <Name>FLY.Thick.BulkDataModule</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="FodyWeavers.xml" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="..\..\packages\Fody.3.2.13\build\Fody.targets" Condition="Exists('..\..\packages\Fody.3.2.13\build\Fody.targets')" />
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists('..\..\packages\Fody.3.2.13\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.3.2.13\build\Fody.targets'))" />
    <Error Condition="!Exists('..\..\packages\PropertyChanged2.Fody.2.5.13\build\PropertyChanged2.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PropertyChanged2.Fody.2.5.13\build\PropertyChanged2.Fody.props'))" />
  </Target>
  <!-- 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>