-
Notifications
You must be signed in to change notification settings - Fork 4
/
TheMessengerRandomizer.sln
37 lines (37 loc) · 1.87 KB
/
TheMessengerRandomizer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessengerRando", "MessengerRando.csproj", "{6271B317-0737-489F-8319-67F0AC291D20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheMessengerRandomizerTest", "TheMessengerRandomizerTest\TheMessengerRandomizerTest.csproj", "{205E62E2-2359-40F0-BF1D-1D6513F00295}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6271B317-0737-489F-8319-67F0AC291D20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6271B317-0737-489F-8319-67F0AC291D20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6271B317-0737-489F-8319-67F0AC291D20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6271B317-0737-489F-8319-67F0AC291D20}.Release|Any CPU.Build.0 = Release|Any CPU
{205E62E2-2359-40F0-BF1D-1D6513F00295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{205E62E2-2359-40F0-BF1D-1D6513F00295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{205E62E2-2359-40F0-BF1D-1D6513F00295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{205E62E2-2359-40F0-BF1D-1D6513F00295}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7039E307-FE1A-44E9-A063-DAB3B0FAE9E1}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
outputpath = "C:\Program Files (x86)\Steam\steamapps\common\The Messenger\Mods\TheMessengerRandomizer"
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
EndGlobalSection
EndGlobal