This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathQModManager.sln
41 lines (41 loc) · 2.21 KB
/
QModManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Executable", "Executable\Executable.csproj", "{DA63F59D-4676-4726-AFEC-BD9D3682733F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QModManager", "QModManager\QModManager.csproj", "{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA63F59D-4676-4726-AFEC-BD9D3682733F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA63F59D-4676-4726-AFEC-BD9D3682733F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA63F59D-4676-4726-AFEC-BD9D3682733F}.Debug|x86.ActiveCfg = Debug|Any CPU
{DA63F59D-4676-4726-AFEC-BD9D3682733F}.Debug|x86.Build.0 = Debug|Any CPU
{DA63F59D-4676-4726-AFEC-BD9D3682733F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA63F59D-4676-4726-AFEC-BD9D3682733F}.Release|Any CPU.Build.0 = Release|Any CPU
{DA63F59D-4676-4726-AFEC-BD9D3682733F}.Release|x86.ActiveCfg = Release|Any CPU
{DA63F59D-4676-4726-AFEC-BD9D3682733F}.Release|x86.Build.0 = Release|Any CPU
{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}.Debug|x86.ActiveCfg = Debug|Any CPU
{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}.Debug|x86.Build.0 = Debug|Any CPU
{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}.Release|Any CPU.Build.0 = Release|Any CPU
{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}.Release|x86.ActiveCfg = Release|Any CPU
{E00B7FE8-0F1D-4AE6-9E47-4BFD81537F14}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54A73C4F-4981-48CC-AD91-27D3D090D5D4}
EndGlobalSection
EndGlobal