1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{DABA9504-8375-46DE-8349-A2DFCA9B1F2D}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >_1_Receive</RootNamespace >
11
+ <AssemblyName >1_Receive</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15
+ <PublishUrl >publish\</PublishUrl >
16
+ <Install >true</Install >
17
+ <InstallFrom >Disk</InstallFrom >
18
+ <UpdateEnabled >false</UpdateEnabled >
19
+ <UpdateMode >Foreground</UpdateMode >
20
+ <UpdateInterval >7</UpdateInterval >
21
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22
+ <UpdatePeriodically >false</UpdatePeriodically >
23
+ <UpdateRequired >false</UpdateRequired >
24
+ <MapFileExtensions >true</MapFileExtensions >
25
+ <ApplicationRevision >0</ApplicationRevision >
26
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27
+ <IsWebBootstrapper >false</IsWebBootstrapper >
28
+ <UseApplicationTrust >false</UseApplicationTrust >
29
+ <BootstrapperEnabled >true</BootstrapperEnabled >
30
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
31
+ <RestorePackages >true</RestorePackages >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
34
+ <PlatformTarget >AnyCPU</PlatformTarget >
35
+ <DebugSymbols >true</DebugSymbols >
36
+ <DebugType >full</DebugType >
37
+ <Optimize >false</Optimize >
38
+ <OutputPath >bin\Debug\</OutputPath >
39
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
40
+ <ErrorReport >prompt</ErrorReport >
41
+ <WarningLevel >4</WarningLevel >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
44
+ <PlatformTarget >AnyCPU</PlatformTarget >
45
+ <DebugType >pdbonly</DebugType >
46
+ <Optimize >true</Optimize >
47
+ <OutputPath >bin\Release\</OutputPath >
48
+ <DefineConstants >TRACE</DefineConstants >
49
+ <ErrorReport >prompt</ErrorReport >
50
+ <WarningLevel >4</WarningLevel >
51
+ </PropertyGroup >
52
+ <ItemGroup >
53
+ <Reference Include =" RabbitMQ.Client" >
54
+ <HintPath >..\packages\RabbitMQ.Client.3.5.1\lib\net40\RabbitMQ.Client.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" System" />
57
+ <Reference Include =" System.Core" />
58
+ <Reference Include =" System.Xml.Linq" />
59
+ <Reference Include =" System.Data.DataSetExtensions" />
60
+ <Reference Include =" Microsoft.CSharp" />
61
+ <Reference Include =" System.Data" />
62
+ <Reference Include =" System.Xml" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <Compile Include =" Program.cs" />
66
+ <Compile Include =" Properties\AssemblyInfo.cs" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <None Include =" App.config" />
70
+ <None Include =" packages.config" />
71
+ </ItemGroup >
72
+ <ItemGroup >
73
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.5.1" >
74
+ <Visible >False</Visible >
75
+ <ProductName >Microsoft .NET Framework 4.5.1 %28x86 and x64%29</ProductName >
76
+ <Install >true</Install >
77
+ </BootstrapperPackage >
78
+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
79
+ <Visible >False</Visible >
80
+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
81
+ <Install >false</Install >
82
+ </BootstrapperPackage >
83
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
84
+ <Visible >False</Visible >
85
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
86
+ <Install >false</Install >
87
+ </BootstrapperPackage >
88
+ </ItemGroup >
89
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
91
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
92
+ <PropertyGroup >
93
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
94
+ </PropertyGroup >
95
+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
96
+ </Target >
97
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98
+ Other similar extension points exist, see Microsoft.Common.targets.
99
+ <Target Name="BeforeBuild">
100
+ </Target>
101
+ <Target Name="AfterBuild">
102
+ </Target>
103
+ -->
104
+ </Project >
0 commit comments