import signing props
This commit is contained in:
parent
258b8a0745
commit
2a77b31daf
1 changed files with 6 additions and 3 deletions
|
@ -26,11 +26,14 @@
|
||||||
<!--Point Android to the right folders, otherwise these default to the root
|
<!--Point Android to the right folders, otherwise these default to the root
|
||||||
directory.-->
|
directory.-->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AndroidManifest >..\..\Platforms\Android\AndroidManifest.xml</AndroidManifest>
|
<AndroidManifest>..\..\Platforms\Android\AndroidManifest.xml</AndroidManifest>
|
||||||
<MonoAndroidResourcePrefix>..\..\Platforms\Android\Resources</MonoAndroidResourcePrefix>
|
<MonoAndroidResourcePrefix>..\..\Platforms\Android\Resources</MonoAndroidResourcePrefix>
|
||||||
<MonoAndroidAssetsPrefix >..\..\Platforms\Android\Assets</MonoAndroidAssetsPrefix>
|
<MonoAndroidAssetsPrefix>..\..\Platforms\Android\Assets</MonoAndroidAssetsPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<!-- In .csproj -->
|
||||||
|
<Import Project="$(MSBuildProjectDirectory)\signing.private.props" Condition="Exists('$(MSBuildProjectDirectory)\signing.private.props')" />
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="..\..\**\*.cs" Exclude="..\..\obj\**;..\..\bin\**;..\..\Projects\**" />
|
<Compile Include="..\..\**\*.cs" Exclude="..\..\obj\**;..\..\bin\**;..\..\Projects\**" />
|
||||||
|
|
||||||
|
@ -41,7 +44,7 @@
|
||||||
<!--Hide everything in this project, otherwise it's a lot of
|
<!--Hide everything in this project, otherwise it's a lot of
|
||||||
duplication that creates noise.-->
|
duplication that creates noise.-->
|
||||||
<Compile Update="..\..\**" Visible="false" />
|
<Compile Update="..\..\**" Visible="false" />
|
||||||
<None Update="..\..\**" Visible="false" />
|
<None Update="..\..\**" Visible="false" />
|
||||||
<Content Update="..\..\**" Visible="false" />
|
<Content Update="..\..\**" Visible="false" />
|
||||||
|
|
||||||
<Compile Update="..\..\**\*.Android.cs" Visible="true" />
|
<Compile Update="..\..\**\*.Android.cs" Visible="true" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue