-
-
Notifications
You must be signed in to change notification settings - Fork 140
/
EFT.Trainer.sln
44 lines (44 loc) · 2.63 KB
/
EFT.Trainer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.EFT.Trainer", "NLog.EFT.Trainer.csproj", "{F4EB56B6-F914-11E9-AAD5-362B9E155667}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Installer", "Installer\Installer.csproj", "{C7DC685F-89CE-4BA1-8F95-41DA8E18F585}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BepInExPlugin", "BepInExPlugin\BepInExPlugin.csproj", "{00C66BBD-ED7F-4E01-B7E4-0388F76FD31C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugPerformance|Any CPU = DebugPerformance|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4EB56B6-F914-11E9-AAD5-362B9E155667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4EB56B6-F914-11E9-AAD5-362B9E155667}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4EB56B6-F914-11E9-AAD5-362B9E155667}.DebugPerformance|Any CPU.ActiveCfg = DebugPerformance|Any CPU
{F4EB56B6-F914-11E9-AAD5-362B9E155667}.DebugPerformance|Any CPU.Build.0 = DebugPerformance|Any CPU
{F4EB56B6-F914-11E9-AAD5-362B9E155667}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4EB56B6-F914-11E9-AAD5-362B9E155667}.Release|Any CPU.Build.0 = Release|Any CPU
{C7DC685F-89CE-4BA1-8F95-41DA8E18F585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7DC685F-89CE-4BA1-8F95-41DA8E18F585}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7DC685F-89CE-4BA1-8F95-41DA8E18F585}.DebugPerformance|Any CPU.ActiveCfg = Debug|Any CPU
{C7DC685F-89CE-4BA1-8F95-41DA8E18F585}.DebugPerformance|Any CPU.Build.0 = Debug|Any CPU
{C7DC685F-89CE-4BA1-8F95-41DA8E18F585}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7DC685F-89CE-4BA1-8F95-41DA8E18F585}.Release|Any CPU.Build.0 = Release|Any CPU
{00C66BBD-ED7F-4E01-B7E4-0388F76FD31C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00C66BBD-ED7F-4E01-B7E4-0388F76FD31C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00C66BBD-ED7F-4E01-B7E4-0388F76FD31C}.DebugPerformance|Any CPU.ActiveCfg = Debug|Any CPU
{00C66BBD-ED7F-4E01-B7E4-0388F76FD31C}.DebugPerformance|Any CPU.Build.0 = Debug|Any CPU
{00C66BBD-ED7F-4E01-B7E4-0388F76FD31C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00C66BBD-ED7F-4E01-B7E4-0388F76FD31C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE957FB7-4DF8-4913-8BF3-1AA0493DC8C1}
EndGlobalSection
EndGlobal