Skip to content

Commit

Permalink
Add app.build.yaml to Juego Samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Aug 1, 2024
1 parent e2d9031 commit 1306478
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Juego/Eyeball/Eyeball.Juego/Eyeball.Juego.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
<ProjectReference Include="..\..\..\..\..\Juego\Source\Juego\Juego.csproj" />
<ProjectReference Include="..\Eyeball.Core\Eyeball.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions Source/Juego/Eyeball/Eyeball.Juego/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]
5 changes: 5 additions & 0 deletions Source/Juego/FallingSand/FallingSand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
<ItemGroup>
<ProjectReference Include="..\..\..\..\Juego\Source\Juego\Juego.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions Source/Juego/FallingSand/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]
3 changes: 3 additions & 0 deletions Source/Juego/Froggit/Froggit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<ProjectReference Include="..\..\..\..\Juego\Source\Juego\Juego.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="meadow.config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 2 additions & 0 deletions Source/Juego/Froggit/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]
3 changes: 3 additions & 0 deletions Source/Juego/GameOfLife/GameOfLife.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<ProjectReference Include="..\..\..\..\Juego\Source\Juego\Juego.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="meadow.config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 2 additions & 0 deletions Source/Juego/GameOfLife/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]
3 changes: 3 additions & 0 deletions Source/Juego/Snake/Snake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<ProjectReference Include="..\..\..\..\Juego\Source\Juego\Juego.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="meadow.config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 2 additions & 0 deletions Source/Juego/Snake/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]
3 changes: 3 additions & 0 deletions Source/Juego/Span4/Span4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<ProjectReference Include="..\..\..\..\Juego\Source\Juego\Juego.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="meadow.config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 2 additions & 0 deletions Source/Juego/Span4/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]
3 changes: 3 additions & 0 deletions Source/Juego/Starfield/Starfield.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<ProjectReference Include="..\..\..\..\Juego\Source\Juego\Juego.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="meadow.config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 2 additions & 0 deletions Source/Juego/Starfield/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]
3 changes: 3 additions & 0 deletions Source/Juego/Tetraminoes/Tetraminos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<ProjectReference Include="..\..\..\..\Juego\Source\Juego\Juego.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="meadow.config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 2 additions & 0 deletions Source/Juego/Tetraminoes/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]

0 comments on commit 1306478

Please sign in to comment.