Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit de610b1

Browse files
author
Anastasia Baranchenkova
committed
Convert perf solution to DNX
1 parent 4b61272 commit de610b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/PerfTest/Aspnet5_EmptyApp_46/Aspnet5_EmptyApp_46.kproj renamed to test/PerfTest/Aspnet5_EmptyApp_46/Aspnet5_EmptyApp_46.xproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
55
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
66
</PropertyGroup>
7-
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
87
<PropertyGroup Label="Globals">
98
<ProjectGuid>41409009-8c50-4835-8777-cf9706f50ab1</ProjectGuid>
109
<RootNamespace>Aspnet5_EmptyApp_46</RootNamespace>
@@ -15,5 +14,6 @@
1514
<SchemaVersion>2.0</SchemaVersion>
1615
<DevelopmentServerPort>28238</DevelopmentServerPort>
1716
</PropertyGroup>
18-
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
17+
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" />
18+
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" />
1919
</Project>

test/PerfTest/PerfTest.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.22609.0
4+
VisualStudioVersion = 14.0.22823.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfTest", "PerfTest\PerfTest.csproj", "{12569DBE-2396-46BF-9ED0-B5221F1C30AE}"
77
EndProject
@@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
Local.testsettings = Local.testsettings
1111
EndProjectSection
1212
EndProject
13-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Aspnet5_EmptyApp_46", "Aspnet5_EmptyApp_46\Aspnet5_EmptyApp_46.kproj", "{41409009-8C50-4835-8777-CF9706F50AB1}"
13+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Aspnet5_EmptyApp_46", "Aspnet5_EmptyApp_46\Aspnet5_EmptyApp_46.xproj", "{41409009-8C50-4835-8777-CF9706F50AB1}"
1414
EndProject
1515
Global
1616
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)