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
|
||||
directory.-->
|
||||
<PropertyGroup>
|
||||
<AndroidManifest >..\..\Platforms\Android\AndroidManifest.xml</AndroidManifest>
|
||||
<AndroidManifest>..\..\Platforms\Android\AndroidManifest.xml</AndroidManifest>
|
||||
<MonoAndroidResourcePrefix>..\..\Platforms\Android\Resources</MonoAndroidResourcePrefix>
|
||||
<MonoAndroidAssetsPrefix >..\..\Platforms\Android\Assets</MonoAndroidAssetsPrefix>
|
||||
<MonoAndroidAssetsPrefix>..\..\Platforms\Android\Assets</MonoAndroidAssetsPrefix>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- In .csproj -->
|
||||
<Import Project="$(MSBuildProjectDirectory)\signing.private.props" Condition="Exists('$(MSBuildProjectDirectory)\signing.private.props')" />
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\**\*.cs" Exclude="..\..\obj\**;..\..\bin\**;..\..\Projects\**" />
|
||||
|
||||
|
@ -41,7 +44,7 @@
|
|||
<!--Hide everything in this project, otherwise it's a lot of
|
||||
duplication that creates noise.-->
|
||||
<Compile Update="..\..\**" Visible="false" />
|
||||
<None Update="..\..\**" Visible="false" />
|
||||
<None Update="..\..\**" Visible="false" />
|
||||
<Content Update="..\..\**" Visible="false" />
|
||||
|
||||
<Compile Update="..\..\**\*.Android.cs" Visible="true" />
|
||||
|
|
Loading…
Add table
Reference in a new issue