@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.3.32929.385
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "_Root " , "_Root " , "{6E093A62-E7FD-4E80-B38E-EACDECB2CD44}"
6
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "0.Root " , "0.Root " , "{6E093A62-E7FD-4E80-B38E-EACDECB2CD44}"
7
7
Project Section (SolutionItems ) = preProject
8
8
src \.editorconfig = src \.editorconfig
9
9
.gitignore = .gitignore
@@ -18,19 +18,32 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BD.SteamClient", "src\BD.St
18
18
EndProject
19
19
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BD.SteamClient.UnitTest" , "src\BD.SteamClient.UnitTest\BD.SteamClient.UnitTest.csproj" , "{EAAF7DE4-C46D-4E1D-9DD8-9796FD4C4E89}"
20
20
EndProject
21
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BD.SteamClient.Models" , "src\BD.SteamClient.Models\BD.SteamClient.Models.csproj" , "{EB0F9A71-D94F-4344-BE6F-C516D6437D50}"
22
- EndProject
23
21
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "TFM" , "TFM" , "{346C7617-6ACE-4512-9C0F-A52374EAEF28}"
24
22
Project Section (SolutionItems ) = preProject
25
23
src \TFM _NET 7 .props = src \TFM _NET 7 .props
24
+ src \TFM _NET 7 _WITH _ALL .props = src \TFM _NET 7 _WITH _ALL .props
26
25
EndProject Section
27
26
EndProject
28
27
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "ImplicitUsings" , "ImplicitUsings" , "{15259751-42F0-447E-99FE-53DF81B67E35}"
29
28
Project Section (SolutionItems ) = preProject
30
29
src \ImplicitUsings .BCL .cs = src \ImplicitUsings .BCL .cs
30
+ src \ImplicitUsings .Common .cs = src \ImplicitUsings .Common .cs
31
+ src \ImplicitUsings .JsonProperty .cs = src \ImplicitUsings .JsonProperty .cs
32
+ src \ImplicitUsings .MessagePack .cs = src \ImplicitUsings .MessagePack .cs
33
+ src \ImplicitUsings .MSEX .cs = src \ImplicitUsings .MSEX .cs
34
+ src \ImplicitUsings .Primitives .cs = src \ImplicitUsings .Primitives .cs
35
+ src \ImplicitUsings .ReactiveUI .cs = src \ImplicitUsings .ReactiveUI .cs
31
36
src \ImplicitUsings .UnitTest .cs = src \ImplicitUsings .UnitTest .cs
32
37
EndProject Section
33
38
EndProject
39
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "1.Reference" , "1.Reference" , "{CF36291E-D496-4D2E-8D3F-EA2E643FEAE3}"
40
+ EndProject
41
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SAM.API" , "ref\SteamAchievementManager\SAM.API\SAM.API.csproj" , "{432572EE-05CC-4176-AA97-17064F0F4A5B}"
42
+ EndProject
43
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Gameloop.Vdf" , "ref\Gameloop.Vdf\Gameloop.Vdf\Gameloop.Vdf.csproj" , "{60751B99-F817-423B-A0F8-3D240BE658D6}"
44
+ EndProject
45
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Steam4NET" , "ref\Steam4NET\Steam4NET\Steam4NET.csproj" , "{47866076-0F25-42FE-8AB0-42EADD3FA322}"
46
+ EndProject
34
47
Global
35
48
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
36
49
Debug| Any CPU = Debug| Any CPU
@@ -45,17 +58,28 @@ Global
45
58
{EAAF7DE4-C46D-4E1D-9DD8-9796FD4C4E89} .Debug| Any CPU .Build .0 = Debug| Any CPU
46
59
{EAAF7DE4-C46D-4E1D-9DD8-9796FD4C4E89} .Release| Any CPU .ActiveCfg = Release| Any CPU
47
60
{EAAF7DE4-C46D-4E1D-9DD8-9796FD4C4E89} .Release| Any CPU .Build .0 = Release| Any CPU
48
- {EB0F9A71-D94F-4344-BE6F-C516D6437D50} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
49
- {EB0F9A71-D94F-4344-BE6F-C516D6437D50} .Debug| Any CPU .Build .0 = Debug| Any CPU
50
- {EB0F9A71-D94F-4344-BE6F-C516D6437D50} .Release| Any CPU .ActiveCfg = Release| Any CPU
51
- {EB0F9A71-D94F-4344-BE6F-C516D6437D50} .Release| Any CPU .Build .0 = Release| Any CPU
61
+ {432572EE-05CC-4176-AA97-17064F0F4A5B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
62
+ {432572EE-05CC-4176-AA97-17064F0F4A5B} .Debug| Any CPU .Build .0 = Debug| Any CPU
63
+ {432572EE-05CC-4176-AA97-17064F0F4A5B} .Release| Any CPU .ActiveCfg = Release| Any CPU
64
+ {432572EE-05CC-4176-AA97-17064F0F4A5B} .Release| Any CPU .Build .0 = Release| Any CPU
65
+ {60751B99-F817-423B-A0F8-3D240BE658D6} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
66
+ {60751B99-F817-423B-A0F8-3D240BE658D6} .Debug| Any CPU .Build .0 = Debug| Any CPU
67
+ {60751B99-F817-423B-A0F8-3D240BE658D6} .Release| Any CPU .ActiveCfg = Release| Any CPU
68
+ {60751B99-F817-423B-A0F8-3D240BE658D6} .Release| Any CPU .Build .0 = Release| Any CPU
69
+ {47866076-0F25-42FE-8AB0-42EADD3FA322} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
70
+ {47866076-0F25-42FE-8AB0-42EADD3FA322} .Debug| Any CPU .Build .0 = Debug| Any CPU
71
+ {47866076-0F25-42FE-8AB0-42EADD3FA322} .Release| Any CPU .ActiveCfg = Release| Any CPU
72
+ {47866076-0F25-42FE-8AB0-42EADD3FA322} .Release| Any CPU .Build .0 = Release| Any CPU
52
73
EndGlobalSection
53
74
GlobalSection (SolutionProperties ) = preSolution
54
75
HideSolutionNode = FALSE
55
76
EndGlobalSection
56
77
GlobalSection (NestedProjects ) = preSolution
57
78
{346C7617-6ACE-4512-9C0F-A52374EAEF28} = {6E093A62-E7FD-4E80-B38E-EACDECB2CD44}
58
79
{15259751-42F0-447E-99FE-53DF81B67E35} = {6E093A62-E7FD-4E80-B38E-EACDECB2CD44}
80
+ {432572EE-05CC-4176-AA97-17064F0F4A5B} = {CF36291E-D496-4D2E-8D3F-EA2E643FEAE3}
81
+ {60751B99-F817-423B-A0F8-3D240BE658D6} = {CF36291E-D496-4D2E-8D3F-EA2E643FEAE3}
82
+ {47866076-0F25-42FE-8AB0-42EADD3FA322} = {CF36291E-D496-4D2E-8D3F-EA2E643FEAE3}
59
83
EndGlobalSection
60
84
GlobalSection (ExtensibilityGlobals ) = postSolution
61
85
SolutionGuid = {D4370799-C6DA-47D0-94F7-7F56FD9B7178}
0 commit comments