FLY.Thick.Base.csproj 9.22 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<?xml version="1.0" encoding="utf-8"?>
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>{91A1AAFE-A528-4C2E-A48A-9259E780255A}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>FLY.Thick.Base</RootNamespace>
    <AssemblyName>FLY.Thick.Base</AssemblyName>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
14
    <FileAlignment>512</FileAlignment>
潘栩锋's avatar
1  
潘栩锋 committed
15 16
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
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.Base.XML</DocumentationFile>
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>
37
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
38 39 40 41 42 43 44 45 46 47 48 49 50
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>
    </ApplicationIcon>
  </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" />
51
    <Reference Include="WindowsBase" />
潘栩锋's avatar
潘栩锋 committed
52 53
  </ItemGroup>
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
54
    <Compile Include="Client\BorderSearchServiceClient.cs" />
55 56 57
    <Compile Include="Client\CoatingSegmentServiceClient.cs" />
    <Compile Include="Client\CurveServiceClient.cs" />
    <Compile Include="Client\DynAreaServiceClient.cs" />
58
    <Compile Include="Client\FilmPositionDetectServiceClient.cs" />
59 60 61 62
    <Compile Include="Client\FixServiceClient.cs" />
    <Compile Include="Client\FlyADServiceClient.cs" />
    <Compile Include="Client\GageInfoServiceClient.cs" />
    <Compile Include="Client\GetSampleServiceClient.cs" />
潘栩锋's avatar
潘栩锋 committed
63
    <Compile Include="Client\InitParamServiceClient.cs" />
64
    <Compile Include="Client\PasswordServiceClient.cs" />
65
    <Compile Include="Client\ProfileServiceClient.cs" />
66 67
    <Compile Include="Client\RejectServiceClient.cs" />
    <Compile Include="Client\ScanCorrServiceClient.cs" />
68
    <Compile Include="Client\TDGageServiceClient.cs" />
潘栩锋's avatar
潘栩锋 committed
69 70 71 72
    <Compile Include="Common\BorderType.cs" />
    <Compile Include="Common\CoatingSegmentPart.cs" />
    <Compile Include="Common\Common.cs" />
    <Compile Include="Common\CurveCell.cs" />
潘栩锋's avatar
潘栩锋 committed
73
    <Compile Include="Common\CurveCore.cs" />
潘栩锋's avatar
潘栩锋 committed
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
    <Compile Include="Common\DATAVALIDSRC.cs" />
    <Compile Include="Common\DynArea.cs" />
    <Compile Include="Common\ERRNO.cs" />
    <Compile Include="Common\FlyAD_Common.cs" />
    <Compile Include="Common\FlyData_CoatingSegmentHistory.cs" />
    <Compile Include="Common\FlyData_ScanHistory.cs" />
    <Compile Include="Common\FlyData_WarningHistory.cs" />
    <Compile Include="Common\PasswordCommon.cs" />
    <Compile Include="Common\ProfileParam.cs" />
    <Compile Include="Common\TimeGridEventArgs.cs" />
    <Compile Include="IService\IBoltMapService.cs" />
    <Compile Include="IService\IBorderSearchService.cs" />
    <Compile Include="IService\ICoatingSegmentService.cs" />
    <Compile Include="IService\ICurveService.cs" />
    <Compile Include="IService\IDynAreaService.cs" />
    <Compile Include="IService\IFixService.cs" />
    <Compile Include="IService\IFlyADService.cs" />
    <Compile Include="IService\IGageInfoService.cs" />
    <Compile Include="IService\IGetSampleService.cs" />
    <Compile Include="IService\IInitParamService.cs" />
    <Compile Include="IService\INotifyErrorArisen.cs" />
95
    <Compile Include="IService\IFilmPositionDetectService.cs" />
潘栩锋's avatar
潘栩锋 committed
96 97 98 99 100 101 102
    <Compile Include="IService\IPasswordService.cs" />
    <Compile Include="IService\IProfileService.cs" />
    <Compile Include="IService\IRejectService.cs" />
    <Compile Include="IService\IScanCorrService.cs" />
    <Compile Include="IService\ITDGageService.cs" />
    <Compile Include="OBJ_INTERFACE\BOLTMAP_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\BORDERSEARCH_OBJ_INTERFACE.cs" />
103
    <Compile Include="OBJ_INTERFACE\FILMPOS_OBJ_INTERFACE.cs" />
潘栩锋's avatar
潘栩锋 committed
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
    <Compile Include="OBJ_INTERFACE\Pack_StringList.cs" />
    <Compile Include="OBJ_INTERFACE\COATINGSEGMENT_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\CURVE_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\DYNAREA_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\FIX_OBJ_INTERFACEC.cs" />
    <Compile Include="OBJ_INTERFACE\FLYAD_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\GAGEINFO_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\GETSAMPLE_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\INITPARAM_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\PASSWORD_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\PROFILE_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\REJECT_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\SCANCORR_OBJ_INTERFACE.cs" />
    <Compile Include="OBJ_INTERFACE\TDGAGE_OBJ_INTERFACE.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Server.OBJProxy\BorderSearch_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\CoatingSegmentSearch_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\Curve_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\DynArea_OBJProxy.cs" />
123
    <Compile Include="Server.OBJProxy\FilmPositionDetect_OBJProxy.cs" />
潘栩锋's avatar
潘栩锋 committed
124 125 126 127 128 129 130 131 132 133 134 135 136
    <Compile Include="Server.OBJProxy\Fix_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\FlyAD_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\GageInfo_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\GetSample_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\Initparam_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\Password_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\Profile_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\Reject_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\ScanCorr_OBJProxy.cs" />
    <Compile Include="Server.OBJProxy\TDGage_OBJProxy.cs" />
    <Compile Include="Server\BoltMapImg.cs" />
    <Compile Include="Server\BorderSearch.cs" />
    <Compile Include="Server\CurveCollection.cs" />
137
    <Compile Include="Server\FilmPositionDetect.cs" />
潘栩锋's avatar
潘栩锋 committed
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
    <Compile Include="Server\GetSample.cs" />
    <Compile Include="Server\GM_Base.cs" />
    <Compile Include="Server\GM_Fix.cs" />
    <Compile Include="Server\GM_GageInfo.cs" />
    <Compile Include="Server\GM_ScanCorr.cs" />
    <Compile Include="Server\GM_ScanMotion.cs" />
    <Compile Include="Server\IGageMode.cs" />
    <Compile Include="Server\InitParam.cs" />
    <Compile Include="Server\Password.cs" />
    <Compile Include="Server\Profile.cs" />
    <Compile Include="Server\Reject.cs" />
    <Compile Include="Server\BorderSearchPlastic.cs" />
    <Compile Include="Server\SysParam.cs" />
    <Compile Include="Server\AD2ThickHandler.cs" />
    <Compile Include="Server\TempFilter.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>
潘栩锋's avatar
潘栩锋 committed
167
    <ProjectReference Include="..\..\Project.FLY.OBJComponents\OBJComponents\FLY.OBJComponents.csproj">
潘栩锋's avatar
潘栩锋 committed
168
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
潘栩锋's avatar
潘栩锋 committed
169
      <Name>FLY.OBJComponents</Name>
潘栩锋's avatar
潘栩锋 committed
170 171
    </ProjectReference>
  </ItemGroup>
潘栩锋's avatar
1  
潘栩锋 committed
172 173 174 175 176 177
  <ItemGroup>
    <Content Include="FodyWeavers.xml">
      <SubType>Designer</SubType>
    </Content>
  </ItemGroup>
  <ItemGroup>
178 179 180
    <PackageReference Include="AutoMapper">
      <Version>9.0.0</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
181
    <PackageReference Include="Newtonsoft.Json">
潘栩锋's avatar
潘栩锋 committed
182
      <Version>12.0.3</Version>
潘栩锋's avatar
潘栩锋 committed
183 184
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
185
      <Version>3.2.5</Version>
潘栩锋's avatar
潘栩锋 committed
186
    </PackageReference>
潘栩锋's avatar
1  
潘栩锋 committed
187
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
188 189 190 191 192 193 194 195 196
  <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>