diff options
| author | raquelc <[email protected]> | 2024-01-29 20:07:36 -0800 |
|---|---|---|
| committer | raquelc <[email protected]> | 2024-01-29 20:07:36 -0800 |
| commit | d69e94483a67629a8ed2b38e31e1e96a37ebcf64 (patch) | |
| tree | 8b2e274a8f828f52eb374b1e9e88dbc944e4cd61 /homework-2.sln | |
| parent | add deadline (diff) | |
| download | homework-2-raquel191-main.tar.xz homework-2-raquel191-main.zip | |
Diffstat (limited to 'homework-2.sln')
| -rw-r--r-- | homework-2.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/homework-2.sln b/homework-2.sln new file mode 100644 index 0000000..0824470 --- /dev/null +++ b/homework-2.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34408.163 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "homework-2", "homework-2\homework-2.vcxproj", "{FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}" +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 + {FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}.Debug|x64.ActiveCfg = Debug|x64 + {FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}.Debug|x64.Build.0 = Debug|x64 + {FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}.Debug|x86.ActiveCfg = Debug|Win32 + {FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}.Debug|x86.Build.0 = Debug|Win32 + {FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}.Release|x64.ActiveCfg = Release|x64 + {FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}.Release|x64.Build.0 = Release|x64 + {FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}.Release|x86.ActiveCfg = Release|Win32 + {FC542AE4-5DAF-47A0-B874-9EC5AC452CBA}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1069820A-813D-4142-802E-14AF9E6A9DF4} + EndGlobalSection +EndGlobal |