forked from cmicali/ztracker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zt.sln
34 lines (34 loc) · 1.82 KB
/
zt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zt", "zt.vcxproj", "{4864983A-C625-4447-B2F1-C0FCF882458A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zt_manual", "doc\manual\zt_manual.vcxproj", "{9EEDFB58-5EFA-4BD3-9E87-59F8795B1EAB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ztconf", "ztconf\ztconf.vcxproj", "{E2FAE786-155A-4C01-9AA2-E5A535FE4117}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ztskin", "ztskin\ztskin.vcxproj", "{F8956B71-5787-4CBE-8158-6CC45352F80A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4864983A-C625-4447-B2F1-C0FCF882458A}.Debug|Win32.ActiveCfg = Debug|Win32
{4864983A-C625-4447-B2F1-C0FCF882458A}.Debug|Win32.Build.0 = Debug|Win32
{4864983A-C625-4447-B2F1-C0FCF882458A}.Release|Win32.ActiveCfg = Release|Win32
{4864983A-C625-4447-B2F1-C0FCF882458A}.Release|Win32.Build.0 = Release|Win32
{9EEDFB58-5EFA-4BD3-9E87-59F8795B1EAB}.Debug|Win32.ActiveCfg = Release|Win32
{9EEDFB58-5EFA-4BD3-9E87-59F8795B1EAB}.Release|Win32.ActiveCfg = Release|Win32
{E2FAE786-155A-4C01-9AA2-E5A535FE4117}.Debug|Win32.ActiveCfg = Release|Win32
{E2FAE786-155A-4C01-9AA2-E5A535FE4117}.Release|Win32.ActiveCfg = Release|Win32
{F8956B71-5787-4CBE-8158-6CC45352F80A}.Debug|Win32.ActiveCfg = Release|Win32
{F8956B71-5787-4CBE-8158-6CC45352F80A}.Release|Win32.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal