File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 114114 <ImportGroup Label =" ExtensionSettings" >
115115 </ImportGroup >
116116 <ItemGroup >
117- <None Include =" $(RepoRoot)/src/**/*.h" >
118- <Link >src/%(RecursiveDir)%(Filename).%(Extension)</Link >
119- </None >
120- <None Include =" $(RepoRoot)/src/**/*.cpp" >
121- <Link >src/%(RecursiveDir)%(Filename).%(Extension)</Link >
122- </None >
117+ <Link Include =" $(RepoRoot)/src" >
118+ <Visible >false</Visible >
119+ </Link >
120+ <None Include =" $(RepoRoot)/**/*.h" Exclude =" $(RepoRoot)/godot-cpp/**" />
121+ <None Include =" $(RepoRoot)/**/*.cpp" Exclude =" $(RepoRoot)/godot-cpp/**" />
123122 </ItemGroup >
124123
125124 <!-- Build/Rebuild/Clean targets for NMake are defined in MSVC, so we need to provide them, when using MSBuild without MSVC targets -->
You can’t perform that action at this time.
0 commit comments