-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathO2DES.NET.Serializable.sln
More file actions
42 lines (42 loc) · 2.28 KB
/
O2DES.NET.Serializable.sln
File metadata and controls
42 lines (42 loc) · 2.28 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.8.34316.72
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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerializationDemo", "SerializationDemo\SerializationDemo.csproj", "{8F8D2765-D3B9-44D5-A9ED-A7D0935F8835}"
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
{8F8D2765-D3B9-44D5-A9ED-A7D0935F8835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F8D2765-D3B9-44D5-A9ED-A7D0935F8835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F8D2765-D3B9-44D5-A9ED-A7D0935F8835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F8D2765-D3B9-44D5-A9ED-A7D0935F8835}.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