-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReqnroll.Actions.Configuration.sln
45 lines (44 loc) · 2.61 KB
/
Reqnroll.Actions.Configuration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reqnroll.Actions.Configuration", "Reqnroll.Actions.Configuration\Reqnroll.Actions.Configuration.csproj", "{32C0E74F-65FF-4CD0-9AF1-A915109AF088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "General", "General", "{DF8521B1-235E-4C9D-87D6-7A7EEBA3A2E4}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\Directory.Build.props = ..\Directory.Build.props
..\Directory.Build.targets = ..\Directory.Build.targets
..\version.json = ..\version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reqnroll.Actions.Configuration.Tests", "Reqnroll.Actions.Configuration.Tests\Reqnroll.Actions.Configuration.Tests.csproj", "{7997541A-F645-437B-940A-C3D9A7107ED3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reqnroll.Actions.Configuration.Generation", "Reqnroll.Actions.Configuration.Generation\Reqnroll.Actions.Configuration.Generation.csproj", "{842FDA33-89CB-4489-864A-F6A904BD7F37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32C0E74F-65FF-4CD0-9AF1-A915109AF088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32C0E74F-65FF-4CD0-9AF1-A915109AF088}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32C0E74F-65FF-4CD0-9AF1-A915109AF088}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32C0E74F-65FF-4CD0-9AF1-A915109AF088}.Release|Any CPU.Build.0 = Release|Any CPU
{7997541A-F645-437B-940A-C3D9A7107ED3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7997541A-F645-437B-940A-C3D9A7107ED3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7997541A-F645-437B-940A-C3D9A7107ED3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7997541A-F645-437B-940A-C3D9A7107ED3}.Release|Any CPU.Build.0 = Release|Any CPU
{842FDA33-89CB-4489-864A-F6A904BD7F37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{842FDA33-89CB-4489-864A-F6A904BD7F37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{842FDA33-89CB-4489-864A-F6A904BD7F37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{842FDA33-89CB-4489-864A-F6A904BD7F37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C77D596F-1752-43EB-8984-FB53D4DAF102}
EndGlobalSection
EndGlobal