CustomsCargoSystem.ExchangeDataStorageService.csproj
4.3 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{C2B5A015-791B-4014-AF96-4812E954301D}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>WinExe</OutputType>
<LangVersion>8.0</LangVersion>
<AssemblyName>CustomsCargoSystem.ExchangeDataStorageService</AssemblyName>
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="CustomsCargoSystem.Parser, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\CustomsCargoSystem.Parser.dll</HintPath>
</Reference>
<Reference Include="System.ServiceProcess">
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll</HintPath>
</Reference>
<Reference Include="System.Configuration.Install">
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Configuration.Install\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll</HintPath>
</Reference>
<Reference Include="System.Xml">
<HintPath>C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll</HintPath>
</Reference>
<Reference Include="CustomsCargoSystem.Model">
<HintPath>E:\2020年9月2日 110030zhu\新舱单数据IMF订阅服务\新舱单数据IMF订阅服务\CustomsCargoSystem.Model.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>
</Reference>
<Reference Include="System.Configuration">
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll</HintPath>
</Reference>
<Reference Include="CustomsCargoSystem.Helper">
<HintPath>E:\2020年9月2日 110030zhu\新舱单数据IMF订阅服务\新舱单数据IMF订阅服务\CustomsCargoSystem.Helper.dll</HintPath>
</Reference>
<Reference Include="CustomsCargoSystem.MessageQueue">
<HintPath>E:\2020年9月2日 110030zhu\新舱单数据IMF订阅服务\新舱单数据IMF订阅服务\CustomsCargoSystem.MessageQueue.dll</HintPath>
</Reference>
<Reference Include="CustomsCargoSystem.Data">
<HintPath>E:\2020年9月2日 110030zhu\新舱单数据IMF订阅服务\新舱单数据IMF订阅服务\CustomsCargoSystem.Data.dll</HintPath>
</Reference>
<Reference Include="System.Core">
<HintPath>C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="CustomsCargoSystem.ExchangeDataStorageService\MainService.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="CustomsCargoSystem.ExchangeDataStorageService\Program.cs" />
<Compile Include="CustomsCargoSystem.ExchangeDataStorageService\ProjectInstaller.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>