-
Notifications
You must be signed in to change notification settings - Fork 0
/
WarLogger.sln
42 lines (42 loc) · 2.36 KB
/
WarLogger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarLogger_BepInEx", "WarLogger_BepInEx\WarLogger_BepInEx.csproj", "{6CBC8C3C-AEE6-4BD3-AAF1-5166B0FED447}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarLogger_BepInEx_Preloader", "WarLogger_BepInEx_Preloader\WarLogger_BepInEx_Preloader.csproj", "{8FAE0AE4-2E14-4B54-94C2-DAEBB9338CA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarLogger_Helper", "WarLogger_Helper\WarLogger_Helper.csproj", "{67AF9F56-E3CA-41FA-8F1C-2DBCEDC0582F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{07E6C51F-FC83-496D-96EA-9AEEB8B5A1E0}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CBC8C3C-AEE6-4BD3-AAF1-5166B0FED447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CBC8C3C-AEE6-4BD3-AAF1-5166B0FED447}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CBC8C3C-AEE6-4BD3-AAF1-5166B0FED447}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CBC8C3C-AEE6-4BD3-AAF1-5166B0FED447}.Release|Any CPU.Build.0 = Release|Any CPU
{8FAE0AE4-2E14-4B54-94C2-DAEBB9338CA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FAE0AE4-2E14-4B54-94C2-DAEBB9338CA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FAE0AE4-2E14-4B54-94C2-DAEBB9338CA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FAE0AE4-2E14-4B54-94C2-DAEBB9338CA0}.Release|Any CPU.Build.0 = Release|Any CPU
{67AF9F56-E3CA-41FA-8F1C-2DBCEDC0582F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67AF9F56-E3CA-41FA-8F1C-2DBCEDC0582F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67AF9F56-E3CA-41FA-8F1C-2DBCEDC0582F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67AF9F56-E3CA-41FA-8F1C-2DBCEDC0582F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B54B07D3-3E80-44BA-8139-C6DA2256FF43}
EndGlobalSection
EndGlobal