-
Notifications
You must be signed in to change notification settings - Fork 1
/
GridLineWindow.sln
31 lines (31 loc) · 1.58 KB
/
GridLineWindow.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridLineWindow", "GridLineWindow\GridLineWindow.csproj", "{DB2C34F4-0E49-46D2-81FA-FDEE8B4B59CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrinterPDF", "..\..\..\PrinterPDF\PrinterPDF\PrinterPDF.csproj", "{C7D7601C-3BDB-474E-8246-06C64CD63A92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB2C34F4-0E49-46D2-81FA-FDEE8B4B59CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB2C34F4-0E49-46D2-81FA-FDEE8B4B59CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB2C34F4-0E49-46D2-81FA-FDEE8B4B59CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB2C34F4-0E49-46D2-81FA-FDEE8B4B59CE}.Release|Any CPU.Build.0 = Release|Any CPU
{C7D7601C-3BDB-474E-8246-06C64CD63A92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7D7601C-3BDB-474E-8246-06C64CD63A92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7D7601C-3BDB-474E-8246-06C64CD63A92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7D7601C-3BDB-474E-8246-06C64CD63A92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4962779-291B-4F6D-BF83-535239AD58FA}
EndGlobalSection
EndGlobal