0% found this document useful (0 votes)
33 views

Lab SLN

This document contains the code for a Microsoft Visual Studio solution file for a project called "lab" that contains one C++ project. The solution file defines debug and release configurations for x64 and x86 platforms, and associates each project configuration with a target platform configuration. It also defines global settings for the solution including hiding the solution node and providing a solution GUID.

Uploaded by

haider
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Lab SLN

This document contains the code for a Microsoft Visual Studio solution file for a project called "lab" that contains one C++ project. The solution file defines debug and release configurations for x64 and x86 platforms, and associates each project configuration with a target platform configuration. It also defines global settings for the solution including hiding the solution node and providing a solution GUID.

Uploaded by

haider
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

BTP-Workshops/lab.sln at main · Seneca-244200/BTP-Workshops https://github.com/Seneca-244200/BTP-Workshops/blob/main/WS02/la...

Seneca-244200 / BTP-Workshops Public

Code Issues Pull requests Actions Projects Security Insights

main

BTP-Workshops / WS02 / lab / lab.sln

fardad Workshop 2 History

1 contributor

31 lines (31 sloc) 1.36 KB

1
2 Microsoft Visual Studio Solution File, Format Version 12.00
3 # Visual Studio Version 17
4 VisualStudioVersion = 17.3.32825.248
5 MinimumVisualStudioVersion = 10.0.40219.1
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lab", "lab.vcxproj", "{53BAD7C6-763D-4EE8-AE0D-FB5C1
7 EndProject
8 Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|x64 = Debug|x64
11 Debug|x86 = Debug|x86
12 Release|x64 = Release|x64
13 Release|x86 = Release|x86
14 EndGlobalSection
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
16 {53BAD7C6-763D-4EE8-AE0D-FB5C1C8EC08E}.Debug|x64.ActiveCfg = Debug|x64
17 {53BAD7C6-763D-4EE8-AE0D-FB5C1C8EC08E}.Debug|x64.Build.0 = Debug|x64
18 {53BAD7C6-763D-4EE8-AE0D-FB5C1C8EC08E}.Debug|x86.ActiveCfg = Debug|Win32
19 {53BAD7C6-763D-4EE8-AE0D-FB5C1C8EC08E}.Debug|x86.Build.0 = Debug|Win32
20 {53BAD7C6-763D-4EE8-AE0D-FB5C1C8EC08E}.Release|x64.ActiveCfg = Release|x64
21 {53BAD7C6-763D-4EE8-AE0D-FB5C1C8EC08E}.Release|x64.Build.0 = Release|x64
22 {53BAD7C6-763D-4EE8-AE0D-FB5C1C8EC08E}.Release|x86.ActiveCfg = Release|Win32
23 {53BAD7C6-763D-4EE8-AE0D-FB5C1C8EC08E}.Release|x86.Build.0 = Release|Win32
24 EndGlobalSection
25 GlobalSection(SolutionProperties) = preSolution
26 HideSolutionNode = FALSE
27 EndGlobalSection
28 GlobalSection(ExtensibilityGlobals) = postSolution

1 of 2 2023-01-22, 11:00 a.m.


BTP-Workshops/lab.sln at main · Seneca-244200/BTP-Workshops https://github.com/Seneca-244200/BTP-Workshops/blob/main/WS02/la...

29 SolutionGuid = {5FA4172F-C509-42F5-A251-3ED0DE4F049A}
30 EndGlobalSection
31 EndGlobal

Give feedback

2 of 2 2023-01-22, 11:00 a.m.

You might also like