forked from dotnet/java-interop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJava.Interop-MonoAndroid.csproj
More file actions
110 lines (110 loc) · 5.14 KB
/
Java.Interop-MonoAndroid.csproj
File metadata and controls
110 lines (110 loc) · 5.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{94BD81F7-B06F-4295-9636-F8A3B6BDC762}</ProjectGuid>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Java.Interop</RootNamespace>
<AssemblyName>Java.Interop</AssemblyName>
<TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' ">v4.5</TargetFrameworkVersion>
<NoWarn>1591</NoWarn>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
<LangVersion>8.0</LangVersion>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
</PropertyGroup>
<Import Project="..\..\Directory.Build.props" />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\Debug</OutputPath>
<DefineConstants>DEBUG;INTEROP;FEATURE_JNIENVIRONMENT_JI_PINVOKES;FEATURE_JNIOBJECTREFERENCE_INTPTRS;INTERNAL_NULLABLE_ATTRIBUTES</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<DocumentationFile>..\..\bin\Debug\Java.Interop.xml</DocumentationFile>
<JNIEnvGenPath>..\..\bin\BuildDebug</JNIEnvGenPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DefineConstants>INTEROP;FEATURE_JNIENVIRONMENT_JI_PINVOKES;FEATURE_JNIOBJECTREFERENCE_INTPTRS;INTERNAL_NULLABLE_ATTRIBUTES</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<DocumentationFile>..\..\bin\Release\Java.Interop.xml</DocumentationFile>
<JNIEnvGenPath>..\..\bin\BuildRelease</JNIEnvGenPath>
</PropertyGroup>
<PropertyGroup>
<NoStdLib Condition=" '$(XAInstallPrefix)' != '' ">true</NoStdLib>
<OutputPath>..\..\bin\$(Configuration)Net45</OutputPath>
<DocumentationFile>$(OutputPath)\Java.Interop.xml</DocumentationFile>
<BaseIntermediateOutputPath>..\..\bin\Build$(Configuration)\Java.Interop-MonoAndroid\</BaseIntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
<Compile Remove="obj\**\*.cs" />
<Compile Remove="Tests\**\*.cs" />
<Compile Remove="Java.Interop\JniLocationException.cs" />
<Compile Remove="NullableAttributes.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup Condition=" '$(XAInstallPrefix)' == '' ">
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup Condition=" '$(XAInstallPrefix)' != '' ">
<Reference Include="mscorlib">
<HintPath>$(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\mscorlib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<HintPath>$(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\System.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Core">
<HintPath>$(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\System.Core.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<Import Project="Directory.Build.targets" />
<PropertyGroup>
<BuildDependsOn>
BuildJniEnvironment_g_cs;
BuildInteropJar;
$(BuildDependsOn)
</BuildDependsOn>
</PropertyGroup>
<ItemGroup>
<None Include="Java.Interop\JavaPrimitiveArrays.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>JavaPrimitiveArrays.cs</LastGenOutput>
</None>
<None Include="Java.Interop\JniBuiltinMarshalers.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>JniBuiltinMarshalers.cs</LastGenOutput>
</None>
<None Include="Java.Interop\JniPeerMembers.JniInstanceMethods_Invoke.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>JniPeerMembers.JniInstanceMethods_Invoke.cs</LastGenOutput>
</None>
<None Include="Java.Interop\JniPeerMembers.JniFields.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>JniPeerMembers.JniFields.cs</LastGenOutput>
</None>
<None Include="Documentation\Java.Interop\IJavaPeerable.xml" />
<None Include="Documentation\Java.Interop\JniManagedPeerStates.xml" />
<None Include="Documentation\Java.Interop\JniEnvironment.References.xml" />
</ItemGroup>
</Project>