-
Notifications
You must be signed in to change notification settings - Fork 0
/
ModTemplate.sln
26 lines (26 loc) · 1.22 KB
/
ModTemplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModTemplate", "ModTemplate\ModTemplate.csproj", "{F7EA06E6-FC5B-4777-AF67-D3E8BB9D24D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F45C54B-4910-48F5-A7FD-0C7966D6AC5C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
SteamDescription.txt = SteamDescription.txt
ReplaceGuidsAndRename.py = ReplaceGuidsAndRename.py
Deploy.bat = Deploy.bat
Edit-and-run-before-opening-solution.bat = Edit-and-run-before-opening-solution.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7EA06E6-FC5B-4777-AF67-D3E8BB9D24D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7EA06E6-FC5B-4777-AF67-D3E8BB9D24D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7EA06E6-FC5B-4777-AF67-D3E8BB9D24D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7EA06E6-FC5B-4777-AF67-D3E8BB9D24D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal