48 lines
2.5 KiB
XML
48 lines
2.5 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>b07caf59-11ed-40e3-a5db-e1178f84fa78</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" />
|
|
<Content Include="Views\Shared\Components\ComponentThatSetsTitle\Default.cshtml" />
|
|
<Content Include="Views\Shared\_LayoutWithTitle.cshtml" />
|
|
<Content Include="Views\Shared\_Partial.cshtml" />
|
|
<Content Include="Views\Shared\_PartialThatSetsTitle.cshtml" />
|
|
<Content Include="Views\ViewEngine\ViewWithTitle.cshtml" />
|
|
<Content Include="Views\ViewEngine\ViewWithNestedLayout.cshtml" />
|
|
<Content Include="Views\ViewEngine\ViewWithLayout.cshtml" />
|
|
<Content Include="Views\ViewEngine\ViewWithFullPath.cshtml" />
|
|
<Content Include="Views\ViewEngine\ViewWithPartial.cshtml" />
|
|
<Content Include="Views\ViewEngine\ViewWithoutLayout.cshtml" />
|
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
|
<Content Include="Views\ViewEngine\_NestedLayout.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Components\ComponentThatSetsTitle.cs" />
|
|
<Compile Include="Controllers\ViewEngineController.cs" />
|
|
<Compile Include="Models\Person.cs" />
|
|
<Compile Include="Models\Address.cs" />
|
|
<Compile Include="Startup.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
</Project> |