-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwasteland2-patchwork.sln
41 lines (41 loc) · 2.24 KB
/
wasteland2-patchwork.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 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EDDFCF05-016B-438B-A7BA-2885E09CFFDB}"
ProjectSection(SolutionItems) = preProject
LogFactory.cs = LogFactory.cs
Paths.cs = Paths.cs
W2PWModDefaults.ini = W2PWModDefaults.ini
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MakePublicAssemblies", "MakePublicAssemblies\MakePublicAssemblies.csproj", "{72005099-75E0-4CFA-8407-BA7A31ED5988}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplyPatch", "ApplyPatch\ApplyPatch.csproj", "{292B5BF3-E306-4C77-A787-4889BB76EA0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W2PWMod", "W2PWMod\W2PWMod.csproj", "{52F760E6-D45C-4C02-8B11-C6A3B731F97D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72005099-75E0-4CFA-8407-BA7A31ED5988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72005099-75E0-4CFA-8407-BA7A31ED5988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72005099-75E0-4CFA-8407-BA7A31ED5988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72005099-75E0-4CFA-8407-BA7A31ED5988}.Release|Any CPU.Build.0 = Release|Any CPU
{292B5BF3-E306-4C77-A787-4889BB76EA0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{292B5BF3-E306-4C77-A787-4889BB76EA0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{292B5BF3-E306-4C77-A787-4889BB76EA0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{292B5BF3-E306-4C77-A787-4889BB76EA0E}.Release|Any CPU.Build.0 = Release|Any CPU
{52F760E6-D45C-4C02-8B11-C6A3B731F97D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52F760E6-D45C-4C02-8B11-C6A3B731F97D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52F760E6-D45C-4C02-8B11-C6A3B731F97D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52F760E6-D45C-4C02-8B11-C6A3B731F97D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal