Fixed bug where shmeta files in folders would still appear in SHADE_Scripting.csproj's solution explorer
This commit is contained in:
parent
7818c6f2d2
commit
4cf17c16b5
|
@ -261,6 +261,7 @@ namespace SHADE
|
||||||
<TargetFramework>net5.0</TargetFramework>\n\
|
<TargetFramework>net5.0</TargetFramework>\n\
|
||||||
<Platforms>x64</Platforms>\n\
|
<Platforms>x64</Platforms>\n\
|
||||||
<Configurations>Release;Debug</Configurations>\n\
|
<Configurations>Release;Debug</Configurations>\n\
|
||||||
|
<DefaultItemExcludes>$(DefaultItemExcludes);**/*.shmeta</DefaultItemExcludes>\n\
|
||||||
</PropertyGroup>\n\
|
</PropertyGroup>\n\
|
||||||
<PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n\
|
<PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n\
|
||||||
<OutputPath>.\\bin\\Release</OutputPath>\n\
|
<OutputPath>.\\bin\\Release</OutputPath>\n\
|
||||||
|
@ -283,7 +284,6 @@ namespace SHADE
|
||||||
<ItemGroup>\n\
|
<ItemGroup>\n\
|
||||||
<None Remove=\".gitignore\" />\n\
|
<None Remove=\".gitignore\" />\n\
|
||||||
<None Remove=\".gitmodules\" />\n\
|
<None Remove=\".gitmodules\" />\n\
|
||||||
<None Remove=\"*.shmeta\" />\n\
|
|
||||||
</ItemGroup>\n\
|
</ItemGroup>\n\
|
||||||
<ItemGroup>\n\
|
<ItemGroup>\n\
|
||||||
<Reference Include=\"SHADE_Managed\">\n";
|
<Reference Include=\"SHADE_Managed\">\n";
|
||||||
|
|
Loading…
Reference in New Issue