-
Notifications
You must be signed in to change notification settings - Fork 332
/
SampleZoo.sln
31 lines (31 loc) · 1.47 KB
/
SampleZoo.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 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCsZoo", "SampleCsZoo\SampleCsZoo.csproj", "{AA5B8136-2E92-4C03-8877-A750A2066F59}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SampleVbZoo", "SampleVbZoo\SampleVbZoo.vbproj", "{37177CEF-CA87-4DFC-9518-09D62C31AA4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA5B8136-2E92-4C03-8877-A750A2066F59}.Debug|x86.ActiveCfg = Debug|x86
{AA5B8136-2E92-4C03-8877-A750A2066F59}.Debug|x86.Build.0 = Debug|x86
{AA5B8136-2E92-4C03-8877-A750A2066F59}.Release|x86.ActiveCfg = Release|x86
{AA5B8136-2E92-4C03-8877-A750A2066F59}.Release|x86.Build.0 = Release|x86
{37177CEF-CA87-4DFC-9518-09D62C31AA4A}.Debug|x86.ActiveCfg = Debug|x86
{37177CEF-CA87-4DFC-9518-09D62C31AA4A}.Debug|x86.Build.0 = Debug|x86
{37177CEF-CA87-4DFC-9518-09D62C31AA4A}.Release|x86.ActiveCfg = Release|x86
{37177CEF-CA87-4DFC-9518-09D62C31AA4A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3909D262-8250-45F5-B882-EFC0F7FDED06}
EndGlobalSection
EndGlobal