Skip to content

Commit f197641

Browse files
committed
Add solution file
1 parent eddede3 commit f197641

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

dotnetcore-sample.sln

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26430.6
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetcore-sample", "dotnetcore-sample\dotnetcore-sample.csproj", "{E49391CB-8539-4F40-8B83-05FB6214B1B8}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnetcore-tests", "dotnetcore-tests\dotnetcore-tests.csproj", "{36163D65-CA2D-4BBB-B3FE-93185AF130D8}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{E49391CB-8539-4F40-8B83-05FB6214B1B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{E49391CB-8539-4F40-8B83-05FB6214B1B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{E49391CB-8539-4F40-8B83-05FB6214B1B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{E49391CB-8539-4F40-8B83-05FB6214B1B8}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{36163D65-CA2D-4BBB-B3FE-93185AF130D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{36163D65-CA2D-4BBB-B3FE-93185AF130D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{36163D65-CA2D-4BBB-B3FE-93185AF130D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{36163D65-CA2D-4BBB-B3FE-93185AF130D8}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

0 commit comments

Comments
 (0)