FLY.Thick.Base.csproj 7.9 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
  </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>
潘栩锋's avatar
潘栩锋 committed
27
    <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
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>
    </ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
44 45
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
潘栩锋's avatar
潘栩锋 committed
46 47 48 49 50 51 52
    <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" />
53
    <Reference Include="WindowsBase" />
潘栩锋's avatar
潘栩锋 committed
54 55
  </ItemGroup>
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
56
    <Compile Include="Client\BorderSearchServiceClient.cs" />
57
    <Compile Include="Client\CurveServiceClient.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" />
63
    <Compile Include="Client\FlyAdIoDefineServiceClient.cs" />
潘栩锋's avatar
潘栩锋 committed
64
    <Compile Include="Client\InitParamServiceClient.cs" />
65 66
    <Compile Include="Client\RejectServiceClient.cs" />
    <Compile Include="Client\ScanCorrServiceClient.cs" />
67
    <Compile Include="Client\TDGageServiceClient.cs" />
潘栩锋's avatar
潘栩锋 committed
68 69 70
    <Compile Include="Common\BorderType.cs" />
    <Compile Include="Common\Common.cs" />
    <Compile Include="Common\CurveCell.cs" />
潘栩锋's avatar
潘栩锋 committed
71
    <Compile Include="Common\CurveCore.cs" />
潘栩锋's avatar
潘栩锋 committed
72 73
    <Compile Include="Common\DATAVALIDSRC.cs" />
    <Compile Include="Common\DynArea.cs" />
潘栩锋's avatar
潘栩锋 committed
74
    <Compile Include="Common\ERRNOs.cs" />
潘栩锋's avatar
潘栩锋 committed
75
    <Compile Include="Common\FlyADIODefine.cs" />
潘栩锋's avatar
潘栩锋 committed
76 77 78 79 80 81 82 83
    <Compile Include="Common\FlyAD_Common.cs" />
    <Compile Include="Common\FlyData_WarningHistory.cs" />
    <Compile Include="Common\PasswordCommon.cs" />
    <Compile Include="Common\TimeGridEventArgs.cs" />
    <Compile Include="IService\IBoltMapService.cs" />
    <Compile Include="IService\IBorderSearchService.cs" />
    <Compile Include="IService\ICurveService.cs" />
    <Compile Include="IService\IFixService.cs" />
84
    <Compile Include="IService\IFlyAdIoDefineService.cs" />
潘栩锋's avatar
潘栩锋 committed
85 86 87 88 89
    <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" />
90
    <Compile Include="IService\IFilmPositionDetectService.cs" />
潘栩锋's avatar
潘栩锋 committed
91 92 93 94 95 96 97 98
    <Compile Include="IService\IPasswordService.cs" />
    <Compile Include="IService\IRejectService.cs" />
    <Compile Include="IService\IScanCorrService.cs" />
    <Compile Include="IService\ITDGageService.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Server\BoltMapImg.cs" />
    <Compile Include="Server\BorderSearch.cs" />
    <Compile Include="Server\CurveCollection.cs" />
99
    <Compile Include="Server\FilmPositionDetect.cs" />
100
    <Compile Include="Server\FlyAdService.cs" />
潘栩锋's avatar
潘栩锋 committed
101
    <Compile Include="Server\GetSample.cs" />
102 103
    <Compile Include="Server\GM_AutoScan.cs" />
    <Compile Include="Server\GM_Backward.cs" />
潘栩锋's avatar
潘栩锋 committed
104
    <Compile Include="Server\GM_Base.cs" />
105
    <Compile Include="Server\GM_Disconnected.cs" />
潘栩锋's avatar
潘栩锋 committed
106
    <Compile Include="Server\GM_Fix.cs" />
107
    <Compile Include="Server\GM_Forward.cs" />
潘栩锋's avatar
潘栩锋 committed
108
    <Compile Include="Server\GM_GageInfo.cs" />
109 110 111
    <Compile Include="Server\GM_Goto.cs" />
    <Compile Include="Server\GM_Origin.cs" />
    <Compile Include="Server\GM_Pause.cs" />
潘栩锋's avatar
潘栩锋 committed
112 113
    <Compile Include="Server\GM_ScanCorr.cs" />
    <Compile Include="Server\GM_ScanMotion.cs" />
114
    <Compile Include="Server\GM_Stop.cs" />
潘栩锋's avatar
潘栩锋 committed
115 116 117 118
    <Compile Include="Server\IGageMode.cs" />
    <Compile Include="Server\InitParam.cs" />
    <Compile Include="Server\Reject.cs" />
    <Compile Include="Server\BorderSearchPlastic.cs" />
潘栩锋's avatar
潘栩锋 committed
119
    <Compile Include="Server\ScanMotion2.cs" />
潘栩锋's avatar
潘栩锋 committed
120 121 122 123 124 125 126 127 128
    <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>
129 130 131 132
    <ProjectReference Include="..\..\Project.FLY.FObjSys\FObjBaseReflect\FObjBase.Reflect.csproj">
      <Project>{15f40c32-d546-4b2a-8d80-b3ddbcdaa690}</Project>
      <Name>FObjBase.Reflect</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
133 134 135 136 137 138 139 140
    <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
141
    <ProjectReference Include="..\..\Project.FLY.OBJComponents\OBJComponents\FLY.OBJComponents.csproj">
潘栩锋's avatar
潘栩锋 committed
142
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
潘栩锋's avatar
潘栩锋 committed
143
      <Name>FLY.OBJComponents</Name>
潘栩锋's avatar
潘栩锋 committed
144 145
    </ProjectReference>
  </ItemGroup>
潘栩锋's avatar
1  
潘栩锋 committed
146 147 148 149 150 151
  <ItemGroup>
    <Content Include="FodyWeavers.xml">
      <SubType>Designer</SubType>
    </Content>
  </ItemGroup>
  <ItemGroup>
152
    <PackageReference Include="AutoMapper">
153
      <Version>10.1.1</Version>
154
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
155
    <PackageReference Include="Newtonsoft.Json">
潘栩锋's avatar
潘栩锋 committed
156
      <Version>13.0.2</Version>
潘栩锋's avatar
潘栩锋 committed
157 158
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
159
      <Version>4.1.0</Version>
潘栩锋's avatar
潘栩锋 committed
160
    </PackageReference>
潘栩锋's avatar
1  
潘栩锋 committed
161
  </ItemGroup>
162 163 164 165
  <ItemGroup>
    <Folder Include="OBJ_INTERFACE\" />
    <Folder Include="Server.OBJProxy\" />
  </ItemGroup>
166 167 168 169 170
  <ItemGroup>
    <Page Include="Themes\StringResources\en\StringResource.ERRNO.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
171
    <Page Include="Themes\StringResources\zh\StringResource.ERRNO.xaml">
172 173 174 175
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
176 177 178 179 180 181 182 183 184
  <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>