123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{31871C1B-8855-4FE4-A549-DB5506C7BE0B}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>X3TaskServer54</RootNamespace>
- <AssemblyName>高轨三星无参数据处理服务</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <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\高轨三星无参数据处理服务.xml</DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- <NoWarn>CS1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>..\..\Service.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Management" />
- <Reference Include="System.Numerics" />
- <Reference Include="System.Transactions" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Web.Http">
- <HintPath>..\..\System.Web.Http.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AddIns\DDC\DDCHelper.cs" />
- <Compile Include="Controllers\X3NoRefTaskProcessingController.cs" />
- <Compile Include="HistoryFile.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="MainForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MainForm.Designer.cs">
- <DependentUpon>MainForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Service\TaskService.cs" />
- <Compile Include="AddIns\时隙获取\SlotHelper.cs" />
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <EmbeddedResource Include="MainForm.resx">
- <DependentUpon>MainForm.cs</DependentUpon>
- </EmbeddedResource>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
- <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
- <Name>02.XdCxRhDW.Dto</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
- <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
- <Name>01.XdCxRhDW.Framework</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\XdCxRhDW.UI.Lib\06.XdCxRhDW.UI.Lib.csproj">
- <Project>{6ae410d3-7947-4ff9-a8d3-81e166995b6b}</Project>
- <Name>06.XdCxRhDW.UI.Lib</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\XdCxRhDW.WebApi\05.XdCxRhDW.WebApi.csproj">
- <Project>{652C29AC-65DE-466A-A964-8F1A2E657D86}</Project>
- <Name>05.XdCxRhDW.WebApi</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="AddIns\时隙获取\SlotChecker.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="AddIns\时隙获取\SlotChecker.h">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="AddIns\DDC\DigitaDownConverter.exe">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="AddIns\DDC\ippcore-9.0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="AddIns\DDC\ipps-9.0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="AddIns\DDC\ippsy8-9.0.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="AddIns\DDC\readme.txt">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
- del System*.xml,Microsoft*.xml,autofac*.xml,MySql*.xml,K4os*.xml,google*.xml
- del BouncyCastle*.xml,Serilog.Sinks.File.pdb
- del System.Text.Encodings.Web.dll
- del System.ValueTuple.dll
- del *.dll.config
- if not exist "AddIns" md AddIns
- move /Y *.dll AddIns
- move /Y *.pdb AddIns
- move AddIns\$(TargetName).pdb .
- rmdir logs /S/Q
- rmdir wwwroot /S/Q
- rmdir tmp /S/Q
- rmdir DdcDir /S/Q
- if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service
- if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)
- xcopy * ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) /sey
- del ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)\*.tmp</PostBuildEvent>
- </PropertyGroup>
- </Project>
|