forked from MineStudio/KMCCC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KMCCC.sln
30 lines (30 loc) · 1.39 KB
/
KMCCC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "KMCCC.Shared", "KMCCC.Shared\KMCCC.Shared.shproj", "{564F0AF1-50E3-4AB4-A3B1-9A73882C3F3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KMCCC", "KMCCC\KMCCC.csproj", "{2E2AA547-6C8C-44B2-B510-92EDFDCEEA32}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
KMCCC.Shared\KMCCC.Shared.projitems*{564f0af1-50e3-4ab4-a3b1-9a73882c3f3b}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E2AA547-6C8C-44B2-B510-92EDFDCEEA32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E2AA547-6C8C-44B2-B510-92EDFDCEEA32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E2AA547-6C8C-44B2-B510-92EDFDCEEA32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E2AA547-6C8C-44B2-B510-92EDFDCEEA32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02655010-23B8-4310-9815-FF60DBFEF679}
EndGlobalSection
EndGlobal