-
Notifications
You must be signed in to change notification settings - Fork 1
/
GuildTranslationToolset.sln
43 lines (43 loc) · 2.52 KB
/
GuildTranslationToolset.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 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GTT.Terminal", "GTT.Terminal\GTT.Terminal.csproj", "{A4FD0364-0728-4E9E-928C-7B7FDB9B7B1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GTT.Common", "GTT.Common\GTT.Common.csproj", "{88BAAAB7-207B-490A-B56C-3C6D99C59784}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GTT.LocaleConverter", "GTT.LocaleConverter\GTT.LocaleConverter.csproj", "{A474EDEB-C0BA-4937-A50A-B850DE203520}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GTT.ImportLoo", "GTT.ImportLoo\GTT.ImportLoo.csproj", "{9A7E8536-4AB6-4DC9-B942-277BA4A002D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4FD0364-0728-4E9E-928C-7B7FDB9B7B1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4FD0364-0728-4E9E-928C-7B7FDB9B7B1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4FD0364-0728-4E9E-928C-7B7FDB9B7B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4FD0364-0728-4E9E-928C-7B7FDB9B7B1C}.Release|Any CPU.Build.0 = Release|Any CPU
{88BAAAB7-207B-490A-B56C-3C6D99C59784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88BAAAB7-207B-490A-B56C-3C6D99C59784}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88BAAAB7-207B-490A-B56C-3C6D99C59784}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88BAAAB7-207B-490A-B56C-3C6D99C59784}.Release|Any CPU.Build.0 = Release|Any CPU
{A474EDEB-C0BA-4937-A50A-B850DE203520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A474EDEB-C0BA-4937-A50A-B850DE203520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A474EDEB-C0BA-4937-A50A-B850DE203520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A474EDEB-C0BA-4937-A50A-B850DE203520}.Release|Any CPU.Build.0 = Release|Any CPU
{9A7E8536-4AB6-4DC9-B942-277BA4A002D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7E8536-4AB6-4DC9-B942-277BA4A002D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A7E8536-4AB6-4DC9-B942-277BA4A002D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7E8536-4AB6-4DC9-B942-277BA4A002D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E7445DC-8C4A-4BEF-A3C2-06334439CB93}
EndGlobalSection
EndGlobal