-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRespawnTimer.sln
More file actions
37 lines (37 loc) · 1.95 KB
/
Copy pathRespawnTimer.sln
File metadata and controls
37 lines (37 loc) · 1.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RespawnTimer-HSM", "RespawnTimer-HSM\RespawnTimer-HSM.csproj", "{398EC3D0-59E8-4F3E-A7AF-65DF74CA9402}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RespawnTimer", "RespawnTimer\RespawnTimer.csproj", "{E43EEA31-56EA-4DC0-AC68-1E7557DB7DC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RespawnTimer-RueI", "RespawnTimer-RueI\RespawnTimer-RueI.csproj", "{A07F1ECF-85B7-442D-BB71-DB12545D3AEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E43EEA31-56EA-4DC0-AC68-1E7557DB7DC9}.Release|x64.ActiveCfg = Release|x64
{E43EEA31-56EA-4DC0-AC68-1E7557DB7DC9}.Release|x64.Build.0 = Release|x64
{E43EEA31-56EA-4DC0-AC68-1E7557DB7DC9}.Debug|x64.ActiveCfg = Debug|x64
{E43EEA31-56EA-4DC0-AC68-1E7557DB7DC9}.Debug|x64.Build.0 = Debug|x64
{398EC3D0-59E8-4F3E-A7AF-65DF74CA9402}.Release|x64.ActiveCfg = Release|x64
{398EC3D0-59E8-4F3E-A7AF-65DF74CA9402}.Release|x64.Build.0 = Release|x64
{398EC3D0-59E8-4F3E-A7AF-65DF74CA9402}.Debug|x64.ActiveCfg = Debug|x64
{398EC3D0-59E8-4F3E-A7AF-65DF74CA9402}.Debug|x64.Build.0 = Debug|x64
{A07F1ECF-85B7-442D-BB71-DB12545D3AEE}.Release|x64.ActiveCfg = Release|x64
{A07F1ECF-85B7-442D-BB71-DB12545D3AEE}.Release|x64.Build.0 = Release|x64
{A07F1ECF-85B7-442D-BB71-DB12545D3AEE}.Debug|x64.ActiveCfg = Debug|x64
{A07F1ECF-85B7-442D-BB71-DB12545D3AEE}.Debug|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B37E0083-57ED-4253-90EF-908606A4C025}
EndGlobalSection
EndGlobal