chore: template working
This commit is contained in:
@@ -22,33 +22,33 @@
|
||||
<VCProjectVersion>15.0</VCProjectVersion>
|
||||
<ProjectGuid>{4F5F19C8-942B-4D67-9DE9-152B285E3605}</ProjectGuid>
|
||||
<RootNamespace>ugine3d</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
<ProjectName>Practica3D</ProjectName>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
|
||||
11
project/x64/Debug/Practica3D.exe.recipe
Normal file
11
project/x64/Debug/Practica3D.exe.recipe
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project>
|
||||
<ProjectOutputs>
|
||||
<ProjectOutput>
|
||||
<FullPath>C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\Practica3D.exe</FullPath>
|
||||
</ProjectOutput>
|
||||
</ProjectOutputs>
|
||||
<ContentFiles />
|
||||
<SatelliteDlls />
|
||||
<NonRecipeFileRefs />
|
||||
</Project>
|
||||
BIN
project/x64/Debug/Practica3D.tlog/CL.command.1.tlog
Normal file
BIN
project/x64/Debug/Practica3D.tlog/CL.command.1.tlog
Normal file
Binary file not shown.
BIN
project/x64/Debug/Practica3D.tlog/CL.read.1.tlog
Normal file
BIN
project/x64/Debug/Practica3D.tlog/CL.read.1.tlog
Normal file
Binary file not shown.
BIN
project/x64/Debug/Practica3D.tlog/CL.write.1.tlog
Normal file
BIN
project/x64/Debug/Practica3D.tlog/CL.write.1.tlog
Normal file
Binary file not shown.
2
project/x64/Debug/Practica3D.tlog/Cl.items.tlog
Normal file
2
project/x64/Debug/Practica3D.tlog/Cl.items.tlog
Normal file
@@ -0,0 +1,2 @@
|
||||
C:\Users\rabil\git\utad-programacion3d\lib\glew\glew.c;C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\glew.obj
|
||||
C:\Users\rabil\git\utad-programacion3d\src\main.cpp;C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\main.obj
|
||||
@@ -0,0 +1,2 @@
|
||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.38.33130:TargetPlatformVersion=10.0.22621.0:
|
||||
Debug|x64|C:\Users\rabil\git\utad-programacion3d\project\|
|
||||
BIN
project/x64/Debug/Practica3D.tlog/link.command.1.tlog
Normal file
BIN
project/x64/Debug/Practica3D.tlog/link.command.1.tlog
Normal file
Binary file not shown.
BIN
project/x64/Debug/Practica3D.tlog/link.read.1.tlog
Normal file
BIN
project/x64/Debug/Practica3D.tlog/link.read.1.tlog
Normal file
Binary file not shown.
BIN
project/x64/Debug/Practica3D.tlog/link.write.1.tlog
Normal file
BIN
project/x64/Debug/Practica3D.tlog/link.write.1.tlog
Normal file
Binary file not shown.
4
project/x64/Debug/ugine3d.log
Normal file
4
project/x64/Debug/ugine3d.log
Normal file
@@ -0,0 +1,4 @@
|
||||
glew.c
|
||||
main.cpp
|
||||
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
|
||||
ugine3d.vcxproj -> C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\Practica3D.exe
|
||||
1
project/x64/Debug/ugine3d.vcxproj.FileListAbsolute.txt
Normal file
1
project/x64/Debug/ugine3d.vcxproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1 @@
|
||||
C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\Practica3D.exe
|
||||
Reference in New Issue
Block a user