-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tring.sln
43 lines (43 loc) · 2.5 KB
/
Tring.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tring", "src\Tring\Tring.csproj", "{35AD2C98-007C-433D-924F-A7F3F13DD3F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TringTests", "test\TringTests\TringTests.csproj", "{D797D4C3-C8F8-4025-89BE-7C4C300B4EAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tring.Common", "src\Tring.Common\Tring.Common.csproj", "{8EC229AB-1163-4631-90F3-B28491C03123}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tring.WinExe", "src\Tring.WinExe\Tring.WinExe.csproj", "{3DED42EB-F8EC-4011-9A10-B562A72F96A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35AD2C98-007C-433D-924F-A7F3F13DD3F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35AD2C98-007C-433D-924F-A7F3F13DD3F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35AD2C98-007C-433D-924F-A7F3F13DD3F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35AD2C98-007C-433D-924F-A7F3F13DD3F0}.Release|Any CPU.Build.0 = Release|Any CPU
{D797D4C3-C8F8-4025-89BE-7C4C300B4EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D797D4C3-C8F8-4025-89BE-7C4C300B4EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D797D4C3-C8F8-4025-89BE-7C4C300B4EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D797D4C3-C8F8-4025-89BE-7C4C300B4EAD}.Release|Any CPU.Build.0 = Release|Any CPU
{8EC229AB-1163-4631-90F3-B28491C03123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EC229AB-1163-4631-90F3-B28491C03123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EC229AB-1163-4631-90F3-B28491C03123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EC229AB-1163-4631-90F3-B28491C03123}.Release|Any CPU.Build.0 = Release|Any CPU
{3DED42EB-F8EC-4011-9A10-B562A72F96A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DED42EB-F8EC-4011-9A10-B562A72F96A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DED42EB-F8EC-4011-9A10-B562A72F96A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DED42EB-F8EC-4011-9A10-B562A72F96A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94C2919D-123F-4888-9BFA-DC0E8BDB441B}
EndGlobalSection
EndGlobal