diff options
| author | Yana Blashchishina <[email protected]> | 2024-02-15 17:51:03 -0800 |
|---|---|---|
| committer | Yana Blashchishina <[email protected]> | 2024-02-15 17:51:03 -0800 |
| commit | c59830c48f9ba2dde81cf9544b1e2d358827050d (patch) | |
| tree | c641db9c7761262b10cc5787cf8f7b5ad82748e4 /InClassExercise11/InClassExercise11.sln | |
| parent | add deadline (diff) | |
| download | in-class-exercise-11-yanablash-c59830c48f9ba2dde81cf9544b1e2d358827050d.tar.xz in-class-exercise-11-yanablash-c59830c48f9ba2dde81cf9544b1e2d358827050d.zip | |
init
Diffstat (limited to 'InClassExercise11/InClassExercise11.sln')
| -rw-r--r-- | InClassExercise11/InClassExercise11.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/InClassExercise11/InClassExercise11.sln b/InClassExercise11/InClassExercise11.sln new file mode 100644 index 0000000..e202655 --- /dev/null +++ b/InClassExercise11/InClassExercise11.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}") = "InClassExercise11", "InClassExercise11\InClassExercise11.vcxproj", "{7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}" +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 + {7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}.Debug|x64.ActiveCfg = Debug|x64 + {7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}.Debug|x64.Build.0 = Debug|x64 + {7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}.Debug|x86.ActiveCfg = Debug|Win32 + {7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}.Debug|x86.Build.0 = Debug|Win32 + {7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}.Release|x64.ActiveCfg = Release|x64 + {7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}.Release|x64.Build.0 = Release|x64 + {7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}.Release|x86.ActiveCfg = Release|Win32 + {7109EB22-DFDB-40E8-B9A0-4C0ECE0896B1}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {98B6C3F9-357C-4DC1-A4A2-5FD2E25AAB66} + EndGlobalSection +EndGlobal |