forked from stayintarkov/StayInTarkov.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StayInTarkov.sln
54 lines (54 loc) · 2.5 KB
/
StayInTarkov.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StayInTarkov", "Source\StayInTarkov.csproj", "{79F0E889-A195-42B4-8656-4F35685BBB80}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{5FB59896-3353-49B8-9F79-B908539EAF92}"
ProjectSection(SolutionItems) = preProject
COMPILE.md = COMPILE.md
LICENSE.md = LICENSE.md
README.md = README.md
README_CN.md = README_CN.md
README_DE.md = README_DE.md
README_JA.md = README_JA.md
README_KO.md = README_KO.md
README_PO.md = README_PO.md
.github\ReleaseNotes.txt = .github\ReleaseNotes.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{A9DAB29E-F626-40EE-9A5C-FF3C2F3C8D39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{DEB9463E-0556-44FD-A150-BFAFBB433D0B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\publish-wiki.yml = .github\workflows\publish-wiki.yml
.github\workflows\SIT-CD.yml = .github\workflows\SIT-CD.yml
.github\workflows\SIT-CI-Linux.yml = .github\workflows\SIT-CI-Linux.yml
.github\workflows\SIT-CI.yml = .github\workflows\SIT-CI.yml
.github\workflows\stay-in-tarkov-client.yml = .github\workflows\stay-in-tarkov-client.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79F0E889-A195-42B4-8656-4F35685BBB80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79F0E889-A195-42B4-8656-4F35685BBB80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79F0E889-A195-42B4-8656-4F35685BBB80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79F0E889-A195-42B4-8656-4F35685BBB80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A9DAB29E-F626-40EE-9A5C-FF3C2F3C8D39} = {5FB59896-3353-49B8-9F79-B908539EAF92}
{DEB9463E-0556-44FD-A150-BFAFBB433D0B} = {A9DAB29E-F626-40EE-9A5C-FF3C2F3C8D39}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59210E5E-F991-4F88-82E5-D450610C8B01}
EndGlobalSection
EndGlobal