-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCS2MultiplayerMod.sln
More file actions
24 lines (24 loc) · 1.44 KB
/
Copy pathCS2MultiplayerMod.sln
File metadata and controls
24 lines (24 loc) · 1.44 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CS2MultiplayerMod", "CS2MultiplayerMod\CS2MultiplayerMod.csproj", "{AE86D248-4706-49D6-BC64-1766D1C829A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CS2MultiplayerMod.Steam", "CS2MultiplayerMod.Steam\CS2MultiplayerMod.Steam.csproj", "{6C1F0B3E-9C7A-4F1D-9E52-5B8D0A2F7C41}"
ProjectSection(ProjectDependencies) = postProject
{AE86D248-4706-49D6-BC64-1766D1C829A2} = {AE86D248-4706-49D6-BC64-1766D1C829A2}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE86D248-4706-49D6-BC64-1766D1C829A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE86D248-4706-49D6-BC64-1766D1C829A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE86D248-4706-49D6-BC64-1766D1C829A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE86D248-4706-49D6-BC64-1766D1C829A2}.Release|Any CPU.Build.0 = Release|Any CPU
{6C1F0B3E-9C7A-4F1D-9E52-5B8D0A2F7C41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C1F0B3E-9C7A-4F1D-9E52-5B8D0A2F7C41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C1F0B3E-9C7A-4F1D-9E52-5B8D0A2F7C41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C1F0B3E-9C7A-4F1D-9E52-5B8D0A2F7C41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal