-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaisd_lab1.sln
41 lines (41 loc) · 2.11 KB
/
aisd_lab1.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
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aisd_lab1", "aisd_lab1.vcxproj", "{D4F39846-1873-4CCA-AA38-F15B5777623C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest1", "..\UnitTest1\UnitTest1.vcxproj", "{5BC193B3-749F-42FD-A320-14ED3667AF83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4F39846-1873-4CCA-AA38-F15B5777623C}.Debug|x64.ActiveCfg = Debug|x64
{D4F39846-1873-4CCA-AA38-F15B5777623C}.Debug|x64.Build.0 = Debug|x64
{D4F39846-1873-4CCA-AA38-F15B5777623C}.Debug|x86.ActiveCfg = Debug|Win32
{D4F39846-1873-4CCA-AA38-F15B5777623C}.Debug|x86.Build.0 = Debug|Win32
{D4F39846-1873-4CCA-AA38-F15B5777623C}.Release|x64.ActiveCfg = Release|x64
{D4F39846-1873-4CCA-AA38-F15B5777623C}.Release|x64.Build.0 = Release|x64
{D4F39846-1873-4CCA-AA38-F15B5777623C}.Release|x86.ActiveCfg = Release|Win32
{D4F39846-1873-4CCA-AA38-F15B5777623C}.Release|x86.Build.0 = Release|Win32
{5BC193B3-749F-42FD-A320-14ED3667AF83}.Debug|x64.ActiveCfg = Debug|x64
{5BC193B3-749F-42FD-A320-14ED3667AF83}.Debug|x64.Build.0 = Debug|x64
{5BC193B3-749F-42FD-A320-14ED3667AF83}.Debug|x86.ActiveCfg = Debug|Win32
{5BC193B3-749F-42FD-A320-14ED3667AF83}.Debug|x86.Build.0 = Debug|Win32
{5BC193B3-749F-42FD-A320-14ED3667AF83}.Release|x64.ActiveCfg = Release|x64
{5BC193B3-749F-42FD-A320-14ED3667AF83}.Release|x64.Build.0 = Release|x64
{5BC193B3-749F-42FD-A320-14ED3667AF83}.Release|x86.ActiveCfg = Release|Win32
{5BC193B3-749F-42FD-A320-14ED3667AF83}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68A85599-F3F7-41FB-9AEF-538E1133B92D}
EndGlobalSection
EndGlobal