<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{966D9971-7AA4-4B1B-ABB6-E09C3F04F6EE}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>FLY.Thick.BlowingScan</RootNamespace> <AssemblyName>FLY.Thick.BlowingScan</AssemblyName> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> <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.BlowingScan.xml</DocumentationFile> <Prefer32Bit>false</Prefer32Bit> </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> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Numerics" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> <Compile Include="Client\BlowingProfileServiceClient.cs" /> <Compile Include="Client\BlowingScanServiceClient.cs" /> <Compile Include="Common\BlowingProfileParam.cs" /> <Compile Include="Common\ERRNOs.cs" /> <Compile Include="Common\FlyData_BlowingScan.cs" /> <Compile Include="IService\IProfileService.cs" /> <Compile Include="OBJ_INTERFACE\BLOWING_PROFILE_OBJ_INTERFACE.cs" /> <Compile Include="OBJ_INTERFACE\OBJ_INTERFACE_ID.cs" /> <Compile Include="Server.OBJProxy\BlowingProfile_OBJProxy.cs" /> <Compile Include="Server.OBJProxy\OBJProxys.cs" /> <Compile Include="IService\IBlowingScanService.cs" /> <Compile Include="OBJ_INTERFACE\BLOWING_SCAN_OBJ_INTERFACE.cs" /> <Compile Include="Server.OBJProxy\BlowingScan_OBJProxy.cs" /> <Compile Include="Server\BlowingProfile.cs" /> <Compile Include="Server\GM_BlowingScan.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Server\Model\OrgLc_AutoMapperProfile.cs" /> <Compile Include="Server\Model\OrgDbModel.cs" /> <Compile Include="Server\Model\OrgDbTable.cs" /> <Compile Include="Server\Model\HistoryDb.cs" /> <Compile Include="Server\Model\OrgLcTable.cs" /> <Compile Include="Server\TDGage.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Project.FLY.Thick.Blowing\FLY.Thick.Blowing\FLY.Thick.Blowing.csproj"> <Project>{cc20abeb-59f6-492b-a963-51121eb5ae66}</Project> <Name>FLY.Thick.Blowing</Name> </ProjectReference> <ProjectReference Include="..\..\thick_public\Project.FLY.FlyADBase\FlyADBase\FlyADBase.csproj"> <Project>{DD8A6858-1261-49F7-86BE-5AC5C3A0EC34}</Project> <Name>FlyADBase</Name> </ProjectReference> <ProjectReference Include="..\..\thick_public\Project.FLY.FObjSys\FObjSys\FObjBase.csproj"> <Project>{ABFE87D4-B692-4AE9-A8C0-1F470B8ACBB8}</Project> <Name>FObjBase</Name> </ProjectReference> <ProjectReference Include="..\..\thick_public\Project.FLY.Misc\MISC\Misc.csproj"> <Project>{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}</Project> <Name>Misc</Name> </ProjectReference> <ProjectReference Include="..\..\thick_public\Project.FLY.OBJComponents\OBJComponents\OBJComponents.csproj"> <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project> <Name>OBJComponents</Name> </ProjectReference> <ProjectReference Include="..\..\thick_public\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="..\..\thick_public\Project.FLY.Thick.BulkData\FLY.Thick.BulkData\FLY.Thick.BulkDataModule.csproj"> <Project>{2F88B5EC-85BC-4B5E-B254-06D2F2771F67}</Project> <Name>FLY.Thick.BulkDataModule</Name> </ProjectReference> <ProjectReference Include="..\..\thick_public\Project.SQLiteHelper\SQLiteHelper\SQLiteHelper.csproj"> <Project>{4cbabfaa-1c62-4510-ac63-a51ee5fd50ff}</Project> <Name>SQLiteHelper</Name> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="app.config" /> </ItemGroup> <ItemGroup> <PackageReference Include="AutoMapper"> <Version>9.0.0</Version> </PackageReference> <PackageReference Include="MathNet.Numerics"> <Version>4.9.0</Version> </PackageReference> <PackageReference Include="Newtonsoft.Json"> <Version>12.0.3</Version> </PackageReference> <PackageReference Include="PropertyChanged.Fody"> <Version>3.2.5</Version> </PackageReference> </ItemGroup> <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>