Skip to content

Commit 9d9e844

Browse files
committed
Convert samples to xproj
1 parent 9271d3d commit 9d9e844

File tree

4 files changed

+16
-55
lines changed

4 files changed

+16
-55
lines changed

Home.sln

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.22410.0
4+
VisualStudioVersion = 14.0.22712.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "HelloWeb", "samples\HelloWeb\HelloWeb.kproj", "{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}"
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{F7A560B2-BCAB-44C3-93A6-496C956634DB}"
77
EndProject
8-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ConsoleApp", "samples\ConsoleApp\ConsoleApp.kproj", "{D4F684C8-B6A4-45F0-ACA0-0D95632FF946}"
8+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ConsoleApp", "samples\ConsoleApp\ConsoleApp.xproj", "{D4F684C8-B6A4-45F0-ACA0-0D95632FF946}"
99
EndProject
10-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "HelloMvc", "samples\HelloMvc\HelloMvc.kproj", "{78627BB3-851E-4C1A-91C0-629FC7C15F8F}"
10+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "HelloMvc", "samples\HelloMvc\HelloMvc.xproj", "{78627BB3-851E-4C1A-91C0-629FC7C15F8F}"
1111
EndProject
12-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{F7A560B2-BCAB-44C3-93A6-496C956634DB}"
12+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "HelloWeb", "samples\HelloWeb\HelloWeb.xproj", "{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1616
Debug|Any CPU = Debug|Any CPU
1717
Release|Any CPU = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20-
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}.Release|Any CPU.Build.0 = Release|Any CPU
2420
{D4F684C8-B6A4-45F0-ACA0-0D95632FF946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2521
{D4F684C8-B6A4-45F0-ACA0-0D95632FF946}.Debug|Any CPU.Build.0 = Debug|Any CPU
2622
{D4F684C8-B6A4-45F0-ACA0-0D95632FF946}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -29,13 +25,17 @@ Global
2925
{78627BB3-851E-4C1A-91C0-629FC7C15F8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
3026
{78627BB3-851E-4C1A-91C0-629FC7C15F8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
3127
{78627BB3-851E-4C1A-91C0-629FC7C15F8F}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539}.Release|Any CPU.Build.0 = Release|Any CPU
3232
EndGlobalSection
3333
GlobalSection(SolutionProperties) = preSolution
3434
HideSolutionNode = FALSE
3535
EndGlobalSection
3636
GlobalSection(NestedProjects) = preSolution
37-
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539} = {F7A560B2-BCAB-44C3-93A6-496C956634DB}
3837
{D4F684C8-B6A4-45F0-ACA0-0D95632FF946} = {F7A560B2-BCAB-44C3-93A6-496C956634DB}
3938
{78627BB3-851E-4C1A-91C0-629FC7C15F8F} = {F7A560B2-BCAB-44C3-93A6-496C956634DB}
39+
{8D4B2AB5-C2D2-4EE0-B751-F4126C7D0539} = {F7A560B2-BCAB-44C3-93A6-496C956634DB}
4040
EndGlobalSection
4141
EndGlobal

samples/ConsoleApp/ConsoleApp.kproj renamed to samples/ConsoleApp/ConsoleApp.xproj

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,11 @@
77
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>d4f684c8-b6a4-45f0-aca0-0d95632ff946</ProjectGuid>
10-
</PropertyGroup>
11-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
12-
</PropertyGroup>
13-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
14-
</PropertyGroup>
15-
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
16-
<AssemblyName>ConsoleApp</AssemblyName>
17-
</PropertyGroup>
18-
<PropertyGroup Label="Configuration">
19-
<RootNamespace>ConsoleApp</RootNamespace>
10+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
11+
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
2012
</PropertyGroup>
2113
<PropertyGroup>
2214
<SchemaVersion>2.0</SchemaVersion>
2315
</PropertyGroup>
2416
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
25-
<ProjectExtensions>
26-
<VisualStudio>
27-
<UserProperties project_1json__JSONSchema="http://www.asp.net/media/4878834/project.json" />
28-
</VisualStudio>
29-
</ProjectExtensions>
3017
</Project>

samples/HelloMvc/HelloMvc.kproj renamed to samples/HelloMvc/HelloMvc.xproj

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,12 @@
77
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>78627bb3-851e-4c1a-91c0-629fc7c15f8f</ProjectGuid>
10-
</PropertyGroup>
11-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
12-
</PropertyGroup>
13-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
14-
</PropertyGroup>
15-
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
16-
<AssemblyName>HelloMvc</AssemblyName>
17-
</PropertyGroup>
18-
<PropertyGroup Label="Configuration">
19-
<RootNamespace>HelloMvc</RootNamespace>
10+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
11+
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
2012
</PropertyGroup>
2113
<PropertyGroup>
2214
<SchemaVersion>2.0</SchemaVersion>
2315
<DevelopmentServerPort>26425</DevelopmentServerPort>
2416
</PropertyGroup>
2517
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
26-
<ProjectExtensions>
27-
<VisualStudio>
28-
<UserProperties project_1json__JSONSchema="http://www.asp.net/media/4878834/project.json" />
29-
</VisualStudio>
30-
</ProjectExtensions>
3118
</Project>

samples/HelloWeb/HelloWeb.kproj renamed to samples/HelloWeb/HelloWeb.xproj

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,12 @@
77
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>8d4b2ab5-c2d2-4ee0-b751-f4126c7d0539</ProjectGuid>
10-
</PropertyGroup>
11-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
12-
</PropertyGroup>
13-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
14-
</PropertyGroup>
15-
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
16-
<AssemblyName>HelloWeb</AssemblyName>
17-
</PropertyGroup>
18-
<PropertyGroup Label="Configuration">
19-
<RootNamespace>HelloWeb</RootNamespace>
10+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
11+
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
2012
</PropertyGroup>
2113
<PropertyGroup>
2214
<SchemaVersion>2.0</SchemaVersion>
2315
<DevelopmentServerPort>26235</DevelopmentServerPort>
2416
</PropertyGroup>
2517
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
26-
<ProjectExtensions>
27-
<VisualStudio>
28-
<UserProperties project_1json__JSONSchema="http://www.asp.net/media/4878834/project.json" />
29-
</VisualStudio>
30-
</ProjectExtensions>
3118
</Project>

0 commit comments

Comments
 (0)