diff options
| author | austinlujan <[email protected]> | 2024-03-19 00:21:47 -0700 |
|---|---|---|
| committer | austinlujan <[email protected]> | 2024-03-19 00:21:47 -0700 |
| commit | d245d5794be59d0ec8fae011e3623436d9d40658 (patch) | |
| tree | 5a604fdc404228e30445b1889882fb1643e99303 /Project1/x64/Debug | |
| parent | add deadline (diff) | |
| download | in-class-exercise-5-austinlujan-main.tar.xz in-class-exercise-5-austinlujan-main.zip | |
Diffstat (limited to 'Project1/x64/Debug')
17 files changed, 19 insertions, 0 deletions
diff --git a/Project1/x64/Debug/Project1.exe b/Project1/x64/Debug/Project1.exe Binary files differnew file mode 100644 index 0000000..af7602c --- /dev/null +++ b/Project1/x64/Debug/Project1.exe diff --git a/Project1/x64/Debug/Project1.exe.recipe b/Project1/x64/Debug/Project1.exe.recipe new file mode 100644 index 0000000..ae48716 --- /dev/null +++ b/Project1/x64/Debug/Project1.exe.recipe @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project> + <ProjectOutputs> + <ProjectOutput> + <FullPath>C:\Users\Administrator\Desktop\repos\in-class-exercise-5-austinlujan\Project1\x64\Debug\Project1.exe</FullPath> + </ProjectOutput> + </ProjectOutputs> + <ContentFiles /> + <SatelliteDlls /> + <NonRecipeFileRefs /> +</Project>
\ No newline at end of file diff --git a/Project1/x64/Debug/Project1.ilk b/Project1/x64/Debug/Project1.ilk Binary files differnew file mode 100644 index 0000000..c9778be --- /dev/null +++ b/Project1/x64/Debug/Project1.ilk diff --git a/Project1/x64/Debug/Project1.log b/Project1/x64/Debug/Project1.log new file mode 100644 index 0000000..443834f --- /dev/null +++ b/Project1/x64/Debug/Project1.log @@ -0,0 +1,4 @@ + program.cpp +C:\Users\Administrator\Desktop\repos\in-class-exercise-5-austinlujan\Project1\program.cpp(57,12): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data +C:\Users\Administrator\Desktop\repos\in-class-exercise-5-austinlujan\Project1\program.cpp(66,12): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data + Project1.vcxproj -> C:\Users\Administrator\Desktop\repos\in-class-exercise-5-austinlujan\Project1\x64\Debug\Project1.exe diff --git a/Project1/x64/Debug/Project1.pdb b/Project1/x64/Debug/Project1.pdb Binary files differnew file mode 100644 index 0000000..d14d62f --- /dev/null +++ b/Project1/x64/Debug/Project1.pdb diff --git a/Project1/x64/Debug/Project1.tlog/CL.command.1.tlog b/Project1/x64/Debug/Project1.tlog/CL.command.1.tlog Binary files differnew file mode 100644 index 0000000..efa2584 --- /dev/null +++ b/Project1/x64/Debug/Project1.tlog/CL.command.1.tlog diff --git a/Project1/x64/Debug/Project1.tlog/CL.read.1.tlog b/Project1/x64/Debug/Project1.tlog/CL.read.1.tlog Binary files differnew file mode 100644 index 0000000..a694f2d --- /dev/null +++ b/Project1/x64/Debug/Project1.tlog/CL.read.1.tlog diff --git a/Project1/x64/Debug/Project1.tlog/CL.write.1.tlog b/Project1/x64/Debug/Project1.tlog/CL.write.1.tlog Binary files differnew file mode 100644 index 0000000..035a7a1 --- /dev/null +++ b/Project1/x64/Debug/Project1.tlog/CL.write.1.tlog diff --git a/Project1/x64/Debug/Project1.tlog/Cl.items.tlog b/Project1/x64/Debug/Project1.tlog/Cl.items.tlog new file mode 100644 index 0000000..a353e36 --- /dev/null +++ b/Project1/x64/Debug/Project1.tlog/Cl.items.tlog @@ -0,0 +1 @@ +C:\Users\Administrator\Desktop\repos\in-class-exercise-5-austinlujan\Project1\program.cpp;C:\Users\Administrator\Desktop\repos\in-class-exercise-5-austinlujan\Project1\x64\Debug\program.obj diff --git a/Project1/x64/Debug/Project1.tlog/Project1.lastbuildstate b/Project1/x64/Debug/Project1.tlog/Project1.lastbuildstate new file mode 100644 index 0000000..722324f --- /dev/null +++ b/Project1/x64/Debug/Project1.tlog/Project1.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.37.32822:TargetPlatformVersion=10.0.22621.0: +Debug|x64|C:\Users\Administrator\Desktop\repos\in-class-exercise-5-austinlujan\Project1\| diff --git a/Project1/x64/Debug/Project1.tlog/link.command.1.tlog b/Project1/x64/Debug/Project1.tlog/link.command.1.tlog Binary files differnew file mode 100644 index 0000000..dc778ed --- /dev/null +++ b/Project1/x64/Debug/Project1.tlog/link.command.1.tlog diff --git a/Project1/x64/Debug/Project1.tlog/link.read.1.tlog b/Project1/x64/Debug/Project1.tlog/link.read.1.tlog Binary files differnew file mode 100644 index 0000000..c2a35b5 --- /dev/null +++ b/Project1/x64/Debug/Project1.tlog/link.read.1.tlog diff --git a/Project1/x64/Debug/Project1.tlog/link.write.1.tlog b/Project1/x64/Debug/Project1.tlog/link.write.1.tlog Binary files differnew file mode 100644 index 0000000..6ccb738 --- /dev/null +++ b/Project1/x64/Debug/Project1.tlog/link.write.1.tlog diff --git a/Project1/x64/Debug/Project1.vcxproj.FileListAbsolute.txt b/Project1/x64/Debug/Project1.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..3c78418 --- /dev/null +++ b/Project1/x64/Debug/Project1.vcxproj.FileListAbsolute.txt @@ -0,0 +1 @@ +C:\Users\Administrator\Desktop\repos\in-class-exercise-5-austinlujan\Project1\x64\Debug\Project1.exe diff --git a/Project1/x64/Debug/program.obj b/Project1/x64/Debug/program.obj Binary files differnew file mode 100644 index 0000000..3c6f30e --- /dev/null +++ b/Project1/x64/Debug/program.obj diff --git a/Project1/x64/Debug/vc143.idb b/Project1/x64/Debug/vc143.idb Binary files differnew file mode 100644 index 0000000..6a104f3 --- /dev/null +++ b/Project1/x64/Debug/vc143.idb diff --git a/Project1/x64/Debug/vc143.pdb b/Project1/x64/Debug/vc143.pdb Binary files differnew file mode 100644 index 0000000..57de54a --- /dev/null +++ b/Project1/x64/Debug/vc143.pdb |