Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanEfimov committed Mar 12, 2023
1 parent eba30ad commit ea0b6a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Made with NeoAxis Engine 2022.1.
// Made with NeoAxis Engine 2023.1.

.component NeoAxis.Product_Android
{
Name = Simple Game
SortOrder = -800
Paths = "Assets\\Base\r\nAssets\\Samples\\Simple Game\r\n\r\nexclude:Assets\\Base\\Build\r\nexclude:Assets\\Base\\Tools\r\nexclude:Assets\\Base\\Learning\r\nexclude:Assets\\Base\\Fonts\\FlowGraphEditor.ttf\r\nexclude:Assets\\Base\\Fonts\\FlowGraphEditor.ttf.settings\r\nexclude:Assets\\Base\\Models\r\nexclude:Assets\\Content\\Environments\\Base\r\n"
Paths = "Assets\\Base\r\n\r\nAssets\\Samples\\Simple Game\r\nAssets\\Samples\\Spaceship Game\r\nAssets\\Samples\\Platform Game\r\nAssets\\Samples\\Shooter\\Scripts\r\nAssets\\Samples\\Shooter\\UI\r\n\r\nexclude:Assets\\Base\\Build\r\nexclude:Assets\\Base\\Tools\r\nexclude:Assets\\Base\\Learning\r\nexclude:Assets\\Base\\Fonts\\FlowGraphEditor.ttf\r\nexclude:Assets\\Base\\Fonts\\FlowGraphEditor.ttf.settings\r\nexclude:Assets\\Base\\Models\r\nexclude:Assets\\Content\\Environments\\Base\r\n"
FileCache = False
ShaderCache = False
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Made with NeoAxis Engine 2021.3.
// Made with NeoAxis Engine 2023.1.

.component NeoAxis.Product_UWP
{
Name = Simple Game
SortOrder = -600
Paths = "Assets\\Base\r\nAssets\\Samples\\Simple Game\r\n\r\nexclude:Assets\\Base\\Build\r\nexclude:Assets\\Base\\Tools\r\nexclude:Assets\\Base\\Learning\r\nexclude:Assets\\Base\\Models\r\nexclude:Assets\\Content\\Environments\\Base\r\n"
Paths = "Assets\\Base\r\n\r\nAssets\\Samples\\Simple Game\r\nAssets\\Samples\\Spaceship Game\r\nAssets\\Samples\\Platform Game\r\nAssets\\Samples\\Shooter\\Scripts\r\nAssets\\Samples\\Shooter\\UI\r\n\r\nexclude:Assets\\Base\\Build\r\nexclude:Assets\\Base\\Tools\r\nexclude:Assets\\Base\\Learning\r\nexclude:Assets\\Base\\Models\r\nexclude:Assets\\Content\\Environments\\Base\r\n"
FileCache = False
}
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@
<AndroidNativeLibrary Include="lib\armeabi-v7a\libbgfx.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AndroidNativeLibrary>
<AndroidNativeLibrary Include="lib\armeabi-v7a\libbulletc.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AndroidNativeLibrary>
<AndroidNativeLibrary Include="lib\armeabi-v7a\libNeoAxisCoreNative.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AndroidNativeLibrary>
Expand All @@ -184,7 +181,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AndroidNativeLibrary>
<None Include="lib\arm64-v8a\libbgfx.so" />
<None Include="lib\arm64-v8a\libbulletc.so" />
<None Include="lib\arm64-v8a\libNeoAxisCoreNative.so" />
<None Include="lib\arm64-v8a\libOpenAL.so" />
<None Include="lib\arm64-v8a\libshaderc.so" />
Expand Down

0 comments on commit ea0b6a5

Please sign in to comment.