forked from jtilander/niftyplugins
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NiftyPlugins.sln
60 lines (60 loc) · 3.44 KB
/
NiftyPlugins.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NiftyPerforce", "NiftyPerforce\NiftyPerforce.csproj", "{4633E0B5-D536-4FCC-988E-29D54DA113DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GithubActions", "GithubActions", "{EAFAD58B-C12C-4FCE-AC50-3B04143946E6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-publish.yml = .github\workflows\build-and-publish.yml
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9887FB7-0D0E-4B27-BC6C-2E59CE41AF8D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
StyleCop.ruleset = StyleCop.ruleset
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "AuroraCore", "Shared\AuroraCore.shproj", "{EED4A10D-51AE-418F-BF46-21AE321F9898}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NiftyPerforce.Tests", "NiftyPerforce.Tests\NiftyPerforce.Tests.csproj", "{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Legacy|Any CPU = Debug Legacy|Any CPU
Debug|Any CPU = Debug|Any CPU
Release Legacy|Any CPU = Release Legacy|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4633E0B5-D536-4FCC-988E-29D54DA113DF}.Debug Legacy|Any CPU.ActiveCfg = Debug Legacy|Any CPU
{4633E0B5-D536-4FCC-988E-29D54DA113DF}.Debug Legacy|Any CPU.Build.0 = Debug Legacy|Any CPU
{4633E0B5-D536-4FCC-988E-29D54DA113DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4633E0B5-D536-4FCC-988E-29D54DA113DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4633E0B5-D536-4FCC-988E-29D54DA113DF}.Release Legacy|Any CPU.ActiveCfg = Release Legacy|Any CPU
{4633E0B5-D536-4FCC-988E-29D54DA113DF}.Release Legacy|Any CPU.Build.0 = Release Legacy|Any CPU
{4633E0B5-D536-4FCC-988E-29D54DA113DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4633E0B5-D536-4FCC-988E-29D54DA113DF}.Release|Any CPU.Build.0 = Release|Any CPU
{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}.Debug Legacy|Any CPU.ActiveCfg = Debug|Any CPU
{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}.Debug Legacy|Any CPU.Build.0 = Debug|Any CPU
{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}.Release Legacy|Any CPU.ActiveCfg = Release|Any CPU
{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}.Release Legacy|Any CPU.Build.0 = Release|Any CPU
{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEC76E3F-58C7-4733-81E1-3D56DD3EFB99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C61E079E-FABA-466A-95C9-7A2082485980}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Shared\AuroraCore.projitems*{4633e0b5-d536-4fcc-988e-29d54da113df}*SharedItemsImports = 5
Shared\AuroraCore.projitems*{eed4a10d-51ae-418f-bf46-21ae321f9898}*SharedItemsImports = 13
EndGlobalSection
EndGlobal