-
Notifications
You must be signed in to change notification settings - Fork 6
/
MCloud.sln
26 lines (26 loc) · 1.29 KB
/
MCloud.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCloud", "MCloud\MCloud.csproj", "{37987133-B5D5-4B8F-9F0F-55C80787E821}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "samples", "samples\samples.csproj", "{AAA7F880-8583-42FF-B1C2-7645D19F0308}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37987133-B5D5-4B8F-9F0F-55C80787E821}.Debug|x86.ActiveCfg = Debug|x86
{37987133-B5D5-4B8F-9F0F-55C80787E821}.Debug|x86.Build.0 = Debug|x86
{37987133-B5D5-4B8F-9F0F-55C80787E821}.Release|x86.ActiveCfg = Release|x86
{37987133-B5D5-4B8F-9F0F-55C80787E821}.Release|x86.Build.0 = Release|x86
{AAA7F880-8583-42FF-B1C2-7645D19F0308}.Debug|x86.ActiveCfg = Debug|x86
{AAA7F880-8583-42FF-B1C2-7645D19F0308}.Debug|x86.Build.0 = Debug|x86
{AAA7F880-8583-42FF-B1C2-7645D19F0308}.Release|x86.ActiveCfg = Release|x86
{AAA7F880-8583-42FF-B1C2-7645D19F0308}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = MCloud\MCloud.csproj
EndGlobalSection
EndGlobal