-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTypoon.sln
36 lines (36 loc) · 1.91 KB
/
Typoon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Typoon", "Typoon\Typoon.vcxproj", "{FBE00D02-C176-4799-966E-943BF0007381}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WindowsInstaller", "WindowsInstaller\WindowsInstaller.wixproj", "{C1486937-F3DE-4CB2-BE59-57CF687CD5AA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest", "UnitTest\UnitTest.vcxproj", "{DE5668E2-EB1C-430B-BA20-B10FE0E196F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBE00D02-C176-4799-966E-943BF0007381}.Debug|x64.ActiveCfg = Debug|x64
{FBE00D02-C176-4799-966E-943BF0007381}.Debug|x64.Build.0 = Debug|x64
{FBE00D02-C176-4799-966E-943BF0007381}.Release|x64.ActiveCfg = Release|x64
{FBE00D02-C176-4799-966E-943BF0007381}.Release|x64.Build.0 = Release|x64
{C1486937-F3DE-4CB2-BE59-57CF687CD5AA}.Debug|x64.ActiveCfg = Debug|x64
{C1486937-F3DE-4CB2-BE59-57CF687CD5AA}.Debug|x64.Build.0 = Debug|x64
{C1486937-F3DE-4CB2-BE59-57CF687CD5AA}.Release|x64.ActiveCfg = Release|x64
{C1486937-F3DE-4CB2-BE59-57CF687CD5AA}.Release|x64.Build.0 = Release|x64
{DE5668E2-EB1C-430B-BA20-B10FE0E196F8}.Debug|x64.ActiveCfg = Debug|x64
{DE5668E2-EB1C-430B-BA20-B10FE0E196F8}.Debug|x64.Build.0 = Debug|x64
{DE5668E2-EB1C-430B-BA20-B10FE0E196F8}.Release|x64.ActiveCfg = Release|x64
{DE5668E2-EB1C-430B-BA20-B10FE0E196F8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A434E030-B3B8-4802-8A22-C2CB64337F2A}
EndGlobalSection
EndGlobal