Merge pull request #557 from jack-pappas/gacutil-patch
[mono.git] / mcs / class / project_template_android.txt
index 5da0d14de48e6804e326d654a5bb243ef8e65c21..a73a2ce297f7889ebb932795522427acf95781f6 100644 (file)
@@ -10,7 +10,8 @@
     <OutputType>Library</OutputType>
     <RootNamespace>System.Reactive</RootNamespace>
     <AssemblyName>ASSEMBLY_NAME_GOES_HERE</AssemblyName>
-    <DefineConstants>DEBUG;NO_TASK_DELAY;NUNIT</DefineConstants>
+    <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;SIGNED;NUNIT;MONODROID</DefineConstants>
+    SIGNING_SPEC_GOES_HERE
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>True</DebugSymbols>
@@ -38,6 +39,7 @@
     <Reference Include="System.Core" />
   </ItemGroup>
   <ItemGroup>
+OPTIONAL_ANDROID_NUNITLITE
 PROJECT_REFERENCES_GO_HERE
     <!--
     <ProjectReference Include="..\Andr.Unit\Android.NUnitLite\Android.NUnitLite.csproj">