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/tools
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-09-17 11:35:46 +0300
committerMarek Safar <marek.safar@gmail.com>2019-09-17 11:53:46 +0300
commit16ed5ec3aa9e4cff44645b8540a8396b6da8f79b (patch)
treef1e412d5f4ee03c6ba4b49f15ffd15376c980858 /mcs/tools
parente7f3db9796e3d94b346c4090556a0d30ecdb1508 (diff)
[csproj] Update project files
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/aprofutil/aprofutil.csproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/mcs/tools/aprofutil/aprofutil.csproj b/mcs/tools/aprofutil/aprofutil.csproj
index c0817c30993..99c1ce8ebbc 100644
--- a/mcs/tools/aprofutil/aprofutil.csproj
+++ b/mcs/tools/aprofutil/aprofutil.csproj
@@ -28,6 +28,11 @@
<IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
<DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
</PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'monodroid_tools' ">
+ <OutputPath>./../../class/lib/monodroid_tools</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-monodroid_tools</IntermediateOutputPath>
+ <DefineConstants>NET_4_6;MONO;MONODROID_TOOLS;WIN_PLATFORM</DefineConstants>
+ </PropertyGroup>
<!-- @ALL_PROFILE_PROPERTIES@ -->
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
@@ -49,8 +54,7 @@
</ItemGroup>
<!--End of common files-->
<!-- @ALL_SOURCES@ -->
- <!-- @COMMON_PROJECT_REFERENCES@ -->
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <ItemGroup>
<ProjectReference Include="../../class/System/System.csproj" />
<ProjectReference Include="../../class/System.Core/System.Core.csproj" />
<ProjectReference Include="../../class/Mono.Profiler.Log/Mono.Profiler.Log.csproj" />