-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobN.sln
More file actions
50 lines (50 loc) · 2.75 KB
/
Copy pathGlobN.sln
File metadata and controls
50 lines (50 loc) · 2.75 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlobN", "src\GlobN\GlobN.csproj", "{59109623-C66D-4AEE-A2AB-DDAC28152C2D}"
EndProject
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "build", "build\build.pssproj", "{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{B276A217-B4E4-4419-BB16-3286EB949851}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
releaseNotes.txt = releaseNotes.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlobN.MSTest", "tests\GlobN.MSTest\GlobN.MSTest.csproj", "{DC911827-8847-48C3-9412-E00DD7DE8FB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlobN.Benchmark", "tests\GlobN.Benchmark\GlobN.Benchmark.csproj", "{534B8DF5-829C-450E-80DB-C10AC680660C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59109623-C66D-4AEE-A2AB-DDAC28152C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59109623-C66D-4AEE-A2AB-DDAC28152C2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59109623-C66D-4AEE-A2AB-DDAC28152C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59109623-C66D-4AEE-A2AB-DDAC28152C2D}.Release|Any CPU.Build.0 = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.Build.0 = Release|Any CPU
{DC911827-8847-48C3-9412-E00DD7DE8FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC911827-8847-48C3-9412-E00DD7DE8FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC911827-8847-48C3-9412-E00DD7DE8FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC911827-8847-48C3-9412-E00DD7DE8FB9}.Release|Any CPU.Build.0 = Release|Any CPU
{534B8DF5-829C-450E-80DB-C10AC680660C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{534B8DF5-829C-450E-80DB-C10AC680660C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{534B8DF5-829C-450E-80DB-C10AC680660C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{534B8DF5-829C-450E-80DB-C10AC680660C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A9D3334-B6DE-4AE6-8F59-7EE47B13359B}
EndGlobalSection
EndGlobal