1+ <?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')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{3B12467F-4793-45A5-B3AA-7EB2EACFD15D}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >MicroService4Net.Example.FromNuget</RootNamespace >
11+ <AssemblyName >MicroService4Net.Example.FromNuget</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <PlatformTarget >AnyCPU</PlatformTarget >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <PlatformTarget >AnyCPU</PlatformTarget >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" MicroService4Net, Version=2.0.5948.28056, Culture=neutral, processorArchitecture=MSIL" >
36+ <HintPath >..\packages\MicroService4Net.2.0.5948.28056\lib\net45\MicroService4Net.dll</HintPath >
37+ <Private >True</Private >
38+ </Reference >
39+ <Reference Include =" Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" Microsoft.Owin.Cors, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\Microsoft.Owin.Cors.3.0.1\lib\net45\Microsoft.Owin.Cors.dll</HintPath >
45+ <Private >True</Private >
46+ </Reference >
47+ <Reference Include =" Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
48+ <HintPath >..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath >
49+ <Private >True</Private >
50+ </Reference >
51+ <Reference Include =" Microsoft.Owin.Hosting, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
52+ <HintPath >..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath >
53+ <Private >True</Private >
54+ </Reference >
55+ <Reference Include =" Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
56+ <HintPath >..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
57+ <Private >True</Private >
58+ </Reference >
59+ <Reference Include =" Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
60+ <HintPath >..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath >
61+ <Private >True</Private >
62+ </Reference >
63+ <Reference Include =" System" />
64+ <Reference Include =" System.Configuration.Install" />
65+ <Reference Include =" System.Core" />
66+ <Reference Include =" System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
67+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath >
68+ <Private >True</Private >
69+ </Reference >
70+ <Reference Include =" System.ServiceProcess" />
71+ <Reference Include =" System.Web.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\Microsoft.AspNet.Cors.5.2.3\lib\net45\System.Web.Cors.dll</HintPath >
73+ <Private >True</Private >
74+ </Reference >
75+ <Reference Include =" System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
76+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath >
77+ <Private >True</Private >
78+ </Reference >
79+ <Reference Include =" System.Web.Http.Owin, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
80+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll</HintPath >
81+ <Private >True</Private >
82+ </Reference >
83+ <Reference Include =" System.Xml.Linq" />
84+ <Reference Include =" System.Data.DataSetExtensions" />
85+ <Reference Include =" Microsoft.CSharp" />
86+ <Reference Include =" System.Data" />
87+ <Reference Include =" System.Net.Http" />
88+ <Reference Include =" System.Xml" />
89+ </ItemGroup >
90+ <ItemGroup >
91+ <Compile Include =" ExampleController.cs" />
92+ <Compile Include =" Program.cs" />
93+ <Compile Include =" Properties\AssemblyInfo.cs" />
94+ <Compile Include =" ServiceInternalClasses.cs" >
95+ <SubType >Component</SubType >
96+ </Compile >
97+ </ItemGroup >
98+ <ItemGroup >
99+ <None Include =" App.config" />
100+ <None Include =" packages.config" />
101+ </ItemGroup >
102+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104+ Other similar extension points exist, see Microsoft.Common.targets.
105+ <Target Name="BeforeBuild">
106+ </Target>
107+ <Target Name="AfterBuild">
108+ </Target>
109+ -->
110+ </Project >
0 commit comments