Added directory WindowsPhoneSpeedyBlupi

This commit is contained in:
Robert Vokac 2025-01-14 18:37:42 +01:00
parent 35abe96afb
commit f83dfbacce
Signed by: robertvokac
GPG Key ID: FB9CE8E20AADA55F
3 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "mobile-eggbert-fna/worlds"]
path = mobile-eggbert-fna/worlds
url = https://code.openeggbert.com/openeggbert/speedy-blupi-dadagames-worlds
[submodule "mobile-eggbert-fna/WindowsPhoneSpeedyBlupi"]
path = mobile-eggbert-fna/WindowsPhoneSpeedyBlupi
url = https://code.openeggbert.com/openeggbert/mobile-eggbert-core

@ -0,0 +1 @@
Subproject commit c8d567e85331047be2e62fc0b674cce5c6830cf0

View File

@ -6,6 +6,14 @@
<RootNamespace>mobile_eggbert_fna</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineConstants>FNA</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DefineConstants>KFNA</DefineConstants>
</PropertyGroup>
<ItemGroup>
<None Include="FNADllMap.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>