-
Notifications
You must be signed in to change notification settings - Fork 1
/
gsmini.sln
31 lines (31 loc) · 1.57 KB
/
gsmini.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 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsmini", "gsmini.vcxproj", "{DB2F9F01-104F-42C8-A2E8-B6849D8824B2}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "msi", "msi\msi.vdproj", "{A91B7487-1FF2-4D07-8075-33D041699DCE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "win_service", "win_service.vcxproj", "{49DCA5E7-BD5C-458D-B92F-EF885DFD3F36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB2F9F01-104F-42C8-A2E8-B6849D8824B2}.Debug|x64.ActiveCfg = Debug|x64
{DB2F9F01-104F-42C8-A2E8-B6849D8824B2}.Debug|x64.Build.0 = Debug|x64
{DB2F9F01-104F-42C8-A2E8-B6849D8824B2}.Release|x64.ActiveCfg = Release|x64
{DB2F9F01-104F-42C8-A2E8-B6849D8824B2}.Release|x64.Build.0 = Release|x64
{A91B7487-1FF2-4D07-8075-33D041699DCE}.Debug|x64.ActiveCfg = Debug
{A91B7487-1FF2-4D07-8075-33D041699DCE}.Debug|x64.Build.0 = Debug
{A91B7487-1FF2-4D07-8075-33D041699DCE}.Release|x64.ActiveCfg = Release
{49DCA5E7-BD5C-458D-B92F-EF885DFD3F36}.Debug|x64.ActiveCfg = Debug|x64
{49DCA5E7-BD5C-458D-B92F-EF885DFD3F36}.Debug|x64.Build.0 = Debug|x64
{49DCA5E7-BD5C-458D-B92F-EF885DFD3F36}.Release|x64.ActiveCfg = Release|x64
{49DCA5E7-BD5C-458D-B92F-EF885DFD3F36}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal