This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
frostpunk_mod.sln
58 lines (58 loc) · 2.82 KB
/
frostpunk_mod.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "frostpunk_mod", "frostpunk_mod\frostpunk_mod.pyproj", "{B3BEF902-D16C-4DD3-A166-35ECAC168014}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "compile", "compile", "{5A60899B-58EB-4B11-88A1-7E59A7B09424}"
ProjectSection(SolutionItems) = preProject
compile\make_exe.bat = compile\make_exe.bat
compile\make_ver.bat = compile\make_ver.bat
compile\make_zip.bat = compile\make_zip.bat
compile\reset_ver.bat = compile\reset_ver.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "document", "document", "{23FE3286-95ED-4CEA-8498-33A8ED0ADAE3}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "binfont", "binfont\binfont.pyproj", "{DFB2ED58-86F0-4898-846F-020B80EA30AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "movie", "movie", "{B5C7EED9-F19C-4CE9-9022-BD9ED7FB9EAF}"
ProjectSection(SolutionItems) = preProject
movie\add_sub.bat = movie\add_sub.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3BEF902-D16C-4DD3-A166-35ECAC168014}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3BEF902-D16C-4DD3-A166-35ECAC168014}.Debug|x64.ActiveCfg = Debug|Any CPU
{B3BEF902-D16C-4DD3-A166-35ECAC168014}.Debug|x86.ActiveCfg = Debug|Any CPU
{B3BEF902-D16C-4DD3-A166-35ECAC168014}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3BEF902-D16C-4DD3-A166-35ECAC168014}.Release|x64.ActiveCfg = Release|Any CPU
{B3BEF902-D16C-4DD3-A166-35ECAC168014}.Release|x86.ActiveCfg = Release|Any CPU
{DFB2ED58-86F0-4898-846F-020B80EA30AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB2ED58-86F0-4898-846F-020B80EA30AD}.Debug|x64.ActiveCfg = Debug|Any CPU
{DFB2ED58-86F0-4898-846F-020B80EA30AD}.Debug|x86.ActiveCfg = Debug|Any CPU
{DFB2ED58-86F0-4898-846F-020B80EA30AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB2ED58-86F0-4898-846F-020B80EA30AD}.Release|x64.ActiveCfg = Release|Any CPU
{DFB2ED58-86F0-4898-846F-020B80EA30AD}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C08535C-3DA8-4269-AEAE-3203F3615544}
EndGlobalSection
EndGlobal