-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMangaPrinter.sln
43 lines (43 loc) · 2.59 KB
/
MangaPrinter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaPrinter.Core", "MangaPrinter.Core\MangaPrinter.Core.csproj", "{3C34AEF8-38D1-43A4-A629-5251B86951FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaPrinter.WpfGUI", "MangaPrinter.WpfGUI\MangaPrinter.WpfGUI.csproj", "{8CDE356B-8322-49A9-8CEB-CC6F13A8A137}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaPrinter.Core_Tests1", "MangaPrinter.Core_Tests1\MangaPrinter.Core_Tests1.csproj", "{4484A305-896E-48D1-9535-183EA69EA78F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaPrinter.Conf", "MangaPrinter.Conf\MangaPrinter.Conf.csproj", "{215B683F-4E8B-43D1-BC90-44AE9226A086}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C34AEF8-38D1-43A4-A629-5251B86951FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C34AEF8-38D1-43A4-A629-5251B86951FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C34AEF8-38D1-43A4-A629-5251B86951FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C34AEF8-38D1-43A4-A629-5251B86951FA}.Release|Any CPU.Build.0 = Release|Any CPU
{8CDE356B-8322-49A9-8CEB-CC6F13A8A137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CDE356B-8322-49A9-8CEB-CC6F13A8A137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CDE356B-8322-49A9-8CEB-CC6F13A8A137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CDE356B-8322-49A9-8CEB-CC6F13A8A137}.Release|Any CPU.Build.0 = Release|Any CPU
{4484A305-896E-48D1-9535-183EA69EA78F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4484A305-896E-48D1-9535-183EA69EA78F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4484A305-896E-48D1-9535-183EA69EA78F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4484A305-896E-48D1-9535-183EA69EA78F}.Release|Any CPU.Build.0 = Release|Any CPU
{215B683F-4E8B-43D1-BC90-44AE9226A086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{215B683F-4E8B-43D1-BC90-44AE9226A086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{215B683F-4E8B-43D1-BC90-44AE9226A086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{215B683F-4E8B-43D1-BC90-44AE9226A086}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55EC66B3-EC13-4159-9B6A-318E6B541916}
EndGlobalSection
EndGlobal