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\**" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue