-
Notifications
You must be signed in to change notification settings - Fork 6
/
ReducedGrinding.sln
37 lines (37 loc) · 2.05 KB
/
ReducedGrinding.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 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReducedGrinding", "ReducedGrinding.csproj", "{7B1FC60F-30DC-4B1F-AEE7-90D9CBB7F8CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DragonsDecorativeMod", "..\DragonsDecorativeMod\DragonsDecorativeMod.csproj", "{B71506B5-BEF2-4DC5-8C47-65E6B6E7333D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleMod", "..\ExampleMod\ExampleMod.csproj", "{E5A011A8-60B9-4016-AFCE-85F3A80E6F9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B1FC60F-30DC-4B1F-AEE7-90D9CBB7F8CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B1FC60F-30DC-4B1F-AEE7-90D9CBB7F8CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B1FC60F-30DC-4B1F-AEE7-90D9CBB7F8CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B1FC60F-30DC-4B1F-AEE7-90D9CBB7F8CA}.Release|Any CPU.Build.0 = Release|Any CPU
{B71506B5-BEF2-4DC5-8C47-65E6B6E7333D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B71506B5-BEF2-4DC5-8C47-65E6B6E7333D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B71506B5-BEF2-4DC5-8C47-65E6B6E7333D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B71506B5-BEF2-4DC5-8C47-65E6B6E7333D}.Release|Any CPU.Build.0 = Release|Any CPU
{E5A011A8-60B9-4016-AFCE-85F3A80E6F9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5A011A8-60B9-4016-AFCE-85F3A80E6F9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5A011A8-60B9-4016-AFCE-85F3A80E6F9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5A011A8-60B9-4016-AFCE-85F3A80E6F9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18AB0E17-C99F-47C7-964B-A925F7EE2B8C}
EndGlobalSection
EndGlobal