forked from SteamRE/Steam4NET
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSteam4NET.sln
More file actions
39 lines (39 loc) · 2.05 KB
/
Steam4NET.sln
File metadata and controls
39 lines (39 loc) · 2.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steam4NET", "Steam4NET\Steam4NET.csproj", "{092EAD98-F052-4F72-8C29-8ED93A5936AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steam4Test", "Steam4Test\Steam4Test.csproj", "{15992CB4-F40F-48F8-B49C-A001A452D724}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{092EAD98-F052-4F72-8C29-8ED93A5936AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{092EAD98-F052-4F72-8C29-8ED93A5936AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{092EAD98-F052-4F72-8C29-8ED93A5936AF}.Debug|x86.ActiveCfg = Debug|Any CPU
{092EAD98-F052-4F72-8C29-8ED93A5936AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{092EAD98-F052-4F72-8C29-8ED93A5936AF}.Release|Any CPU.Build.0 = Release|Any CPU
{092EAD98-F052-4F72-8C29-8ED93A5936AF}.Release|x86.ActiveCfg = Release|x86
{15992CB4-F40F-48F8-B49C-A001A452D724}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15992CB4-F40F-48F8-B49C-A001A452D724}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15992CB4-F40F-48F8-B49C-A001A452D724}.Debug|x86.ActiveCfg = Debug|Any CPU
{15992CB4-F40F-48F8-B49C-A001A452D724}.Debug|x86.Build.0 = Debug|Any CPU
{15992CB4-F40F-48F8-B49C-A001A452D724}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15992CB4-F40F-48F8-B49C-A001A452D724}.Release|Any CPU.Build.0 = Release|Any CPU
{15992CB4-F40F-48F8-B49C-A001A452D724}.Release|x86.ActiveCfg = Release|x86
{15992CB4-F40F-48F8-B49C-A001A452D724}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14FCC3DB-832D-4441-B29F-730D10C81236}
EndGlobalSection
EndGlobal