-
Notifications
You must be signed in to change notification settings - Fork 24
/
WpfScreenHelper.sln
48 lines (48 loc) · 2.41 KB
/
WpfScreenHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfScreenHelper", "src\WpfScreenHelper\WpfScreenHelper.csproj", "{8346EB2E-BFBB-4D63-B974-352A4D8C07F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{77B57BC9-49FD-4BB9-A303-611FFC5C12AF}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.bat = build.bat
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfScreenHelper.DpiTestWpfApp", "test\WpfScreenHelper.DpiTestWpfApp\WpfScreenHelper.DpiTestWpfApp.csproj", "{FB65A9A4-4376-4CBC-A53E-0415B8D41DBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9C9345A1-727D-4C83-98C8-BB3084B4CFD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0F6F0B6D-1C32-4681-9B6C-0CE92D22C5D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8346EB2E-BFBB-4D63-B974-352A4D8C07F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8346EB2E-BFBB-4D63-B974-352A4D8C07F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8346EB2E-BFBB-4D63-B974-352A4D8C07F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8346EB2E-BFBB-4D63-B974-352A4D8C07F1}.Release|Any CPU.Build.0 = Release|Any CPU
{FB65A9A4-4376-4CBC-A53E-0415B8D41DBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB65A9A4-4376-4CBC-A53E-0415B8D41DBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB65A9A4-4376-4CBC-A53E-0415B8D41DBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB65A9A4-4376-4CBC-A53E-0415B8D41DBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8346EB2E-BFBB-4D63-B974-352A4D8C07F1} = {9C9345A1-727D-4C83-98C8-BB3084B4CFD8}
{FB65A9A4-4376-4CBC-A53E-0415B8D41DBB} = {0F6F0B6D-1C32-4681-9B6C-0CE92D22C5D1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAF8370C-EA3E-4F99-A94C-FFC687353E0F}
EndGlobalSection
EndGlobal