-
Notifications
You must be signed in to change notification settings - Fork 5
/
CoffeeBean.sln
42 lines (42 loc) · 2 KB
/
CoffeeBean.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeBean", "src\App\CoffeeBean.csproj", "{60857374-21E1-47C3-8E1E-B152B0482440}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{EC406CD9-A153-4334-902B-1BE54C5BE920}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\build.ps1 = .github\workflows\build.ps1
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\github-actions-workflow.yaml = .github\workflows\github-actions-workflow.yaml
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "src\Installer\Installer.wixproj", "{3792435E-9709-433C-A231-C98CBE315A87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60857374-21E1-47C3-8E1E-B152B0482440}.Debug|x86.ActiveCfg = Debug|x86
{60857374-21E1-47C3-8E1E-B152B0482440}.Debug|x86.Build.0 = Debug|x86
{60857374-21E1-47C3-8E1E-B152B0482440}.Release|x86.ActiveCfg = Release|x86
{60857374-21E1-47C3-8E1E-B152B0482440}.Release|x86.Build.0 = Release|x86
{3792435E-9709-433C-A231-C98CBE315A87}.Debug|x86.ActiveCfg = Debug|x86
{3792435E-9709-433C-A231-C98CBE315A87}.Debug|x86.Build.0 = Debug|x86
{3792435E-9709-433C-A231-C98CBE315A87}.Release|x86.ActiveCfg = Release|x86
{3792435E-9709-433C-A231-C98CBE315A87}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ADF5FBE5-99F5-47DB-9D0C-23AB633D9509}
EndGlobalSection
EndGlobal