-
Notifications
You must be signed in to change notification settings - Fork 0
/
MomentCS.sln
31 lines (31 loc) · 1.55 KB
/
MomentCS.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 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MomentCS", "MomentCS\MomentCS.csproj", "{CDDF953F-7D79-4EA0-A9DC-5F45CBA93F9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingApp", "TestingApp\TestingApp.csproj", "{05E7821E-3BA4-4C30-87F7-DFEE75AC0051}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDDF953F-7D79-4EA0-A9DC-5F45CBA93F9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDDF953F-7D79-4EA0-A9DC-5F45CBA93F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDDF953F-7D79-4EA0-A9DC-5F45CBA93F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDDF953F-7D79-4EA0-A9DC-5F45CBA93F9B}.Release|Any CPU.Build.0 = Release|Any CPU
{05E7821E-3BA4-4C30-87F7-DFEE75AC0051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05E7821E-3BA4-4C30-87F7-DFEE75AC0051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05E7821E-3BA4-4C30-87F7-DFEE75AC0051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05E7821E-3BA4-4C30-87F7-DFEE75AC0051}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB3D5BB7-E8E7-4831-929B-6F22FFB7BC1B}
EndGlobalSection
EndGlobal