We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b775fbc commit 0296e30Copy full SHA for 0296e30
1 file changed
.sln/gdext.vcxproj
@@ -114,12 +114,11 @@
114
<ImportGroup Label="ExtensionSettings">
115
</ImportGroup>
116
<ItemGroup>
117
- <None Include="$(RepoRoot)/src/**/*.h">
118
- <Link>src/%(RecursiveDir)%(Filename).%(Extension)</Link>
119
- </None>
120
- <None Include="$(RepoRoot)/src/**/*.cpp">
121
122
+ <Link Include="$(RepoRoot)/src" >
+ <Visible>false</Visible>
+ </Link>
+ <None Include="$(RepoRoot)/**/*.h" Exclude="$(RepoRoot)/godot-cpp/**"/>
+ <None Include="$(RepoRoot)/**/*.cpp" Exclude="$(RepoRoot)/godot-cpp/**"/>
123
</ItemGroup>
124
125
<!-- 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