41 lines
2.0 KiB
XML
41 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>c6e5affa-890a-448f-8de3-878b1d3c9fc7</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="$(OutputType) == 'Console'">
|
|
<DebuggerFlavor>ConsoleDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="$(OutputType) == 'Web'">
|
|
<DebuggerFlavor>WebDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="Project.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Controllers\NormalController.cs" />
|
|
<Compile Include="Controllers\NoProducesContentOnClassController.cs" />
|
|
<Compile Include="Controllers\ProducesContentBaseController.cs" />
|
|
<Compile Include="Controllers\ProducesContentOnClassController.cs" />
|
|
<Compile Include="Controllers\HomeController.cs" />
|
|
<Compile Include="Controllers\TextPlainController.cs" />
|
|
<Compile Include="Models\User.cs" />
|
|
<Compile Include="ContentType.cs" />
|
|
<Compile Include="PlainTextFormatter.cs" />
|
|
<Compile Include="Startup.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
</Project> |