Skip to content

Commit da2efe4

Browse files
author
Carlos Leonard
committed
update
1 parent 398d30a commit da2efe4

15 files changed

+256
-10
lines changed

Debug/Fun Practice.log

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
 code1.cpp
2-
Fun Practice.vcxproj -> C:\Users\carlo\Documents\GitHub\Fun-Practice\Debug\Fun Practice.exe
1+
Build started 9/12/2016 5:39:48 PM.
2+
1>Project "C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Fun Practice\Fun Practice.vcxproj" on node 2 (Build target(s)).
3+
1>ClCompile:
4+
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _LIB /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt code38.cpp
5+
code38.cpp
6+
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code38.cpp(14): warning C4018: '<' : signed/unsigned mismatch
7+
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code38.cpp(23): warning C4018: '<' : signed/unsigned mismatch
8+
Link:
9+
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.lib" /MACHINE:X86 Debug\code38.obj
10+
Fun Practice.vcxproj -> C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.exe
11+
1>Done Building Project "C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Fun Practice\Fun Practice.vcxproj" (Build target(s)).
12+
13+
Build succeeded.
14+
15+
Time Elapsed 00:00:01.06
37 KB
Binary file not shown.
1.83 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1
2-
Debug|Win32|C:\Users\carlo\Documents\GitHub\Fun-Practice\|
1+
#TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit
2+
Debug|Win32|C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\|
2.36 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-2.94 KB
Binary file not shown.
-540 Bytes
Binary file not shown.

Debug/vc120.idb

24 KB
Binary file not shown.

Fun Practice.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -11,7 +11,7 @@
1111
</ProjectConfiguration>
1212
</ItemGroup>
1313
<ItemGroup>
14-
<ClCompile Include="code1.cpp" />
14+
<ClCompile Include="code38.cpp" />
1515
</ItemGroup>
1616
<PropertyGroup Label="Globals">
1717
<ProjectGuid>{48DF0788-2D72-474C-9946-5512D2A5D092}</ProjectGuid>
@@ -22,13 +22,13 @@
2222
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2323
<ConfigurationType>Application</ConfigurationType>
2424
<UseDebugLibraries>true</UseDebugLibraries>
25-
<PlatformToolset>v140</PlatformToolset>
25+
<PlatformToolset>v120</PlatformToolset>
2626
<CharacterSet>Unicode</CharacterSet>
2727
</PropertyGroup>
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>false</UseDebugLibraries>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v120</PlatformToolset>
3232
<WholeProgramOptimization>true</WholeProgramOptimization>
3333
<CharacterSet>Unicode</CharacterSet>
3434
</PropertyGroup>

0 commit comments

Comments
 (0)