This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackaging.sln
38 lines (38 loc) · 1.65 KB
/
Packaging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Packaging", "src\App.Metrics.Packaging\App.Metrics.Packaging.csproj", "{624DB3BD-F431-45EC-9480-696803A98322}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_build", "_build", "{1E494810A-8695-4521-85F5-D3A07912B362}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build\common.props = build\common.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_solution items", "_solution items", "{8C4BB814-9D86-45A3-BED5-F6383506E629}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
version.props = version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{624DB3BD-F431-45EC-9480-696803A98322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{624DB3BD-F431-45EC-9480-696803A98322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{624DB3BD-F431-45EC-9480-696803A98322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{624DB3BD-F431-45EC-9480-696803A98322}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2E47756-0758-4437-BE30-36CB865A120E}
EndGlobalSection
EndGlobal