-
Notifications
You must be signed in to change notification settings - Fork 8
/
RgssDecrypter.sln
45 lines (45 loc) · 2.44 KB
/
RgssDecrypter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RgssDecrypter.Sandbox", "RgssDecrypter.Sandbox\RgssDecrypter.Sandbox.csproj", "{ACCF1D4A-6751-4970-974F-3063D49B2052}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RgssDecrypter.Lib", "RgssDecrypter.Lib\RgssDecrypter.Lib.csproj", "{6DBEE6C9-5C8F-440D-89CD-B9A14388E0EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RgssDecrypter", "RgssDecrypter\RgssDecrypter.csproj", "{61F25761-96F3-43DD-8813-F85443261431}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LICENSES", "LICENSES", "{28D8057A-4FC9-49BD-83F2-A322DBD61852}"
ProjectSection(SolutionItems) = preProject
LICENSES\Mono.Options.LICENSE = LICENSES\Mono.Options.LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11739BCD-0E77-4499-9CB6-B4D6C78D9A13}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACCF1D4A-6751-4970-974F-3063D49B2052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACCF1D4A-6751-4970-974F-3063D49B2052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACCF1D4A-6751-4970-974F-3063D49B2052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACCF1D4A-6751-4970-974F-3063D49B2052}.Release|Any CPU.Build.0 = Release|Any CPU
{6DBEE6C9-5C8F-440D-89CD-B9A14388E0EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DBEE6C9-5C8F-440D-89CD-B9A14388E0EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DBEE6C9-5C8F-440D-89CD-B9A14388E0EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DBEE6C9-5C8F-440D-89CD-B9A14388E0EF}.Release|Any CPU.Build.0 = Release|Any CPU
{61F25761-96F3-43DD-8813-F85443261431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61F25761-96F3-43DD-8813-F85443261431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61F25761-96F3-43DD-8813-F85443261431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61F25761-96F3-43DD-8813-F85443261431}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal