-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathO2DESNet.sln
More file actions
36 lines (36 loc) · 1.79 KB
/
O2DESNet.sln
File metadata and controls
36 lines (36 loc) · 1.79 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2DESNet", "O2DESNet\O2DESNet.csproj", "{2430D47F-0E33-4835-859A-E4C948C1C0EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2DESNet.UnitTests", "O2DESNet.UnitTests\O2DESNet.UnitTests.csproj", "{3D80B354-FB3B-47FE-AFA3-6D04F4C27653}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32B8B2A1-A5A0-4F94-A023-08C233045D92}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2430D47F-0E33-4835-859A-E4C948C1C0EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2430D47F-0E33-4835-859A-E4C948C1C0EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2430D47F-0E33-4835-859A-E4C948C1C0EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2430D47F-0E33-4835-859A-E4C948C1C0EB}.Release|Any CPU.Build.0 = Release|Any CPU
{3D80B354-FB3B-47FE-AFA3-6D04F4C27653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D80B354-FB3B-47FE-AFA3-6D04F4C27653}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D80B354-FB3B-47FE-AFA3-6D04F4C27653}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D80B354-FB3B-47FE-AFA3-6D04F4C27653}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B635D590-906A-4AA6-8CB1-E636A07FE1EE}
EndGlobalSection
EndGlobal