Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/class
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2014-01-06 19:55:14 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2014-01-06 19:55:14 +0400
commit31a2e167f532ec38547f601097a25c8cc10eaa48 (patch)
treee0b135cc4d1d187abc7f1d8565ad5a7ca7366569 /mcs/class
parente619ed776529313008a7b042c23a2ebba64514a9 (diff)
[rx][iOS] Do not try to generate doc comments with build properties, they don't work so far.
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/project_template_ios.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/mcs/class/project_template_ios.txt b/mcs/class/project_template_ios.txt
index a912db67e6e..6a6d9968887 100644
--- a/mcs/class/project_template_ios.txt
+++ b/mcs/class/project_template_ios.txt
@@ -13,7 +13,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>ASSEMBLY_NAME_GOES_HERE</AssemblyName>
<ProductSignAssembly>true</ProductSignAssembly>
- <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
+ <DefineConstants>NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NO_EXPRESSIONS;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
<additionalargs>-delaySign</additionalargs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -23,7 +23,7 @@
<OutputPath>bin\Debug</OutputPath>
<ConsolePause>False</ConsolePause>
<WarningLevel>4</WarningLevel>
- <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
+ <DefineConstants>DEBUG;NO_TASK_DELAY;NO_WINDOWS_THREADING;NO_REMOTING;NO_REFLECTION_EMIT;NO_EXPRESSIONS;HAS_AWAIT;NUNIT;$(SignAssemblySpec)</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -42,9 +42,6 @@
<BuildFlavor>MONOTOUCH</BuildFlavor>
</PropertyGroup>
<Import Project="..\..\..\Common.targets" />
- <PropertyGroup>
- <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
- </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />