-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Cafe.Matcha.sln
50 lines (50 loc) · 2.65 KB
/
Cafe.Matcha.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cafe.Matcha", "Cafe.Matcha\Cafe.Matcha.csproj", "{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}"
ProjectSection(ProjectDependencies) = postProject
{5D469F03-878B-4652-AF39-20434C1EC28C} = {5D469F03-878B-4652-AF39-20434C1EC28C}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cafe.Matcha.Packer", "Cafe.Matcha.Packer\Cafe.Matcha.Packer.csproj", "{5D469F03-878B-4652-AF39-20434C1EC28C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3137D877-9B3A-4F11-AF5E-9F882D92A378}"
ProjectSection(SolutionItems) = preProject
stylecop.json = stylecop.json
StyleCop.ruleset = StyleCop.ruleset
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Debug|x64.ActiveCfg = Debug|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Debug|x64.Build.0 = Debug|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release|Any CPU.Build.0 = Release|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release|x64.ActiveCfg = Debug|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release|x64.Build.0 = Debug|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Debug|x64.ActiveCfg = Debug|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Debug|x64.Build.0 = Debug|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release|Any CPU.Build.0 = Release|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release|x64.ActiveCfg = Release|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFD171B9-8DC3-4CA1-98CD-47E42E86182F}
EndGlobalSection
EndGlobal