This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
sdev.sln
34 lines (34 loc) · 1.6 KB
/
sdev.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 Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdev", "sdev\sdev.vcxproj", "{9FDE54A3-867E-424F-9B61-732CD371F958}"
ProjectSection(ProjectDependencies) = postProject
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4} = {B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "util\util.vcxproj", "{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FDE54A3-867E-424F-9B61-732CD371F958}.Debug|x86.ActiveCfg = Debug|Win32
{9FDE54A3-867E-424F-9B61-732CD371F958}.Debug|x86.Build.0 = Debug|Win32
{9FDE54A3-867E-424F-9B61-732CD371F958}.Release|x86.ActiveCfg = Release|Win32
{9FDE54A3-867E-424F-9B61-732CD371F958}.Release|x86.Build.0 = Release|Win32
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Debug|x86.ActiveCfg = Debug|Win32
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Debug|x86.Build.0 = Debug|Win32
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Release|x86.ActiveCfg = Release|Win32
{B72BDD57-D682-4B48-A0FA-37E8A5FCD0A4}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F68F0396-0D39-42FB-BF89-7799D88BE7F3}
EndGlobalSection
EndGlobal