15 changed files with 53 additions and 109 deletions
@ -1,29 +1,18 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup> |
<PropertyGroup> |
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||||
</PropertyGroup> |
</PropertyGroup> |
||||
|
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
||||
<PropertyGroup Label="Globals"> |
<PropertyGroup Label="Globals"> |
||||
<ProjectGuid>96b22eb9-771a-4dca-b828-e6ea2774cf1b</ProjectGuid> |
<ProjectGuid>96b22eb9-771a-4dca-b828-e6ea2774cf1b</ProjectGuid> |
||||
<OutputType>Web</OutputType> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration"> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration"> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
||||
<AssemblyName>Mvc.Client</AssemblyName> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Label="Configuration"> |
|
||||
<RootNamespace>Mvc.Client</RootNamespace> |
<RootNamespace>Mvc.Client</RootNamespace> |
||||
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
||||
|
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
||||
</PropertyGroup> |
</PropertyGroup> |
||||
<PropertyGroup> |
<PropertyGroup> |
||||
<SchemaVersion>2.0</SchemaVersion> |
<SchemaVersion>2.0</SchemaVersion> |
||||
<DevelopmentServerPort>53507</DevelopmentServerPort> |
|
||||
<CommandLineArguments /> |
|
||||
<DebugTarget>web</DebugTarget> |
|
||||
</PropertyGroup> |
</PropertyGroup> |
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" /> |
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> |
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" /> |
</Project> |
||||
</Project> |
|
||||
|
|||||
@ -1,29 +1,18 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup> |
<PropertyGroup> |
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||||
</PropertyGroup> |
</PropertyGroup> |
||||
|
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> |
||||
<PropertyGroup Label="Globals"> |
<PropertyGroup Label="Globals"> |
||||
<ProjectGuid>7cbeafd2-e3d0-4424-9b78-e87ab52327a6</ProjectGuid> |
<ProjectGuid>7cbeafd2-e3d0-4424-9b78-e87ab52327a6</ProjectGuid> |
||||
<OutputType>Web</OutputType> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration"> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration"> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
||||
<AssemblyName>Mvc.Server</AssemblyName> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Label="Configuration"> |
|
||||
<RootNamespace>Mvc.Server</RootNamespace> |
<RootNamespace>Mvc.Server</RootNamespace> |
||||
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
||||
|
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
||||
</PropertyGroup> |
</PropertyGroup> |
||||
<PropertyGroup> |
<PropertyGroup> |
||||
<SchemaVersion>2.0</SchemaVersion> |
<SchemaVersion>2.0</SchemaVersion> |
||||
<DevelopmentServerPort>54540</DevelopmentServerPort> |
|
||||
<CommandLineArguments /> |
|
||||
<DebugTarget>web</DebugTarget> |
|
||||
</PropertyGroup> |
</PropertyGroup> |
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" /> |
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> |
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" /> |
</Project> |
||||
</Project> |
|
||||
|
|||||
Loading…
Reference in new issue