Skip to content

Commit

Permalink
Update Module.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
VAlmea committed Feb 7, 2023
1 parent 2307982 commit 109ca4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions generators/spa/templates/ReactJS/common/Module.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<Content Include="src\License.md" />
<Content Include="src\ReleaseNotes.md" />
<Content Include="src\Resources\styles\module.scss" />
<Content Include="src\Resources\scripts\common.js" />
<Content Include="src\Resources\scripts\common.js" />
<Content Include="src\Resources\scripts\QuickSettings.js" />
<Content Include="src\Resources\scripts\useFetch.js" />
<!-- <Compile Include="Properties\AssemblyInfo.cs" /> -->
Expand All @@ -133,9 +133,6 @@
<Compile Include="Data\Item.cs" />
<Compile Include="Data\<%= moduleName %>Context.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Images\logo.png" />
<Content Include="License.txt" />
Expand Down

0 comments on commit 109ca4b

Please sign in to comment.