-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathXSharpExamples.sln
More file actions
42 lines (42 loc) · 2.32 KB
/
XSharpExamples.sln
File metadata and controls
42 lines (42 loc) · 2.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XSharpExamples", "Src\XSharpExamples.xsproj", "{94DB2986-6881-4F5E-ABDD-AF04C4584DBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{6F3D66FE-A186-4588-B570-51A60276F1A6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XSharpExamples.Tests", "Tests\XSharpExamples.Tests\XSharpExamples.Tests.xsproj", "{10FD8224-EC75-4BE5-A1F9-A8C669DE96CC}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XSharpExamples.Benchmarks", "Tests\XSharpExamples.Benchmarks\XSharpExamples.Benchmarks.xsproj", "{0CE1737A-4588-4F23-99F4-543827917D39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94DB2986-6881-4F5E-ABDD-AF04C4584DBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94DB2986-6881-4F5E-ABDD-AF04C4584DBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94DB2986-6881-4F5E-ABDD-AF04C4584DBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94DB2986-6881-4F5E-ABDD-AF04C4584DBB}.Release|Any CPU.Build.0 = Release|Any CPU
{10FD8224-EC75-4BE5-A1F9-A8C669DE96CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10FD8224-EC75-4BE5-A1F9-A8C669DE96CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10FD8224-EC75-4BE5-A1F9-A8C669DE96CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10FD8224-EC75-4BE5-A1F9-A8C669DE96CC}.Release|Any CPU.Build.0 = Release|Any CPU
{0CE1737A-4588-4F23-99F4-543827917D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CE1737A-4588-4F23-99F4-543827917D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CE1737A-4588-4F23-99F4-543827917D39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CE1737A-4588-4F23-99F4-543827917D39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {825B3A34-94FB-44BA-B5D2-5D5863FFE4E8}
EndGlobalSection
EndGlobal