-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCsOead.sln
39 lines (39 loc) · 2.15 KB
/
CsOead.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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsOead", "src\CsOead.csproj", "{937750C2-3972-4918-8201-054C306FE70F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsOead.Tests", "tests\CsOead.Tests.csproj", "{EF252382-D071-4C70-A951-82C48A662A0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{FB9A626C-4DE6-4931-8D73-0AA7417B77E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Native.IO", "lib\Native.IO\src\Native.IO.csproj", "{8F188DB8-F38D-49F6-AE98-1AD54F63E85F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{937750C2-3972-4918-8201-054C306FE70F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{937750C2-3972-4918-8201-054C306FE70F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{937750C2-3972-4918-8201-054C306FE70F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{937750C2-3972-4918-8201-054C306FE70F}.Release|Any CPU.Build.0 = Release|Any CPU
{EF252382-D071-4C70-A951-82C48A662A0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF252382-D071-4C70-A951-82C48A662A0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF252382-D071-4C70-A951-82C48A662A0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF252382-D071-4C70-A951-82C48A662A0E}.Release|Any CPU.Build.0 = Release|Any CPU
{8F188DB8-F38D-49F6-AE98-1AD54F63E85F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F188DB8-F38D-49F6-AE98-1AD54F63E85F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F188DB8-F38D-49F6-AE98-1AD54F63E85F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F188DB8-F38D-49F6-AE98-1AD54F63E85F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F188DB8-F38D-49F6-AE98-1AD54F63E85F} = {FB9A626C-4DE6-4931-8D73-0AA7417B77E0}
EndGlobalSection
EndGlobal