-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLoGHTools.sln
48 lines (48 loc) · 2.91 KB
/
LoGHTools.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoGHTools", "LoGHTools\LoGHTools.csproj", "{355AE6A8-BF82-433B-90F9-34B7AAF1E740}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoghRepacker", "LoghRepacker\LoghRepacker.csproj", "{FB9E792D-C73B-405F-9CCD-DF031E2602CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArcParser", "ArcParser\ArcParser.csproj", "{811E9300-928F-45D8-958D-7FAA55369C8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackRePackingForm", "PackRePackingForm\PackRePackingForm.csproj", "{B0F3A733-5416-4CC2-91B6-05DBF1B2B7EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TranslateHelper", "TranslateHelper\TranslateHelper.csproj", "{6897DCC1-60FD-4F1D-966E-B7B26E1426B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{355AE6A8-BF82-433B-90F9-34B7AAF1E740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{355AE6A8-BF82-433B-90F9-34B7AAF1E740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{355AE6A8-BF82-433B-90F9-34B7AAF1E740}.Release|Any CPU.Build.0 = Release|Any CPU
{FB9E792D-C73B-405F-9CCD-DF031E2602CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB9E792D-C73B-405F-9CCD-DF031E2602CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB9E792D-C73B-405F-9CCD-DF031E2602CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB9E792D-C73B-405F-9CCD-DF031E2602CF}.Release|Any CPU.Build.0 = Release|Any CPU
{811E9300-928F-45D8-958D-7FAA55369C8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{811E9300-928F-45D8-958D-7FAA55369C8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{811E9300-928F-45D8-958D-7FAA55369C8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{811E9300-928F-45D8-958D-7FAA55369C8E}.Release|Any CPU.Build.0 = Release|Any CPU
{B0F3A733-5416-4CC2-91B6-05DBF1B2B7EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0F3A733-5416-4CC2-91B6-05DBF1B2B7EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0F3A733-5416-4CC2-91B6-05DBF1B2B7EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0F3A733-5416-4CC2-91B6-05DBF1B2B7EC}.Release|Any CPU.Build.0 = Release|Any CPU
{6897DCC1-60FD-4F1D-966E-B7B26E1426B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6897DCC1-60FD-4F1D-966E-B7B26E1426B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6897DCC1-60FD-4F1D-966E-B7B26E1426B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6897DCC1-60FD-4F1D-966E-B7B26E1426B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0674E4B9-A80D-4A7F-A2D0-71A4FE3093F8}
EndGlobalSection
EndGlobal