11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.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')" />
2+ <Project Sdk =" Microsoft.NET.Sdk" >
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{8B25A222-B70F-490C-8EF4-E8B788563176}</ProjectGuid >
4+ <TargetFrameworks >net452</TargetFrameworks >
85 <OutputType >Exe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >EndpointA</RootNamespace >
11- <AssemblyName >EndpointA</AssemblyName >
12- <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
156 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <PlatformTarget >AnyCPU</PlatformTarget >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <PlatformTarget >AnyCPU</PlatformTarget >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- </PropertyGroup >
35- <ItemGroup >
36- <Reference Include =" NServiceBus.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=9fc386479f8a226c, processorArchitecture=MSIL" >
37- <HintPath >..\packages\NServiceBus.6.1.0\lib\net452\NServiceBus.Core.dll</HintPath >
38- <Private >True</Private >
39- </Reference >
40- <Reference Include =" System" />
41- <Reference Include =" System.Core" />
42- <Reference Include =" System.Xml.Linq" />
43- <Reference Include =" System.Data.DataSetExtensions" />
44- <Reference Include =" Microsoft.CSharp" />
45- <Reference Include =" System.Data" />
46- <Reference Include =" System.Net.Http" />
47- <Reference Include =" System.Xml" />
48- </ItemGroup >
49- <ItemGroup >
50- <Compile Include =" DemoCommandReceivedHandler.cs" />
51- <Compile Include =" Program.cs" />
52- </ItemGroup >
53- <ItemGroup >
54- <None Include =" App.config" />
55- <None Include =" packages.config" />
56- </ItemGroup >
57- <ItemGroup >
58- <ProjectReference Include =" ..\Contracts\Contracts.csproj" >
59- <Project >{fb64c215-540a-4ed1-901f-1e0a242d0908}</Project >
60- <Name >Contracts</Name >
61- </ProjectReference >
62- <ProjectReference Include =" ..\NServiceBus.FileBasedRouting\NServiceBus.FileBasedRouting.csproj" >
63- <Project >{b6417ca5-3892-4c53-8356-31018692ae35}</Project >
64- <Name >NServiceBus.FileBasedRouting</Name >
65- </ProjectReference >
66- </ItemGroup >
677 <ItemGroup >
68- <Content Include =" endpoints.xml" >
69- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
70- </Content >
71- <Content Include =" instance-mapping.xml" >
72- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
73- </Content >
8+ <PackageReference Include =" NServiceBus" Version =" 7.0.0-*" />
9+ <PackageReference Include =" NServiceBus.Transport.Msmq" Version =" 1.0.0-*" />
10+ <ProjectReference Include =" ..\Contracts\Contracts.csproj" />
11+ <ProjectReference Include =" ..\NServiceBus.FileBasedRouting\NServiceBus.FileBasedRouting.csproj" />
7412 </ItemGroup >
7513 <ItemGroup >
76- <Folder Include =" Properties\" />
14+ <None Update =" endpoints.xml" >
15+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
16+ </None >
17+ <None Update =" instance-mapping.xml" >
18+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
19+ </None >
7720 </ItemGroup >
78- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
80- Other similar extension points exist, see Microsoft.Common.targets.
81- <Target Name="BeforeBuild">
82- </Target>
83- <Target Name="AfterBuild">
84- </Target>
85- -->
8621</Project >
0 commit comments