-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModrify.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
Modrify.sln
File metadata and controls
37 lines (37 loc) · 2.04 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modrify", "Modrify\Modrify.csproj", "{4125CEAB-DFB8-4DA8-80AF-8115F8BC515A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modrify.Fallout4", "Modrify.Fallout4\Modrify.Fallout4.csproj", "{163D1E52-C45E-4C99-BDD7-1290ACDDDA3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modrify.Skyrim", "Modrify.Skyrim\Modrify.Skyrim.csproj", "{A0730027-353C-4114-9CE7-888E407125F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4125CEAB-DFB8-4DA8-80AF-8115F8BC515A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4125CEAB-DFB8-4DA8-80AF-8115F8BC515A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4125CEAB-DFB8-4DA8-80AF-8115F8BC515A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4125CEAB-DFB8-4DA8-80AF-8115F8BC515A}.Release|Any CPU.Build.0 = Release|Any CPU
{163D1E52-C45E-4C99-BDD7-1290ACDDDA3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163D1E52-C45E-4C99-BDD7-1290ACDDDA3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163D1E52-C45E-4C99-BDD7-1290ACDDDA3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163D1E52-C45E-4C99-BDD7-1290ACDDDA3D}.Release|Any CPU.Build.0 = Release|Any CPU
{A0730027-353C-4114-9CE7-888E407125F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0730027-353C-4114-9CE7-888E407125F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0730027-353C-4114-9CE7-888E407125F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0730027-353C-4114-9CE7-888E407125F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49882ABC-5D9B-4077-A84B-6CDD82569A76}
EndGlobalSection
EndGlobal