45 lines
2.1 KiB
XML
45 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" 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>
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
</PropertyGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>34df1487-12c6-476c-be0a-f31df1939ae5</ProjectGuid>
|
|
<OutputType>Web</OutputType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="$(OutputType) == 'Console'">
|
|
<DebuggerFlavor>ConsoleDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="$(OutputType) == 'Web'">
|
|
<DebuggerFlavor>WebDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" Label="Configuration">
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DevelopmentServerPort>38820</DevelopmentServerPort>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ActionDescriptorCreationCounter.cs" />
|
|
<Compile Include="Controllers\UsersController.cs" />
|
|
<Compile Include="Controllers\HomeController.cs" />
|
|
<Compile Include="Controllers\MonitorController.cs" />
|
|
<Compile Include="Startup.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="project.json" />
|
|
<Content Include="Views\Home\Index.cshtml" />
|
|
<Content Include="Views\Home\PlainView.cshtml" />
|
|
<Content Include="Views\Shared\Error.cshtml" />
|
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
</Project> |