feat: build dir
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -90,4 +90,5 @@ Mkfile.old | |||||||
| dkms.conf | dkms.conf | ||||||
|  |  | ||||||
| # Build directory | # Build directory | ||||||
| build/ | Build/ | ||||||
|  | **/Build/ | ||||||
|   | |||||||
| @@ -1,11 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <Project> |  | ||||||
|   <ProjectOutputs> |  | ||||||
|     <ProjectOutput> |  | ||||||
|       <FullPath>C:\Users\Juan MN\Desktop\UTAD 2022\3D\Prácticas\Practica 1\plantilla3d\plantilla3d\project\Debug\Practica3D.exe</FullPath> |  | ||||||
|     </ProjectOutput> |  | ||||||
|   </ProjectOutputs> |  | ||||||
|   <ContentFiles /> |  | ||||||
|   <SatelliteDlls /> |  | ||||||
|   <NonRecipeFileRefs /> |  | ||||||
| </Project> |  | ||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,2 +0,0 @@ | |||||||
| PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.16299.0: |  | ||||||
| Debug|Win32|C:\Users\Juan MN\Desktop\UTAD 2022\3D\Prácticas\Practica 1\plantilla3d\plantilla3d\project\| |  | ||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1 +0,0 @@ | |||||||
| C:\Users\Juan MN\Desktop\UTAD 2022\3D\Prácticas\Practica 1\plantilla3d\plantilla3d\project\Debug\Practica3D.exe |  | ||||||
| @@ -71,6 +71,22 @@ | |||||||
|   </ImportGroup> |   </ImportGroup> | ||||||
|   <PropertyGroup Label="UserMacros" /> |   <PropertyGroup Label="UserMacros" /> | ||||||
|   <PropertyGroup /> |   <PropertyGroup /> | ||||||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||||
|  |     <OutDir>$(SolutionDir)Build\$(Platform)\$(Configuration)\</OutDir> | ||||||
|  |     <IntDir>$(SolutionDir)Build\obj\$(Platform)\$(Configuration)\</IntDir> | ||||||
|  |   </PropertyGroup> | ||||||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||||||
|  |     <OutDir>$(SolutionDir)Build\$(Platform)\$(Configuration)\</OutDir> | ||||||
|  |     <IntDir>$(SolutionDir)Build\obj\$(Platform)\$(Configuration)\</IntDir> | ||||||
|  |   </PropertyGroup> | ||||||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||||
|  |     <OutDir>$(SolutionDir)Build\$(Platform)\$(Configuration)\</OutDir> | ||||||
|  |     <IntDir>$(SolutionDir)Build\obj\$(Platform)\$(Configuration)\</IntDir> | ||||||
|  |   </PropertyGroup> | ||||||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||||||
|  |     <OutDir>$(SolutionDir)Build\$(Platform)\$(Configuration)\</OutDir> | ||||||
|  |     <IntDir>$(SolutionDir)Build\obj\$(Platform)\$(Configuration)\</IntDir> | ||||||
|  |   </PropertyGroup> | ||||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||||
|     <ClCompile> |     <ClCompile> | ||||||
|       <WarningLevel>Level3</WarningLevel> |       <WarningLevel>Level3</WarningLevel> | ||||||
|   | |||||||
| @@ -1,11 +0,0 @@ | |||||||
| <?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> |  | ||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,5 +0,0 @@ | |||||||
| 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\buffer.cpp;C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\buffer.obj |  | ||||||
| C:\Users\rabil\git\utad-programacion3d\src\main.cpp;C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\main.obj |  | ||||||
| C:\Users\rabil\git\utad-programacion3d\src\shader.cpp;C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\shader.obj |  | ||||||
| C:\Users\rabil\git\utad-programacion3d\src\vertex.cpp;C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\vertex.obj |  | ||||||
| @@ -1,2 +0,0 @@ | |||||||
| PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.38.33130:TargetPlatformVersion=10.0.22621.0: |  | ||||||
| Debug|x64|C:\Users\rabil\git\utad-programacion3d\project\| |  | ||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,2 +0,0 @@ | |||||||
|   main.cpp |  | ||||||
|   ugine3d.vcxproj -> C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\Practica3D.exe |  | ||||||
| @@ -1 +0,0 @@ | |||||||
| C:\Users\rabil\git\utad-programacion3d\project\x64\Debug\Practica3D.exe |  | ||||||
		Reference in New Issue
	
	Block a user