Skip to content

Commit

Permalink
Merge pull request #135 from ChristophSchmidpeter/fix_at_content_buil…
Browse files Browse the repository at this point in the history
…d_action_warnings

Fix 'runtimeconfig.template.json : warning XA0101: @(Content) build action is not supported' warnings.
  • Loading branch information
edgarfgp authored May 9, 2023
2 parents a5bf622 + 4da39ce commit 8267de7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/CounterApp/CounterApp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="runtimeconfig.template.json" />
<None Include="runtimeconfig.template.json" />
</ItemGroup>

<Import Project="..\..\src\Fabulous.Avalonia.targets" />
Expand Down
2 changes: 1 addition & 1 deletion samples/DrawingApp/DrawingApp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="runtimeconfig.template.json" />
<None Include="runtimeconfig.template.json" />
</ItemGroup>

<Import Project="..\..\src\Fabulous.Avalonia.targets" />
Expand Down
2 changes: 1 addition & 1 deletion samples/Gallery/Gallery.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="runtimeconfig.template.json" />
<None Include="runtimeconfig.template.json" />
</ItemGroup>

<Import Project="..\..\src\Fabulous.Avalonia.targets" />
Expand Down
2 changes: 1 addition & 1 deletion samples/GameOfLife/GameOfLife.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="runtimeconfig.template.json" />
<None Include="runtimeconfig.template.json" />
</ItemGroup>

<Import Project="..\..\src\Fabulous.Avalonia.targets" />
Expand Down
2 changes: 1 addition & 1 deletion samples/TicTacToe/TicTacToe.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="runtimeconfig.template.json" />
<None Include="runtimeconfig.template.json" />
</ItemGroup>

<Import Project="..\..\src\Fabulous.Avalonia.targets" />
Expand Down

0 comments on commit 8267de7

Please sign in to comment.