Skip to content

Commit

Permalink
Correctly Copies constants.json making sure it exporter does not crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Namidaka authored and Namidaka committed Jan 1, 2025
1 parent 18930b3 commit 11b8679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Module.Client/Module.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

<ItemGroup>
<ContentWithTargetPath Include="..\Module.Server\SubModule.xml" Link="SubModule.xml" TargetPath="..\..\SubModule.xml" CopyToOutputDirectory="Always" />
<ContentWithTargetPath Include="..\..\data\constants.json" Link="constants.json" TargetPath="..\..\ModuleData\constants.json" CopyToOutputDirectory="Always" />
<ContentWithTargetPath Include="ModuleData\**\*;GUI\**\*.xml" TargetPath="..\..\%(Identity)" CopyToOutputDirectory="Always" />
<Compile Include="..\Module.Server\**\*$(DefaultLanguageSourceExtension)" />
<Compile Remove="..\Module.Server\$(BaseIntermediateOutputPath)\**;..\Module.Server\$(BaseOutputPath)\**" />
Expand Down

0 comments on commit 11b8679

Please sign in to comment.