-
Notifications
You must be signed in to change notification settings - Fork 0
/
WYSFunny.sln
35 lines (35 loc) · 1.66 KB
/
WYSFunny.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WYSFunny", "WYSFunny\WYSFunny.csproj", "{9DFD2066-8283-4024-B732-6AC186D2F40F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{94B28E5F-042F-4A98-8E9E-235319B4B02C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{F2DDFBB2-F9E6-4A84-9E53-C1D8BC2DFAA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "bat", "bat", "{EE712764-9A55-4854-8029-BBECCFB33B0E}"
ProjectSection(SolutionItems) = preProject
scripts\bat\_set_game_dir.bat = scripts\bat\_set_game_dir.bat
scripts\bat\clear_cache.bat = scripts\bat\clear_cache.bat
scripts\bat\libs.bat = scripts\bat\libs.bat
scripts\bat\mods.bat = scripts\bat\mods.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DFD2066-8283-4024-B732-6AC186D2F40F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DFD2066-8283-4024-B732-6AC186D2F40F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DFD2066-8283-4024-B732-6AC186D2F40F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DFD2066-8283-4024-B732-6AC186D2F40F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EE712764-9A55-4854-8029-BBECCFB33B0E} = {F2DDFBB2-F9E6-4A84-9E53-C1D8BC2DFAA5}
EndGlobalSection
EndGlobal