-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOutward-Mods.sln
43 lines (43 loc) · 2.67 KB
/
Outward-Mods.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 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomQuiverCounter", "Custom Quiver Counter\CustomQuiverCounter\CustomQuiverCounter.csproj", "{3C4E5BCC-CC67-42DA-A134-5DCBDB632035}"
EndProject
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "PowerShell Scripts", "PowerShell Scripts\PowerShell Scripts.pssproj", "{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuiverEquipFix", "Quiver Equip Fix\QuiverEquipFix\QuiverEquipFix.csproj", "{694F9AEA-6083-4D7A-9466-CCDE97861282}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OutwardModTemplate", "Outward Mod Template\OutwardModTemplate\OutwardModTemplate.csproj", "{ACC0BD6C-F36C-442B-B989-71873F01680D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C4E5BCC-CC67-42DA-A134-5DCBDB632035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C4E5BCC-CC67-42DA-A134-5DCBDB632035}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C4E5BCC-CC67-42DA-A134-5DCBDB632035}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C4E5BCC-CC67-42DA-A134-5DCBDB632035}.Release|Any CPU.Build.0 = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.Build.0 = Release|Any CPU
{694F9AEA-6083-4D7A-9466-CCDE97861282}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{694F9AEA-6083-4D7A-9466-CCDE97861282}.Debug|Any CPU.Build.0 = Debug|Any CPU
{694F9AEA-6083-4D7A-9466-CCDE97861282}.Release|Any CPU.ActiveCfg = Release|Any CPU
{694F9AEA-6083-4D7A-9466-CCDE97861282}.Release|Any CPU.Build.0 = Release|Any CPU
{ACC0BD6C-F36C-442B-B989-71873F01680D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACC0BD6C-F36C-442B-B989-71873F01680D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACC0BD6C-F36C-442B-B989-71873F01680D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACC0BD6C-F36C-442B-B989-71873F01680D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {136FAB7B-1F26-4404-B9AD-D9DE2AB59746}
EndGlobalSection
EndGlobal