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+ <ProductVersion >
8+ </ProductVersion >
9+ <SchemaVersion >2.0</SchemaVersion >
10+ <ProjectGuid >{ECFA3EC5-47B8-4060-925E-9205146D6562}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >JSONAPI.TodoMVC.API</RootNamespace >
15+ <AssemblyName >JSONAPI.TodoMVC.API</AssemblyName >
16+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17+ <UseIISExpress >true</UseIISExpress >
18+ <IISExpressSSLPort />
19+ <IISExpressAnonymousAuthentication />
20+ <IISExpressWindowsAuthentication />
21+ <IISExpressUseClassicPipelineMode />
22+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
23+ <RestorePackages >true</RestorePackages >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
26+ <DebugSymbols >true</DebugSymbols >
27+ <DebugType >full</DebugType >
28+ <Optimize >false</Optimize >
29+ <OutputPath >bin\</OutputPath >
30+ <DefineConstants >DEBUG;TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
35+ <DebugType >pdbonly</DebugType >
36+ <Optimize >true</Optimize >
37+ <OutputPath >bin\</OutputPath >
38+ <DefineConstants >TRACE</DefineConstants >
39+ <ErrorReport >prompt</ErrorReport >
40+ <WarningLevel >4</WarningLevel >
41+ </PropertyGroup >
42+ <ItemGroup >
43+ <Reference Include =" EntityFramework" >
44+ <HintPath >..\..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" EntityFramework.SqlServer" >
47+ <HintPath >..\..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" Microsoft.CSharp" />
50+ <Reference Include =" Microsoft.Owin" >
51+ <HintPath >..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" Microsoft.Owin.Host.SystemWeb" >
54+ <HintPath >..\packages\Microsoft.Owin.Host.SystemWeb.3.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
57+ <SpecificVersion >False</SpecificVersion >
58+ <HintPath >..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" Owin" >
61+ <HintPath >..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" System.Net.Http" />
64+ <Reference Include =" System.Net.Http.Formatting, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
65+ <SpecificVersion >False</SpecificVersion >
66+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath >
67+ </Reference >
68+ <Reference Include =" System.Web.DynamicData" />
69+ <Reference Include =" System.Web.Entity" />
70+ <Reference Include =" System.Web.ApplicationServices" />
71+ <Reference Include =" System.ComponentModel.DataAnnotations" />
72+ <Reference Include =" System" />
73+ <Reference Include =" System.Data" />
74+ <Reference Include =" System.Core" />
75+ <Reference Include =" System.Data.DataSetExtensions" />
76+ <Reference Include =" System.Web.Extensions" />
77+ <Reference Include =" System.Web.Http, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
78+ <SpecificVersion >False</SpecificVersion >
79+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath >
80+ </Reference >
81+ <Reference Include =" System.Web.Http.Owin, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
82+ <SpecificVersion >False</SpecificVersion >
83+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Owin.5.2.2\lib\net45\System.Web.Http.Owin.dll</HintPath >
84+ </Reference >
85+ <Reference Include =" System.Xml.Linq" />
86+ <Reference Include =" System.Drawing" />
87+ <Reference Include =" System.Web" />
88+ <Reference Include =" System.Xml" />
89+ <Reference Include =" System.Configuration" />
90+ <Reference Include =" System.Web.Services" />
91+ <Reference Include =" System.EnterpriseServices" />
92+ </ItemGroup >
93+ <ItemGroup >
94+ <Content Include =" Web.config" />
95+ </ItemGroup >
96+ <ItemGroup >
97+ <Compile Include =" Controllers\TodosController.cs" />
98+ <Compile Include =" Migrations\201502061744049_Initial.cs" />
99+ <Compile Include =" Migrations\201502061744049_Initial.Designer.cs" >
100+ <DependentUpon >201502061744049_Initial.cs</DependentUpon >
101+ </Compile >
102+ <Compile Include =" Migrations\Configuration.cs" />
103+ <Compile Include =" Models\Todo.cs" />
104+ <Compile Include =" Models\TodoMvcContext.cs" />
105+ <Compile Include =" Properties\AssemblyInfo.cs" />
106+ <Compile Include =" Startup.cs" />
107+ </ItemGroup >
108+ <ItemGroup >
109+ <Content Include =" packages.config" />
110+ <None Include =" Web.Debug.config" >
111+ <DependentUpon >Web.config</DependentUpon >
112+ </None >
113+ <None Include =" Web.Release.config" >
114+ <DependentUpon >Web.config</DependentUpon >
115+ </None >
116+ </ItemGroup >
117+ <ItemGroup >
118+ <Folder Include =" App_Data\" />
119+ </ItemGroup >
120+ <ItemGroup >
121+ <ProjectReference Include =" ..\JSONAPI.EntityFramework\JSONAPI.EntityFramework.csproj" >
122+ <Project >{E906356C-93F6-41F6-9A0D-73B8A99AA53C}</Project >
123+ <Name >JSONAPI.EntityFramework</Name >
124+ </ProjectReference >
125+ <ProjectReference Include =" ..\JSONAPI\JSONAPI.csproj" >
126+ <Project >{52B19FD6-EFAA-45B5-9C3E-A652E27608D1}</Project >
127+ <Name >JSONAPI</Name >
128+ </ProjectReference >
129+ </ItemGroup >
130+ <ItemGroup >
131+ <EmbeddedResource Include =" Migrations\201502061744049_Initial.resx" >
132+ <DependentUpon >201502061744049_Initial.cs</DependentUpon >
133+ </EmbeddedResource >
134+ </ItemGroup >
135+ <PropertyGroup >
136+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
137+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
138+ </PropertyGroup >
139+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
140+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
141+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
142+ <ProjectExtensions >
143+ <VisualStudio >
144+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
145+ <WebProjectProperties >
146+ <UseIIS >True</UseIIS >
147+ <AutoAssignPort >True</AutoAssignPort >
148+ <DevelopmentServerPort >58216</DevelopmentServerPort >
149+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
150+ <IISUrl >http://localhost:58216/</IISUrl >
151+ <NTLMAuthentication >False</NTLMAuthentication >
152+ <UseCustomServer >False</UseCustomServer >
153+ <CustomServerUrl >
154+ </CustomServerUrl >
155+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
156+ </WebProjectProperties >
157+ </FlavorProperties >
158+ </VisualStudio >
159+ </ProjectExtensions >
160+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
161+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
162+ <PropertyGroup >
163+ <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 >
164+ </PropertyGroup >
165+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
166+ </Target >
167+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168+ Other similar extension points exist, see Microsoft.Common.targets.
169+ <Target Name="BeforeBuild">
170+ </Target>
171+ <Target Name="AfterBuild">
172+ </Target>
173+ -->
174+ </Project >
0 commit comments