-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathSampSharp.Streamer.sln
48 lines (48 loc) · 2.81 KB
/
SampSharp.Streamer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampSharp.Streamer", "src\SampSharp.Streamer\SampSharp.Streamer.csproj", "{0B2AFC37-E324-401B-B270-F5C8C1A04096}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestMode.GameMode", "src\TestMode\TestMode.GameMode.csproj", "{054845C7-1998-47F2-A79B-51B24B86EC19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{7E3E537C-FCA3-4DCB-A0A8-80F753487767}"
ProjectSection(SolutionItems) = preProject
CHANGES.md = CHANGES.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampSharp.Streamer.Entities", "src\SampSharp.Streamer.Entities\SampSharp.Streamer.Entities.csproj", "{101CB4F0-1444-45BC-940A-612D9C9F5322}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestMode.Entities", "src\TestMode.Entities\TestMode.Entities.csproj", "{109388DF-1825-43B3-960C-86A55A0C220B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B2AFC37-E324-401B-B270-F5C8C1A04096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B2AFC37-E324-401B-B270-F5C8C1A04096}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B2AFC37-E324-401B-B270-F5C8C1A04096}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B2AFC37-E324-401B-B270-F5C8C1A04096}.Release|Any CPU.Build.0 = Release|Any CPU
{054845C7-1998-47F2-A79B-51B24B86EC19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{054845C7-1998-47F2-A79B-51B24B86EC19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{054845C7-1998-47F2-A79B-51B24B86EC19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{054845C7-1998-47F2-A79B-51B24B86EC19}.Release|Any CPU.Build.0 = Release|Any CPU
{101CB4F0-1444-45BC-940A-612D9C9F5322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{101CB4F0-1444-45BC-940A-612D9C9F5322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{101CB4F0-1444-45BC-940A-612D9C9F5322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{101CB4F0-1444-45BC-940A-612D9C9F5322}.Release|Any CPU.Build.0 = Release|Any CPU
{109388DF-1825-43B3-960C-86A55A0C220B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{109388DF-1825-43B3-960C-86A55A0C220B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{109388DF-1825-43B3-960C-86A55A0C220B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{109388DF-1825-43B3-960C-86A55A0C220B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F06F8228-3E12-4D0A-8B5D-BA3B151F2D83}
EndGlobalSection
EndGlobal