Skip to content

Commit

Permalink
Merge pull request #1 from BSUIR-SFIT-Labs/lab-1
Browse files Browse the repository at this point in the history
Implement the first lab
  • Loading branch information
MrKonstantinSh authored Sep 16, 2020
2 parents 65e28e3 + 33b5349 commit 4f93988
Show file tree
Hide file tree
Showing 8 changed files with 767 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Lab_1/Lab_1.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lab_1", "Lab_1\Lab_1.vcxproj", "{805D143F-4925-408E-8E98-71A5B106E6DF}"
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
{805D143F-4925-408E-8E98-71A5B106E6DF}.Debug|x64.ActiveCfg = Debug|x64
{805D143F-4925-408E-8E98-71A5B106E6DF}.Debug|x64.Build.0 = Debug|x64
{805D143F-4925-408E-8E98-71A5B106E6DF}.Debug|x86.ActiveCfg = Debug|Win32
{805D143F-4925-408E-8E98-71A5B106E6DF}.Debug|x86.Build.0 = Debug|Win32
{805D143F-4925-408E-8E98-71A5B106E6DF}.Release|x64.ActiveCfg = Release|x64
{805D143F-4925-408E-8E98-71A5B106E6DF}.Release|x64.Build.0 = Release|x64
{805D143F-4925-408E-8E98-71A5B106E6DF}.Release|x86.ActiveCfg = Release|Win32
{805D143F-4925-408E-8E98-71A5B106E6DF}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {571BAF3D-8401-47F0-A299-8FE9B367693D}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 4f93988

Please sign in to comment.