1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{73A74ADF-6308-42A0-8BA6-2B5D53238546}</ProjectGuid >
9
+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >Mono.Samples.GLTriangle30</RootNamespace >
13
+ <AssemblyName >GLTriangle20</AssemblyName >
14
+ <FileAlignment >512</FileAlignment >
15
+ <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
16
+ <AndroidResgenFile >Resources\Resource.Designer.cs</AndroidResgenFile >
17
+ <AndroidApplication >true</AndroidApplication >
18
+ <TargetFrameworkVersion >v4.2</TargetFrameworkVersion >
19
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
+ <DebugSymbols >True</DebugSymbols >
22
+ <DebugType >full</DebugType >
23
+ <Optimize >False</Optimize >
24
+ <OutputPath >bin\Debug\</OutputPath >
25
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ <MonoDroidLinkMode >None</MonoDroidLinkMode >
29
+ <AndroidLinkMode >None</AndroidLinkMode >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
+ <DebugType >pdbonly</DebugType >
33
+ <Optimize >True</Optimize >
34
+ <OutputPath >bin\Release\</OutputPath >
35
+ <DefineConstants >TRACE</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ <AndroidUseSharedRuntime >False</AndroidUseSharedRuntime >
39
+ <MonoDroidLinkMode >Full</MonoDroidLinkMode >
40
+ </PropertyGroup >
41
+ <ItemGroup >
42
+ <Reference Include =" Mono.Android" />
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" OpenTK" />
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <Compile Include =" PaintingView.cs" />
49
+ <Compile Include =" Resources\Resource.Designer.cs" />
50
+ <Compile Include =" GLTriangle30Activity.cs" />
51
+ </ItemGroup >
52
+ <ItemGroup >
53
+ <None Include =" Properties\AndroidManifest.xml" >
54
+ <SubType >Designer</SubType >
55
+ </None >
56
+ </ItemGroup >
57
+ <ItemGroup >
58
+ <AndroidResource Include =" Resources\drawable\app_gltriangle.png" />
59
+ <AndroidResource Include =" Resources\layout\main.xml" />
60
+ <AndroidResource Include =" Resources\values\strings.xml" >
61
+ <SubType >Designer</SubType >
62
+ </AndroidResource >
63
+ <AndroidResource Include =" Resources\drawable-hdpi\icon.png" />
64
+ <AndroidResource Include =" Resources\drawable-ldpi\icon.png" />
65
+ <AndroidResource Include =" Resources\drawable-mdpi\icon.png" />
66
+ <AndroidResource Include =" Resources\drawable-xhdpi\icon.png" />
67
+ <AndroidResource Include =" Resources\drawable-xxhdpi\icon.png" />
68
+ </ItemGroup >
69
+ <Import Project =" $(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
70
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71
+ Other similar extension points exist, see Microsoft.Common.targets.
72
+ <Target Name="BeforeBuild">
73
+ </Target>
74
+ <Target Name="AfterBuild">
75
+ </Target>
76
+ -->
77
+ <ItemGroup >
78
+ <Folder Include =" Resources\drawable-hdpi\" />
79
+ <Folder Include =" Resources\drawable-ldpi\" />
80
+ <Folder Include =" Resources\drawable-mdpi\" />
81
+ <Folder Include =" Resources\drawable-xhdpi\" />
82
+ <Folder Include =" Resources\drawable-xxhdpi\" />
83
+ </ItemGroup >
84
+ </Project >
0 commit comments