-
Notifications
You must be signed in to change notification settings - Fork 2
/
CSAuto.sln
70 lines (70 loc) · 4.31 KB
/
CSAuto.sln
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
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSAuto", "src\CSAuto\CSAuto.csproj", "{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0427C11C-3F9B-4B74-BB1F-5C72E43F9AB5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamAPIServer", "src\SteamAPIServer\SteamAPIServer.csproj", "{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSAuto_Mobile", "src\CSAuto_Mobile\CSAuto_Mobile.csproj", "{89347D48-8CB9-4F3A-890F-1AD5C554675A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Updater", "src\Updater\Updater.csproj", "{0505F834-FA66-4379-A8FC-8FCD0419D729}"
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
{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}.Debug|x86.ActiveCfg = Debug|Any CPU
{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}.Debug|x86.Build.0 = Debug|Any CPU
{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}.Release|Any CPU.Build.0 = Release|Any CPU
{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}.Release|x86.ActiveCfg = Release|Any CPU
{BD49B7AC-EE56-40B8-B35D-F0F0B88626D3}.Release|x86.Build.0 = Release|Any CPU
{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}.Debug|x86.ActiveCfg = Debug|Any CPU
{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}.Debug|x86.Build.0 = Debug|Any CPU
{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}.Release|Any CPU.Build.0 = Release|Any CPU
{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}.Release|x86.ActiveCfg = Release|Any CPU
{F7985580-40AF-4EC0-AEBA-A37319CD5D8A}.Release|x86.Build.0 = Release|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Debug|x86.ActiveCfg = Debug|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Debug|x86.Build.0 = Debug|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Debug|x86.Deploy.0 = Debug|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Release|Any CPU.Build.0 = Release|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Release|Any CPU.Deploy.0 = Release|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Release|x86.ActiveCfg = Release|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Release|x86.Build.0 = Release|Any CPU
{89347D48-8CB9-4F3A-890F-1AD5C554675A}.Release|x86.Deploy.0 = Release|Any CPU
{0505F834-FA66-4379-A8FC-8FCD0419D729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0505F834-FA66-4379-A8FC-8FCD0419D729}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0505F834-FA66-4379-A8FC-8FCD0419D729}.Debug|x86.ActiveCfg = Debug|Any CPU
{0505F834-FA66-4379-A8FC-8FCD0419D729}.Debug|x86.Build.0 = Debug|Any CPU
{0505F834-FA66-4379-A8FC-8FCD0419D729}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0505F834-FA66-4379-A8FC-8FCD0419D729}.Release|Any CPU.Build.0 = Release|Any CPU
{0505F834-FA66-4379-A8FC-8FCD0419D729}.Release|x86.ActiveCfg = Release|Any CPU
{0505F834-FA66-4379-A8FC-8FCD0419D729}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B08433A-E59B-42F5-96A4-1E23C2E2B40A}
EndGlobalSection
EndGlobal