Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit d24531f

Browse files
committed
Add .NET Core .sln to debug tests
1 parent f7ad277 commit d24531f

File tree

6 files changed

+147
-0
lines changed

6 files changed

+147
-0
lines changed

src/ServiceStack.Text.Core.sln

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ServiceStack.Text.Tests", "..\tests\ServiceStack.Text.Tests\ServiceStack.Text.Tests.xproj", "{93AC6B4C-73DB-413D-BD87-EF874DCC71A2}"
7+
EndProject
8+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Northwind.Common", "..\tests\Northwind.Common\Northwind.Common.xproj", "{4EB719DB-92CF-49A1-BDEF-30D4596DB26C}"
9+
EndProject
10+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ServiceStack.Client", "..\tests\ServiceStack.Client\ServiceStack.Client.xproj", "{E61EB05D-7BBE-47A4-A0FC-5CD4C5FA46A8}"
11+
EndProject
12+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ServiceStack.Common", "..\tests\ServiceStack.Common\ServiceStack.Common.xproj", "{FC7F3ABA-0A65-4030-A4BB-7AB45BDAA633}"
13+
EndProject
14+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ServiceStack.Interfaces", "..\tests\ServiceStack.Interfaces\ServiceStack.Interfaces.xproj", "{065DB7A1-3161-4798-AEA6-78023618A4E1}"
15+
EndProject
16+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ServiceStack.Text", "ServiceStack.Text\ServiceStack.Text.xproj", "{8F56DF61-B041-4B95-B658-EB51EBEF4EF6}"
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
20+
Debug|Any CPU = Debug|Any CPU
21+
Release|Any CPU = Release|Any CPU
22+
EndGlobalSection
23+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24+
{93AC6B4C-73DB-413D-BD87-EF874DCC71A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{93AC6B4C-73DB-413D-BD87-EF874DCC71A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{93AC6B4C-73DB-413D-BD87-EF874DCC71A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{93AC6B4C-73DB-413D-BD87-EF874DCC71A2}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{4EB719DB-92CF-49A1-BDEF-30D4596DB26C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{4EB719DB-92CF-49A1-BDEF-30D4596DB26C}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{4EB719DB-92CF-49A1-BDEF-30D4596DB26C}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{4EB719DB-92CF-49A1-BDEF-30D4596DB26C}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{E61EB05D-7BBE-47A4-A0FC-5CD4C5FA46A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{E61EB05D-7BBE-47A4-A0FC-5CD4C5FA46A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{E61EB05D-7BBE-47A4-A0FC-5CD4C5FA46A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{E61EB05D-7BBE-47A4-A0FC-5CD4C5FA46A8}.Release|Any CPU.Build.0 = Release|Any CPU
36+
{FC7F3ABA-0A65-4030-A4BB-7AB45BDAA633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{FC7F3ABA-0A65-4030-A4BB-7AB45BDAA633}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{FC7F3ABA-0A65-4030-A4BB-7AB45BDAA633}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{FC7F3ABA-0A65-4030-A4BB-7AB45BDAA633}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{065DB7A1-3161-4798-AEA6-78023618A4E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+
{065DB7A1-3161-4798-AEA6-78023618A4E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+
{065DB7A1-3161-4798-AEA6-78023618A4E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
43+
{065DB7A1-3161-4798-AEA6-78023618A4E1}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{8F56DF61-B041-4B95-B658-EB51EBEF4EF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{8F56DF61-B041-4B95-B658-EB51EBEF4EF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{8F56DF61-B041-4B95-B658-EB51EBEF4EF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{8F56DF61-B041-4B95-B658-EB51EBEF4EF6}.Release|Any CPU.Build.0 = Release|Any CPU
48+
EndGlobalSection
49+
GlobalSection(SolutionProperties) = preSolution
50+
HideSolutionNode = FALSE
51+
EndGlobalSection
52+
EndGlobal
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
</PropertyGroup>
7+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
8+
<PropertyGroup Label="Globals">
9+
<ProjectGuid>4eb719db-92cf-49a1-bdef-30d4596db26c</ProjectGuid>
10+
<RootNamespace>Northwind.Common</RootNamespace>
11+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13+
</PropertyGroup>
14+
15+
<PropertyGroup>
16+
<SchemaVersion>2.0</SchemaVersion>
17+
</PropertyGroup>
18+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
19+
</Project>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
</PropertyGroup>
7+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
8+
<PropertyGroup Label="Globals">
9+
<ProjectGuid>e61eb05d-7bbe-47a4-a0fc-5cd4c5fa46a8</ProjectGuid>
10+
<RootNamespace>ServiceStack.Client</RootNamespace>
11+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13+
</PropertyGroup>
14+
15+
<PropertyGroup>
16+
<SchemaVersion>2.0</SchemaVersion>
17+
</PropertyGroup>
18+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
19+
</Project>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
</PropertyGroup>
7+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
8+
<PropertyGroup Label="Globals">
9+
<ProjectGuid>fc7f3aba-0a65-4030-a4bb-7ab45bdaa633</ProjectGuid>
10+
<RootNamespace>ServiceStack.Common</RootNamespace>
11+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13+
</PropertyGroup>
14+
15+
<PropertyGroup>
16+
<SchemaVersion>2.0</SchemaVersion>
17+
</PropertyGroup>
18+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
19+
</Project>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
</PropertyGroup>
7+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
8+
<PropertyGroup Label="Globals">
9+
<ProjectGuid>065db7a1-3161-4798-aea6-78023618a4e1</ProjectGuid>
10+
<RootNamespace>ServiceStack.Interfaces</RootNamespace>
11+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13+
</PropertyGroup>
14+
15+
<PropertyGroup>
16+
<SchemaVersion>2.0</SchemaVersion>
17+
</PropertyGroup>
18+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
19+
</Project>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
</PropertyGroup>
7+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
8+
<PropertyGroup Label="Globals">
9+
<ProjectGuid>93ac6b4c-73db-413d-bd87-ef874dcc71a2</ProjectGuid>
10+
<RootNamespace>ServiceStack.Text.Tests</RootNamespace>
11+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13+
</PropertyGroup>
14+
15+
<PropertyGroup>
16+
<SchemaVersion>2.0</SchemaVersion>
17+
</PropertyGroup>
18+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
19+
</Project>

0 commit comments

Comments
 (0)