-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.sln
More file actions
57 lines (56 loc) · 3.08 KB
/
Copy pathapi.sln
File metadata and controls
57 lines (56 loc) · 3.08 KB
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
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# Copyright (c) 2011-2026 Cisco Systems, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "api", "api.vcxproj", "{6F2464CD-88E3-45C6-836C-330D180C5E38}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "win32\Setup\Setup.vdproj", "{B28600FD-AB96-4F54-A5A1-8F8D81EBAEBF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Configuration Editor", "win32\editor\editor.vcxproj", "{60344ADF-0A90-4BB2-999D-42D621F251B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F2464CD-88E3-45C6-836C-330D180C5E38}.Debug|Win32.ActiveCfg = Debug|Win32
{6F2464CD-88E3-45C6-836C-330D180C5E38}.Debug|Win32.Build.0 = Debug|Win32
{6F2464CD-88E3-45C6-836C-330D180C5E38}.Debug|x64.ActiveCfg = Debug|Win32
{6F2464CD-88E3-45C6-836C-330D180C5E38}.Debug|x64.Build.0 = Debug|Win32
{6F2464CD-88E3-45C6-836C-330D180C5E38}.Release|Win32.ActiveCfg = Release|Win32
{6F2464CD-88E3-45C6-836C-330D180C5E38}.Release|Win32.Build.0 = Release|Win32
{6F2464CD-88E3-45C6-836C-330D180C5E38}.Release|x64.ActiveCfg = Release|x64
{6F2464CD-88E3-45C6-836C-330D180C5E38}.Release|x64.Build.0 = Release|x64
{B28600FD-AB96-4F54-A5A1-8F8D81EBAEBF}.Debug|Win32.ActiveCfg = Debug
{B28600FD-AB96-4F54-A5A1-8F8D81EBAEBF}.Debug|Win32.Build.0 = Debug
{B28600FD-AB96-4F54-A5A1-8F8D81EBAEBF}.Debug|x64.ActiveCfg = Debug
{B28600FD-AB96-4F54-A5A1-8F8D81EBAEBF}.Release|Win32.ActiveCfg = Release
{B28600FD-AB96-4F54-A5A1-8F8D81EBAEBF}.Release|Win32.Build.0 = Release
{B28600FD-AB96-4F54-A5A1-8F8D81EBAEBF}.Release|x64.ActiveCfg = Release
{60344ADF-0A90-4BB2-999D-42D621F251B0}.Debug|Win32.ActiveCfg = Debug|Win32
{60344ADF-0A90-4BB2-999D-42D621F251B0}.Debug|Win32.Build.0 = Debug|Win32
{60344ADF-0A90-4BB2-999D-42D621F251B0}.Debug|x64.ActiveCfg = Debug|Win32
{60344ADF-0A90-4BB2-999D-42D621F251B0}.Release|Win32.ActiveCfg = Release|Win32
{60344ADF-0A90-4BB2-999D-42D621F251B0}.Release|Win32.Build.0 = Release|Win32
{60344ADF-0A90-4BB2-999D-42D621F251B0}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal