-
Notifications
You must be signed in to change notification settings - Fork 5
/
CSharp_Toolkit.sln
31 lines (31 loc) · 1.56 KB
/
CSharp_Toolkit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp_oM", "CSharp_oM\CSharp_oM.csproj", "{E35FD3CF-5B58-49C2-B44A-E97F656F009B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp_Engine", "CSharp_Engine\CSharp_Engine.csproj", "{3FA232F2-1078-4682-B402-CE20B9665856}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E35FD3CF-5B58-49C2-B44A-E97F656F009B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E35FD3CF-5B58-49C2-B44A-E97F656F009B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E35FD3CF-5B58-49C2-B44A-E97F656F009B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E35FD3CF-5B58-49C2-B44A-E97F656F009B}.Release|Any CPU.Build.0 = Release|Any CPU
{3FA232F2-1078-4682-B402-CE20B9665856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FA232F2-1078-4682-B402-CE20B9665856}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FA232F2-1078-4682-B402-CE20B9665856}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FA232F2-1078-4682-B402-CE20B9665856}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D9BDB5A-7178-4E23-9185-99B6337C0362}
EndGlobalSection
EndGlobal