-
Notifications
You must be signed in to change notification settings - Fork 0
/
Titanium.sln
37 lines (37 loc) · 2.02 KB
/
Titanium.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TitaniumCore", "TitaniumCore\TitaniumCore.csproj", "{5D21023B-EA8E-43E7-AFD8-122176CCEFE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{FD010E85-738E-4474-942C-F9748414F8DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TitaniumForms", "TitaniumForms\TitaniumForms.csproj", "{CA47B1ED-92A9-446E-9B13-C0B4525024F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D21023B-EA8E-43E7-AFD8-122176CCEFE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D21023B-EA8E-43E7-AFD8-122176CCEFE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D21023B-EA8E-43E7-AFD8-122176CCEFE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D21023B-EA8E-43E7-AFD8-122176CCEFE2}.Release|Any CPU.Build.0 = Release|Any CPU
{FD010E85-738E-4474-942C-F9748414F8DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD010E85-738E-4474-942C-F9748414F8DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD010E85-738E-4474-942C-F9748414F8DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD010E85-738E-4474-942C-F9748414F8DB}.Release|Any CPU.Build.0 = Release|Any CPU
{CA47B1ED-92A9-446E-9B13-C0B4525024F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA47B1ED-92A9-446E-9B13-C0B4525024F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA47B1ED-92A9-446E-9B13-C0B4525024F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA47B1ED-92A9-446E-9B13-C0B4525024F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64043D5C-DE80-4982-A549-8EC0B4CAC99A}
EndGlobalSection
EndGlobal