-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevExcelerateApp.sln
More file actions
44 lines (44 loc) · 2.39 KB
/
DevExcelerateApp.sln
File metadata and controls
44 lines (44 loc) · 2.39 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35728.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevExcelerateApp", "src\DevExcelerateApp\DevExcelerateApp.csproj", "{BA826DB2-DC27-4CC0-BDF5-A7757ECC9B93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevExcelerateApp.Tests", "tests\DevExcelerateApp.Tests\DevExcelerateApp.Tests.csproj", "{6462C529-BA10-4072-B6C6-BDDE5CE8091A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
docs\github-app-setup.md = docs\github-app-setup.md
docs\main.md = docs\main.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevExcelerateApi", "src\DevExcelerateApi\DevExcelerateApi.csproj", "{23550023-FD87-45C8-91F7-7F3729214139}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA826DB2-DC27-4CC0-BDF5-A7757ECC9B93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA826DB2-DC27-4CC0-BDF5-A7757ECC9B93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA826DB2-DC27-4CC0-BDF5-A7757ECC9B93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA826DB2-DC27-4CC0-BDF5-A7757ECC9B93}.Release|Any CPU.Build.0 = Release|Any CPU
{6462C529-BA10-4072-B6C6-BDDE5CE8091A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6462C529-BA10-4072-B6C6-BDDE5CE8091A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6462C529-BA10-4072-B6C6-BDDE5CE8091A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6462C529-BA10-4072-B6C6-BDDE5CE8091A}.Release|Any CPU.Build.0 = Release|Any CPU
{23550023-FD87-45C8-91F7-7F3729214139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23550023-FD87-45C8-91F7-7F3729214139}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23550023-FD87-45C8-91F7-7F3729214139}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23550023-FD87-45C8-91F7-7F3729214139}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F7D4E4B-74DA-4D47-91BC-06C83BE803AD}
EndGlobalSection
EndGlobal