We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bda9d commit 77eb53aCopy full SHA for 77eb53a
godot.vcxproj
@@ -176,11 +176,8 @@
176
<ImportGroup Label="ExtensionSettings">
177
</ImportGroup>
178
<ItemGroup>
179
- <ClInclude Include="godot-cpp/**/*.h"/>
180
- <ClInclude Include="godot-cpp/**/*.hpp"/>
181
- <ClInclude Include="src/**/*.h"/>
182
- <ClCompile Include="godot-cpp/**/*.cpp"/>
183
- <ClCompile Include="src/**/*.cpp"/>
+ <None Include="src/**/*.h"/>
+ <None Include="src/**/*.cpp"/>
184
</ItemGroup>
185
186
<!-- Build/Rebuild/Clean targets for NMake are defined in MSVC, so we need to provide them, when using MSBuild without MSVC targets -->
0 commit comments