diff options
| author | Yana Blashchishina <[email protected]> | 2024-02-24 16:08:15 -0800 |
|---|---|---|
| committer | Yana Blashchishina <[email protected]> | 2024-02-24 16:08:15 -0800 |
| commit | 96f656625cb1fe4445b92d7771085149d181251b (patch) | |
| tree | 993e5bb414a185e9a122365514ee0d74b4928ce2 /Lab1/Lab1.sln | |
| parent | add deadline (diff) | |
| download | lab-01-yanablash-96f656625cb1fe4445b92d7771085149d181251b.tar.xz lab-01-yanablash-96f656625cb1fe4445b92d7771085149d181251b.zip | |
init
Diffstat (limited to 'Lab1/Lab1.sln')
| -rw-r--r-- | Lab1/Lab1.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Lab1/Lab1.sln b/Lab1/Lab1.sln new file mode 100644 index 0000000..392cafa --- /dev/null +++ b/Lab1/Lab1.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lab1", "Lab1\Lab1.vcxproj", "{D92AE021-306F-4F8B-A4E1-3499AFEEF55C}" +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 + {D92AE021-306F-4F8B-A4E1-3499AFEEF55C}.Debug|x64.ActiveCfg = Debug|x64 + {D92AE021-306F-4F8B-A4E1-3499AFEEF55C}.Debug|x64.Build.0 = Debug|x64 + {D92AE021-306F-4F8B-A4E1-3499AFEEF55C}.Debug|x86.ActiveCfg = Debug|Win32 + {D92AE021-306F-4F8B-A4E1-3499AFEEF55C}.Debug|x86.Build.0 = Debug|Win32 + {D92AE021-306F-4F8B-A4E1-3499AFEEF55C}.Release|x64.ActiveCfg = Release|x64 + {D92AE021-306F-4F8B-A4E1-3499AFEEF55C}.Release|x64.Build.0 = Release|x64 + {D92AE021-306F-4F8B-A4E1-3499AFEEF55C}.Release|x86.ActiveCfg = Release|Win32 + {D92AE021-306F-4F8B-A4E1-3499AFEEF55C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FF20C62D-94D3-4A2F-922F-65CA2C731778} + EndGlobalSection +EndGlobal |