Skip to content

Commit

Permalink
rename Platform build .targets (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast authored Dec 25, 2024
1 parent 0789aff commit 40a9881
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NuGetPackages/MonoGame.Framework.WindowsUniversal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

</metadata>
<files>
<file src="Platforms\build\.UAP\Xna.Framework.Platform.UAP.targets" target="build\Xna.Framework.Platform.UAP.targets" />
<file src="Platforms\build\.UAP\Kni.Platform.UAP.DX11.targets" target="build\Kni.Platform.UAP.DX11.targets" />

<file src="Platforms\bin\WindowsUniversal\AnyCPU\Release\Kni.Platform.dll" target="lib\netcore\Kni.Platform.dll" />
<file src="Platforms\bin\WindowsUniversal\AnyCPU\Release\Kni.Platform.pri" target="lib\netcore\Kni.Platform.pri" />
Expand Down
2 changes: 1 addition & 1 deletion Platforms/Kni.Platform.Android.GL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
</ItemGroup>

<ItemGroup>
<None Include="build\.Android\Xna.Framework.Platform.Android.targets" PackagePath="build\" Pack="true" />
<None Include="build\.Android\Kni.Platform.Android.GL.targets" PackagePath="build\" Pack="true" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Platforms/Kni.Platform.Cardboard.GL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
</ItemGroup>

<ItemGroup>
<None Include="build\.Android\Xna.Framework.Platform.Android.targets" PackagePath="build\" Pack="true" />
<None Include="build\.Android\Kni.Platform.Android.GL.targets" PackagePath="build\" Pack="true" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Platforms/Kni.Platform.SDL2.GL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
<PackagePath>runtimes\osx\native\libopenal.1.dylib</PackagePath>
</None>
<None Include="build\.SDL2\Xna.Framework.Platform.SDL2.targets" PackagePath="build\" Pack="true" />
<None Include="build\.SDL2\Kni.Platform.SDL2.GL.targets" PackagePath="build\" Pack="true" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Kni.bmp">
Expand Down
2 changes: 1 addition & 1 deletion Platforms/Kni.Platform.WinForms.DX11.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
</ItemGroup>

<ItemGroup>
<None Include="build\.WindowsDX\Xna.Framework.Platform.WindowsDX.targets" PackagePath="build\" Pack="true" />
<None Include="build\.WindowsDX\Kni.Platform.WinForms.DX11.targets" PackagePath="build\" Pack="true" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Graphics\Effect\Resources\AlphaTestEffect.dx11.fxo">
Expand Down
2 changes: 1 addition & 1 deletion Platforms/Kni.Platform.iOS.GL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="build\.iOS\Xna.Framework.Platform.iOS.targets" PackagePath="build\" Pack="true" />
<Content Include="build\.iOS\Kni.Platform.iOS.GL.targets" PackagePath="build\" Pack="true" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 40a9881

Please sign in to comment.