-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHotkeyReload.sln
More file actions
59 lines (59 loc) · 3.43 KB
/
HotkeyReload.sln
File metadata and controls
59 lines (59 loc) · 3.43 KB
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
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsClient", "ClientProject\WindowsClient.csproj", "{A2B1E2A9-2467-4672-B674-863A567E8484}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinuxClient", "ClientProject\LinuxClient.csproj", "{DE15522F-1F5E-4055-BD43-8BABAD659532}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assets", "Assets\Assets.csproj", "{22A1E1DA-BE10-45E0-8D2A-0FE65E773FF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Linux", "Linux", "{35C69328-1676-4ACD-825C-9B3732501A75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Windows", "Windows", "{A43FEDB3-075D-4468-8FFE-55ACE8302253}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OSX", "OSX", "{FB4AF98D-A8B6-43EA-95FC-4A635E4315B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSXClient", "ClientProject\OSXClient.csproj", "{8C80A256-914B-41AC-84E7-6EA528AF60D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2B1E2A9-2467-4672-B674-863A567E8484}.Debug|x64.ActiveCfg = Debug|x64
{A2B1E2A9-2467-4672-B674-863A567E8484}.Debug|x64.Build.0 = Debug|x64
{A2B1E2A9-2467-4672-B674-863A567E8484}.Release|x64.ActiveCfg = Release|x64
{A2B1E2A9-2467-4672-B674-863A567E8484}.Release|x64.Build.0 = Release|x64
{DE15522F-1F5E-4055-BD43-8BABAD659532}.Debug|x64.ActiveCfg = Debug|Any CPU
{DE15522F-1F5E-4055-BD43-8BABAD659532}.Debug|x64.Build.0 = Debug|Any CPU
{DE15522F-1F5E-4055-BD43-8BABAD659532}.Release|x64.ActiveCfg = Release|Any CPU
{DE15522F-1F5E-4055-BD43-8BABAD659532}.Release|x64.Build.0 = Release|Any CPU
{22A1E1DA-BE10-45E0-8D2A-0FE65E773FF7}.Debug|x64.ActiveCfg = Debug|Any CPU
{22A1E1DA-BE10-45E0-8D2A-0FE65E773FF7}.Debug|x64.Build.0 = Debug|Any CPU
{22A1E1DA-BE10-45E0-8D2A-0FE65E773FF7}.Release|x64.ActiveCfg = Release|Any CPU
{22A1E1DA-BE10-45E0-8D2A-0FE65E773FF7}.Release|x64.Build.0 = Release|Any CPU
{8C80A256-914B-41AC-84E7-6EA528AF60D4}.Debug|x64.ActiveCfg = Debug|Any CPU
{8C80A256-914B-41AC-84E7-6EA528AF60D4}.Debug|x64.Build.0 = Debug|Any CPU
{8C80A256-914B-41AC-84E7-6EA528AF60D4}.Release|x64.ActiveCfg = Release|Any CPU
{8C80A256-914B-41AC-84E7-6EA528AF60D4}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E27B0EAB-13FF-47B7-A220-FC2E86D315C9}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedProject\SharedProject.projitems*{3c1540c8-8235-4e85-8bff-9af5fe32fe99}*SharedItemsImports = 13
SharedProject\SharedProject.projitems*{918708b2-21aa-4151-a9c1-403b8e422411}*SharedItemsImports = 5
SharedProject\SharedProject.projitems*{a2b1e2a9-2467-4672-b674-863a567e8484}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DE15522F-1F5E-4055-BD43-8BABAD659532} = {35C69328-1676-4ACD-825C-9B3732501A75}
{A2B1E2A9-2467-4672-B674-863A567E8484} = {A43FEDB3-075D-4468-8FFE-55ACE8302253}
{8C80A256-914B-41AC-84E7-6EA528AF60D4} = {FB4AF98D-A8B6-43EA-95FC-4A635E4315B6}
EndGlobalSection
EndGlobal