This repository has been archived by the owner on Aug 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOMODFramework.sln
56 lines (56 loc) · 2.91 KB
/
OMODFramework.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OMODFramework", "OMODFramework\OMODFramework.csproj", "{715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70EF77B5-DD6B-4E0C-8966-A25CCF98773F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.md = README.md
.gitattributes = .gitattributes
.gitignore = .gitignore
OMODFramework.sln.DotSettings = OMODFramework.sln.DotSettings
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OMODFramework.Test", "OMODFramework.Test\OMODFramework.Test.csproj", "{3659D7A6-3F4F-435C-B846-120C079D4B43}"
ProjectSection(ProjectDependencies) = postProject
{715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45} = {715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OMODFramework.Scripting", "OMODFramework.Scripting\OMODFramework.Scripting.csproj", "{AE2F5843-A44E-44A2-8EF4-200D636D3C3D}"
ProjectSection(ProjectDependencies) = postProject
{715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45} = {715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45}.Release|Any CPU.Build.0 = Release|Any CPU
{715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{715A10C0-CAC4-49B2-8A1D-0D6DD2E31F45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE2F5843-A44E-44A2-8EF4-200D636D3C3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE2F5843-A44E-44A2-8EF4-200D636D3C3D}.Release|Any CPU.Build.0 = Release|Any CPU
{AE2F5843-A44E-44A2-8EF4-200D636D3C3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE2F5843-A44E-44A2-8EF4-200D636D3C3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3659D7A6-3F4F-435C-B846-120C079D4B43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3659D7A6-3F4F-435C-B846-120C079D4B43}.Release|Any CPU.Build.0 = Release|Any CPU
{3659D7A6-3F4F-435C-B846-120C079D4B43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3659D7A6-3F4F-435C-B846-120C079D4B43}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7C0A9B7-1591-4BFD-94E0-1AC5AB0A5965}
EndGlobalSection
EndGlobal