-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPokemonXDRNGLibrary.sln
43 lines (43 loc) · 2.58 KB
/
PokemonXDRNGLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{5300B0EB-3870-40B3-A98B-2AD8AC11D6A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokemonXDRNGLibrary", "PokemonXDRNGLibrary\PokemonXDRNGLibrary.csproj", "{F7E7DB97-5D48-42D5-B8E1-DD2403789749}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokemonXDRNGLibrary.XDDB", "PokemonXDRNGLibrary.XDDB\PokemonXDRNGLibrary.XDDB.csproj", "{4A1129EB-9050-4620-BC31-6A13F0BA488C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{845F272A-D672-4EA4-9357-6CD8CFBF9AC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5300B0EB-3870-40B3-A98B-2AD8AC11D6A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5300B0EB-3870-40B3-A98B-2AD8AC11D6A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5300B0EB-3870-40B3-A98B-2AD8AC11D6A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5300B0EB-3870-40B3-A98B-2AD8AC11D6A2}.Release|Any CPU.Build.0 = Release|Any CPU
{F7E7DB97-5D48-42D5-B8E1-DD2403789749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7E7DB97-5D48-42D5-B8E1-DD2403789749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7E7DB97-5D48-42D5-B8E1-DD2403789749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7E7DB97-5D48-42D5-B8E1-DD2403789749}.Release|Any CPU.Build.0 = Release|Any CPU
{4A1129EB-9050-4620-BC31-6A13F0BA488C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A1129EB-9050-4620-BC31-6A13F0BA488C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A1129EB-9050-4620-BC31-6A13F0BA488C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A1129EB-9050-4620-BC31-6A13F0BA488C}.Release|Any CPU.Build.0 = Release|Any CPU
{845F272A-D672-4EA4-9357-6CD8CFBF9AC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{845F272A-D672-4EA4-9357-6CD8CFBF9AC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{845F272A-D672-4EA4-9357-6CD8CFBF9AC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{845F272A-D672-4EA4-9357-6CD8CFBF9AC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38CE3985-B8CD-4987-9454-35753521494C}
EndGlobalSection
EndGlobal