1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{169D410B-68C4-4D3E-9178-216748DFE69D}</ProjectGuid >
7+ <ProjectTypeGuids >{349C5851-65DF-11DA-9384-00065B846F21};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
8+ <OutputType >Library</OutputType >
9+ <RootNamespace >SampleWebApi</RootNamespace >
10+ <AssemblyName >SampleWebApi</AssemblyName >
11+ <TargetFrameworkVersion >v4.7</TargetFrameworkVersion >
12+ </PropertyGroup >
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
14+ <DebugSymbols >true</DebugSymbols >
15+ <DebugType >full</DebugType >
16+ <Optimize >false</Optimize >
17+ <OutputPath >bin</OutputPath >
18+ <DefineConstants >DEBUG;</DefineConstants >
19+ <ErrorReport >prompt</ErrorReport >
20+ <WarningLevel >4</WarningLevel >
21+ </PropertyGroup >
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
23+ <Optimize >true</Optimize >
24+ <OutputPath >bin</OutputPath >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <ItemGroup >
29+ <Reference Include =" System" />
30+ <Reference Include =" System.Web" />
31+ <Reference Include =" System.Xml" />
32+ <Reference Include =" System.Core" />
33+ <Reference Include =" System.Web.Services" />
34+ <Reference Include =" System.Web.Routing" />
35+ <Reference Include =" System.Web.Extensions" />
36+ <Reference Include =" System.Web.Abstractions" />
37+ <Reference Include =" System.Web.DynamicData" />
38+ <Reference Include =" System.ComponentModel.DataAnnotations" />
39+ <Reference Include =" System.Xml.Linq" />
40+ <Reference Include =" System.Core" />
41+ <Reference Include =" Microsoft.CSharp" />
42+ <Reference Include =" System.Net.Http.Formatting" >
43+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" System.Net.Http" />
46+ <Reference Include =" System.Web.Http" >
47+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" System.Web.Http.WebHost" >
50+ <HintPath >..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Newtonsoft.Json" >
53+ <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
54+ </Reference >
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Content Include =" Web.config" />
58+ <Content Include =" Global.asax" />
59+ <Content Include =" packages.config" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" Global.asax.cs" >
63+ <DependentUpon >Global.asax</DependentUpon >
64+ </Compile >
65+ <Compile Include =" App_Start\WebApiConfig.cs" />
66+ <Compile Include =" Controllers\HomeController.cs" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <ProjectReference Include =" ..\InEngine.Core\InEngine.Core.csproj" >
70+ <Project >{1C604C4F-3F98-483C-89E3-C951BE03366A}</Project >
71+ <Name >InEngine.Core</Name >
72+ </ProjectReference >
73+ <ProjectReference Include =" ..\InEngine.Commands\InEngine.Commands.csproj" >
74+ <Project >{5EDAF024-3BD1-4D22-A6E5-9EF808DB14C8}</Project >
75+ <Name >InEngine.Commands</Name >
76+ </ProjectReference >
77+ </ItemGroup >
78+ <ItemGroup >
79+ <None Include =" appsettings.json" >
80+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
81+ </None >
82+ </ItemGroup >
83+ <ItemGroup >
84+ <Folder Include =" Controllers\" />
85+ </ItemGroup >
86+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
87+ <ProjectExtensions >
88+ <MonoDevelop >
89+ <Properties >
90+ <XspParameters Port =" 8080" Address =" 127.0.0.1" SslMode =" None" SslProtocol =" Default" KeyType =" None" CertFile =" " KeyFile =" " PasswordOptions =" None" Password =" " Verbose =" True" />
91+ </Properties >
92+ </MonoDevelop >
93+ </ProjectExtensions >
94+ </Project >
0 commit comments