Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 0 additions & 135 deletions sandbox/Foundation/src/Foundation/lang/geta.epicategories.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<Content Remove="module\module.config" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="lang\geta.epicategories.xml" />
</ItemGroup>
Comment on lines +32 to +34

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Consider adding a comment explaining why this XML file is being included as an embedded resource. This will help future developers understand the purpose of this configuration.

    <EmbeddedResource Include="lang\geta.epicategories.xml"> 
      <!-- Includes the language XML file for localization -->
    </EmbeddedResource>


<ItemGroup>
<None Include="module\module.config" />
<None Include="msbuild\Main.proj" />
Expand Down