-
Notifications
You must be signed in to change notification settings - Fork 1
/
dotnetwhat.sln
37 lines (37 loc) · 2.06 KB
/
dotnetwhat.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetwhat.tests", "tests\dotnetwhat.tests.csproj", "{3E92C397-ACBB-454E-B55A-A4F1BCE2758D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetwhat.library", "src\dotnetwhat.library.csproj", "{1A076929-037E-4254-9F71-1DAA806A298D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetwhat.benchmarks", "benchmarks\dotnetwhat.benchmarks.csproj", "{C9B7D997-6878-4403-995B-A8AFC49DB30D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E92C397-ACBB-454E-B55A-A4F1BCE2758D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E92C397-ACBB-454E-B55A-A4F1BCE2758D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E92C397-ACBB-454E-B55A-A4F1BCE2758D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E92C397-ACBB-454E-B55A-A4F1BCE2758D}.Release|Any CPU.Build.0 = Release|Any CPU
{1A076929-037E-4254-9F71-1DAA806A298D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A076929-037E-4254-9F71-1DAA806A298D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A076929-037E-4254-9F71-1DAA806A298D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A076929-037E-4254-9F71-1DAA806A298D}.Release|Any CPU.Build.0 = Release|Any CPU
{C9B7D997-6878-4403-995B-A8AFC49DB30D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9B7D997-6878-4403-995B-A8AFC49DB30D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9B7D997-6878-4403-995B-A8AFC49DB30D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9B7D997-6878-4403-995B-A8AFC49DB30D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E066C59-0B19-4AA4-B0E6-0C7CB970DF69}
EndGlobalSection
EndGlobal