Skip to content

Commit 458a2ae

Browse files
committed
Added new Content Readers for Android
1 parent a6c2c74 commit 458a2ae

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

MonoGame.Framework.Android.sln

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,27 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Framework.Android"
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lidgren.Network.Android", "ThirdParty\Lidgren.Network\Lidgren.Network.Android.csproj", "{565129E0-4EE5-4F6F-B403-C3484C9740BE}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Samples.Draw2D.Android", "..\Samples\MonoGame-Samples\Samples\Android\Draw2D\MonoGame.Samples.Draw2D.Android.csproj", "{616BBFA6-52F2-40A1-AA76-1CF2BD6390D5}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
1311
Release|Any CPU = Release|Any CPU
1412
EndGlobalSection
1513
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{BA9476CF-99BA-4D03-92F2-73D2C5E58883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{BA9476CF-99BA-4D03-92F2-73D2C5E58883}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{BA9476CF-99BA-4D03-92F2-73D2C5E58883}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{BA9476CF-99BA-4D03-92F2-73D2C5E58883}.Release|Any CPU.Build.0 = Release|Any CPU
2014
{565129E0-4EE5-4F6F-B403-C3484C9740BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2115
{565129E0-4EE5-4F6F-B403-C3484C9740BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
2216
{565129E0-4EE5-4F6F-B403-C3484C9740BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
2317
{565129E0-4EE5-4F6F-B403-C3484C9740BE}.Release|Any CPU.Build.0 = Release|Any CPU
24-
{616BBFA6-52F2-40A1-AA76-1CF2BD6390D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25-
{616BBFA6-52F2-40A1-AA76-1CF2BD6390D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{BA9476CF-99BA-4D03-92F2-73D2C5E58883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{BA9476CF-99BA-4D03-92F2-73D2C5E58883}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{BA9476CF-99BA-4D03-92F2-73D2C5E58883}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{BA9476CF-99BA-4D03-92F2-73D2C5E58883}.Release|Any CPU.Build.0 = Release|Any CPU
2622
{616BBFA6-52F2-40A1-AA76-1CF2BD6390D5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
27-
{616BBFA6-52F2-40A1-AA76-1CF2BD6390D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
28-
{616BBFA6-52F2-40A1-AA76-1CF2BD6390D5}.Release|Any CPU.Build.0 = Release|Any CPU
2923
{616BBFA6-52F2-40A1-AA76-1CF2BD6390D5}.Release|Any CPU.Deploy.0 = Release|Any CPU
3024
EndGlobalSection
31-
GlobalSection(SolutionProperties) = preSolution
32-
HideSolutionNode = FALSE
33-
EndGlobalSection
3425
GlobalSection(MonoDevelopProperties) = preSolution
3526
StartupItem = MonoGame.Framework\MonoGame.Framework.Android.csproj
3627
EndGlobalSection
28+
GlobalSection(SolutionProperties) = preSolution
29+
HideSolutionNode = FALSE
30+
EndGlobalSection
3731
EndGlobal

MonoGame.Framework/MonoGame.Framework.Android.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,11 @@
344344
<Compile Include="Audio\InstancePlayLimitException.cs" />
345345
<Compile Include="Graphics\Vertices\IndexElementSize.cs" />
346346
<Compile Include="LaunchParameters.cs" />
347+
<Compile Include="Content\ContentReaders\BasicEffectReader.cs" />
348+
<Compile Include="Content\ContentReaders\BoundingBoxReader.cs" />
349+
<Compile Include="Content\ContentReaders\IndexBufferReader.cs" />
350+
<Compile Include="Content\ContentReaders\MatrixReader.cs" />
351+
<Compile Include="Content\ContentReaders\VertexBufferReader.cs" />
347352
</ItemGroup>
348353
<ItemGroup />
349354
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />

0 commit comments

Comments
 (0)