신지원

Exit

......@@ -2,7 +2,7 @@
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\A\JiwonGitBranch\Project1\Debug\Project1.exe</FullPath>
<FullPath>C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\B\JiwonGitBranch\Project1\Debug\Project1.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
......
 Source.cpp
Project1.vcxproj -> C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\A\JiwonGitBranch\Project1\Debug\Project1.exe
LINK : C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\B\JiwonGitBranch\Project1\Debug\Project1.exe not found or not built by the last incremental link; performing full link
Project1.vcxproj -> C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\B\JiwonGitBranch\Project1\Debug\Project1.exe
......
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.28.29910:TargetPlatformVersion=10.0.19041.0:
Debug|Win32|C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\A\JiwonGitBranch\Project1\|
Debug|Win32|C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\B\JiwonGitBranch\Project1\|
......
C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\A\JiwonGitBranch\Project1\Debug\Project1.exe
C:\Users\shinj\OneDrive - 경희대학교\2021-Spring\전공_오픈소스SW개발\제출\GitBranch2\B\JiwonGitBranch\Project1\Debug\Project1.exe
......
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -8,6 +8,8 @@ int main() {
cin >> a;
cout << a << endl;
if (a == "exit")
break;
}
return 0;
......