We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ccea1 commit c3e5677Copy full SHA for c3e5677
LDtk.Example/LDtk.Example.csproj
@@ -14,6 +14,12 @@
14
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
15
</ItemGroup>
16
17
+ <ItemGroup>
18
+ <Content Include="Content\*.*">
19
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
20
+ </Content>
21
+ </ItemGroup>
22
+
23
<ItemGroup>
24
<MonoGameContentReference Include="Content\Content.mgcb" />
25
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
0 commit comments