Skip to content

Commit 008915a

Browse files
committed
Fix project file
1 parent 317a65c commit 008915a

File tree

1 file changed

+1
-75
lines changed

1 file changed

+1
-75
lines changed

VulkanTutorial.vcxproj

Lines changed: 1 addition & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -37,81 +37,7 @@
3737
<ClCompile Include="src\main.cpp" />
3838
<ClCompile Include="src\swap_chain.cpp" />
3939
<ClCompile Include="src\systems\point_light_system.cpp" />
40-
<ClCompile Include="src\systems\render_system_3d.cpp">
41-
<RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
42-
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
43-
<Optimization>Disabled</Optimization>
44-
<SupportJustMyCode>true</SupportJustMyCode>
45-
<AssemblerOutput>NoListing</AssemblerOutput>
46-
<AssemblerListingLocation>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\</AssemblerListingLocation>
47-
<UndefineAllPreprocessorDefinitions>false</UndefineAllPreprocessorDefinitions>
48-
<BrowseInformation>false</BrowseInformation>
49-
<BrowseInformationFile>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\</BrowseInformationFile>
50-
<CompileAs>Default</CompileAs>
51-
<ConformanceMode>true</ConformanceMode>
52-
<DiagnosticsFormat>Column</DiagnosticsFormat>
53-
<DisableLanguageExtensions>false</DisableLanguageExtensions>
54-
<ErrorReporting>Prompt</ErrorReporting>
55-
<ExpandAttributedSource>false</ExpandAttributedSource>
56-
<ExceptionHandling>Sync</ExceptionHandling>
57-
<EnableASAN>false</EnableASAN>
58-
<EnableFuzzer>false</EnableFuzzer>
59-
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
60-
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
61-
<FloatingPointModel>Precise</FloatingPointModel>
62-
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
63-
<GenerateModuleDependencies>false</GenerateModuleDependencies>
64-
<GenerateSourceDependencies>false</GenerateSourceDependencies>
65-
<GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
66-
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
67-
<IntrinsicFunctions>false</IntrinsicFunctions>
68-
<IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
69-
<LanguageStandard>stdcpp20</LanguageStandard>
70-
<LanguageStandard_C>Default</LanguageStandard_C>
71-
<MinimalRebuild>false</MinimalRebuild>
72-
<ModuleDependenciesFile>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\</ModuleDependenciesFile>
73-
<ModuleOutputFile>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\</ModuleOutputFile>
74-
<OmitDefaultLibName>false</OmitDefaultLibName>
75-
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
76-
<WholeProgramOptimization>false</WholeProgramOptimization>
77-
<ObjectFileName>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\</ObjectFileName>
78-
<CallingConvention>Cdecl</CallingConvention>
79-
<ProgramDataBaseFileName>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\vc143.pdb</ProgramDataBaseFileName>
80-
<PrecompiledHeader>NotUsing</PrecompiledHeader>
81-
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
82-
<PrecompiledHeaderOutputFile>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\VulkanTutorial.pch</PrecompiledHeaderOutputFile>
83-
<PreprocessToFile>false</PreprocessToFile>
84-
<PreprocessKeepComments>false</PreprocessKeepComments>
85-
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
86-
<RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
87-
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
88-
<ShowIncludes>false</ShowIncludes>
89-
<SourceDependenciesFile>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\</SourceDependenciesFile>
90-
<SuppressStartupBanner>true</SuppressStartupBanner>
91-
<BufferSecurityCheck>true</BufferSecurityCheck>
92-
<SmallerTypeCheck>false</SmallerTypeCheck>
93-
<SpectreMitigation>false</SpectreMitigation>
94-
<StructMemberAlignment>Default</StructMemberAlignment>
95-
<TrackerLogDirectory>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\VulkanTutorial.tlog\</TrackerLogDirectory>
96-
<TranslateIncludes>false</TranslateIncludes>
97-
<MinimalRebuildFromTracking>true</MinimalRebuildFromTracking>
98-
<TreatWarningAsError>false</TreatWarningAsError>
99-
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
100-
<UseFullPaths>true</UseFullPaths>
101-
<WarningLevel>Level3</WarningLevel>
102-
<XMLDocumentationFileName>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\bin\intermediates\x64\Debug\</XMLDocumentationFileName>
103-
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
104-
<IntelJCCErratum>false</IntelJCCErratum>
105-
<BuildStlModules>false</BuildStlModules>
106-
<TreatAngleIncludeAsExternal>false</TreatAngleIncludeAsExternal>
107-
<ExternalWarningLevel>InheritWarningLevel</ExternalWarningLevel>
108-
<TreatExternalTemplatesAsInternal>true</TreatExternalTemplatesAsInternal>
109-
<DisableAnalyzeExternal>false</DisableAnalyzeExternal>
110-
<PreprocessorDefinitions>_DEBUG;_CONSOLE;_UNICODE;UNICODE;</PreprocessorDefinitions>
111-
<AdditionalIncludeDirectories>C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\3rdparty\tol\;C:\VulkanSDK\1.3.261.1\Include;C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\3rdparty\glfw\include\;C:\Users\K-M\Documents\Visual Studio 2022\Projects\VulkanTutorial\3rdparty\glm\;C:\Program Files (x86)\Visual Leak Detector\include;</AdditionalIncludeDirectories>
112-
<SDLCheck>true</SDLCheck>
113-
<LinkCompiled>true</LinkCompiled>
114-
</ClCompile>
40+
<ClCompile Include="src\systems\render_system_3d.cpp" />
11541
<ClCompile Include="src\systems\render_system_2d.cpp" />
11642
</ItemGroup>
11743
<ItemGroup>

0 commit comments

Comments
 (0)