-
Notifications
You must be signed in to change notification settings - Fork 7
/
tarkov-settings.sln
30 lines (30 loc) · 1.31 KB
/
tarkov-settings.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tarkov-settings", "tarkov-settings.csproj", "{EC81E8D2-F151-43C1-A853-BAF353EBE2FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "솔루션 항목", "솔루션 항목", "{1263DCD7-4C32-4B11-A2F7-BA67242CFECC}"
ProjectSection(SolutionItems) = preProject
version = version
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC81E8D2-F151-43C1-A853-BAF353EBE2FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC81E8D2-F151-43C1-A853-BAF353EBE2FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC81E8D2-F151-43C1-A853-BAF353EBE2FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC81E8D2-F151-43C1-A853-BAF353EBE2FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0954695-EFB1-49CC-A901-9E7AD3ABA6E8}
EndGlobalSection
EndGlobal