forked from xamarin/Xamarin.Forms.CarouselView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.targets
21 lines (19 loc) · 1.32 KB
/
.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--diagnostic-->
<Target Name="BeforeBuild" Condition="'$(MSBuildProjectName)'=='CarouselView.Android' AND false">
<Message Text=" MSBuildProjectFullPath: $(MSBuildProjectFullPath)" Importance="high" />
<Message Text=" RootNamespace: $(RootNamespace)" Importance="high" />
<Message Text=" MSBuildProjectDirectory: $(MSBuildProjectDirectory)" Importance="high" />
<Message Text=" OutDirAbsolute: $(OutDirAbsolute)" Importance="high" />
<Message Text=" OutDir: $(OutDir)" Importance="high" />
<Message Text=" BuildDir: $(BuildDir)" Importance="high" />
<Message Text=" TempDir: $(TempDir)" Importance="high" />
<Message Text=" IntermediateOutputPath: $(IntermediateOutputPath)" Importance="high" />
<Message Text=" Configuration: $(Configuration)" Importance="high" />
<Message Text=" Platform: $(Platform)" Importance="high" />
<Message Text=" NugetImports: '$(NugetImports)'" Importance="high" />
<Message Text=" NugetImportCount: '$(NugetImportCount)'" Importance="high" />
<Message Text=" NugetXamarinAndroidSupportImport: $(NugetXamarinAndroidSupportImport)" Importance="high" />
</Target>
</Project>