This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
forked from billy-yoyo/RainbowSixSiege-Python-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
R6SiegeAPI.sln
43 lines (43 loc) · 2 KB
/
R6SiegeAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "R6SiegeAPI", "R6SiegeAPI\R6SiegeAPI.csproj", "{4732EDAA-C245-4A78-BC65-1E11F86FDE81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{B69D8171-DDBD-4FDF-97C1-7A3F62A2AD70}"
ProjectSection(ProjectDependencies) = postProject
{4732EDAA-C245-4A78-BC65-1E11F86FDE81} = {4732EDAA-C245-4A78-BC65-1E11F86FDE81}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78688DB8-5A8F-42F2-B0D9-6EAB9E8C741D}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
MANIFEST.in = MANIFEST.in
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4732EDAA-C245-4A78-BC65-1E11F86FDE81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4732EDAA-C245-4A78-BC65-1E11F86FDE81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4732EDAA-C245-4A78-BC65-1E11F86FDE81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4732EDAA-C245-4A78-BC65-1E11F86FDE81}.Release|Any CPU.Build.0 = Release|Any CPU
{B69D8171-DDBD-4FDF-97C1-7A3F62A2AD70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B69D8171-DDBD-4FDF-97C1-7A3F62A2AD70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B69D8171-DDBD-4FDF-97C1-7A3F62A2AD70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B69D8171-DDBD-4FDF-97C1-7A3F62A2AD70}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8A31786-434A-40A3-B7A5-F62CD75606B8}
EndGlobalSection
EndGlobal