74 lines
3.7 KiB
XML
74 lines
3.7 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>fbb2b86e-972b-4185-9ff2-62cab5f8388f</ProjectGuid>
|
|
<OutputType>Web</OutputType>
|
|
</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>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
<DevelopmentServerPort>57394</DevelopmentServerPort>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DevelopmentServerPort>42750</DevelopmentServerPort>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="App_Data\Config.json" />
|
|
<Content Include="Areas\Travel\Views\Flight\Fly.cshtml" />
|
|
<Content Include="Content\bootstrap.min.css" />
|
|
<Content Include="project.json" />
|
|
<Content Include="Views\Home\Create.cshtml" />
|
|
<Content Include="Views\Home\EditorTemplates\IEnumerable`1.cshtml" />
|
|
<Content Include="Views\Home\InjectSample.cshtml" />
|
|
<Content Include="Views\Home\Test.cshtml" />
|
|
<Content Include="Views\Home\ValidationSummary.cshtml" />
|
|
<Content Include="Views\Link\Details.cshtml" />
|
|
<Content Include="Views\Shared\Components\Tags\Default.cshtml" />
|
|
<Content Include="Views\Shared\DisplayTemplates\Decimal.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\Decimal.cshtml" />
|
|
<Content Include="Views\Shared\HelloWorldPartial.cshtml" />
|
|
<Content Include="Views\Shared\MyView.cshtml" />
|
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
|
<Content Include="web.config" />
|
|
<Content Include="web.Debug.config" />
|
|
<Content Include="web.Release.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Areas\Travel\Controllers\Flight.cs" />
|
|
<Compile Include="Areas\Travel\Controllers\HomeController.cs" />
|
|
<Compile Include="Components\TagCloud.cs" />
|
|
<Compile Include="FiltersController.cs" />
|
|
<Compile Include="Filters\AgeEnhancerFilterAttribute.cs" />
|
|
<Compile Include="Filters\BlockAnonymous.cs" />
|
|
<Compile Include="Filters\DelayAttribute.cs" />
|
|
<Compile Include="Filters\FakeUserAttribute.cs" />
|
|
<Compile Include="Filters\ErrorMessagesAttribute.cs" />
|
|
<Compile Include="Filters\InspectResultPageAttribute.cs" />
|
|
<Compile Include="Filters\PassThroughAttribute.cs" />
|
|
<Compile Include="Filters\UserNameProvider.cs" />
|
|
<Compile Include="Filters\UserNameService.cs" />
|
|
<Compile Include="Home2Controller.cs" />
|
|
<Compile Include="HomeController.cs" />
|
|
<Compile Include="LinkController.cs" />
|
|
<Compile Include="Models\User.cs" />
|
|
<Compile Include="Monitoring\MonitoringMiddlware.cs" />
|
|
<Compile Include="Monitoring\MonitoringModule.cs" />
|
|
<Compile Include="OverloadController.cs" />
|
|
<Compile Include="Services\TestService.cs" />
|
|
<Compile Include="SimplePocoController.cs" />
|
|
<Compile Include="SimpleRest.cs" />
|
|
<Compile Include="Startup.cs" />
|
|
<Compile Include="ViewMetadata.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
</Project> |