-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWPFUtilities.sln
49 lines (49 loc) · 2.31 KB
/
WPFUtilities.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFUtilities", "WPFUtilities\WPFUtilities.csproj", "{7D6A0517-34E5-43CE-A5D5-C93DF9818A34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "SampleApp\SampleApp.csproj", "{EF426892-F28F-4AAC-BF96-8306C57426D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2CF5090A-36A5-4BE8-A053-8824B74756A4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Codicons-SymbolClass.png = Codicons-SymbolClass.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{C1A7A864-11C7-40E1-BCBB-78CE8476677C}"
ProjectSection(SolutionItems) = preProject
Doc\app-sample-preview.png = Doc\app-sample-preview.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D6A0517-34E5-43CE-A5D5-C93DF9818A34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D6A0517-34E5-43CE-A5D5-C93DF9818A34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D6A0517-34E5-43CE-A5D5-C93DF9818A34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D6A0517-34E5-43CE-A5D5-C93DF9818A34}.Release|Any CPU.Build.0 = Release|Any CPU
{EF426892-F28F-4AAC-BF96-8306C57426D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF426892-F28F-4AAC-BF96-8306C57426D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF426892-F28F-4AAC-BF96-8306C57426D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF426892-F28F-4AAC-BF96-8306C57426D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C1A7A864-11C7-40E1-BCBB-78CE8476677C} = {2CF5090A-36A5-4BE8-A053-8824B74756A4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F52EE275-3710-491B-B877-C515352A51C6}
EndGlobalSection
EndGlobal