This repository was archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleGraphicsEngine.sln
34 lines (34 loc) · 1.73 KB
/
SimpleGraphicsEngine.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 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SimpleGraphicsEngine", "SimpleGraphicsEngine\SimpleGraphicsEngine.vbproj", "{DEC211C3-9F8D-43F0-861C-539493699B0B}"
ProjectSection(ProjectDependencies) = postProject
{B9F9D4A6-D6A5-4BA9-94D6-5C6698AFEE7C} = {B9F9D4A6-D6A5-4BA9-94D6-5C6698AFEE7C}
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VBDirect2D", "VBDirect2D\VBDirect2D.vbproj", "{B9F9D4A6-D6A5-4BA9-94D6-5C6698AFEE7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEC211C3-9F8D-43F0-861C-539493699B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEC211C3-9F8D-43F0-861C-539493699B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEC211C3-9F8D-43F0-861C-539493699B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEC211C3-9F8D-43F0-861C-539493699B0B}.Release|Any CPU.Build.0 = Release|Any CPU
{B9F9D4A6-D6A5-4BA9-94D6-5C6698AFEE7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9F9D4A6-D6A5-4BA9-94D6-5C6698AFEE7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9F9D4A6-D6A5-4BA9-94D6-5C6698AFEE7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9F9D4A6-D6A5-4BA9-94D6-5C6698AFEE7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F36E9C36-E176-4E6D-AE11-65DECDD81244}
EndGlobalSection
EndGlobal