123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{ECEDF7B4-3A40-42CB-A3D7-78A055274DBA}</ProjectGuid>
- <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LnoidWv</RootNamespace>
- <AssemblyName>LnoidWv</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <AndroidApplication>true</AndroidApplication>
- <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- <AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
- <TargetFrameworkVersion>v2.2</TargetFrameworkVersion>
- <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>False</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;Android22</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
- <AndroidLinkMode>Full</AndroidLinkMode>
- <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
- <BundleAssemblies>False</BundleAssemblies>
- <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
- <Debugger>Microsoft</Debugger>
- <AndroidEnableMultiDex>False</AndroidEnableMultiDex>
- <AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
- <AndroidLinkSkip>Mono.Android.Export</AndroidLinkSkip>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;Android22</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
- <AndroidLinkMode>Full</AndroidLinkMode>
- <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
- <BundleAssemblies>False</BundleAssemblies>
- <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
- <AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
- <Debugger>Xamarin</Debugger>
- <AotAssemblies>False</AotAssemblies>
- <EnableLLVM>False</EnableLLVM>
- <AndroidEnableMultiDex>False</AndroidEnableMultiDex>
- <EnableProguard>False</EnableProguard>
- <DebugSymbols>False</DebugSymbols>
- <AndroidLinkSkip>Mono.Android.Export</AndroidLinkSkip>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Mono.Android" />
- <Reference Include="Mono.Android.Export" />
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data" />
- <Reference Include="System.Json" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\LnoidWv\MainActivity.cs">
- <Link>MainActivity.cs</Link>
- </Compile>
- <Compile Include="..\LnoidWv\Properties\AssemblyInfo.cs">
- <Link>Properties\AssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="fastJSON\Formatter.cs" />
- <Compile Include="fastJSON\Getters.cs" />
- <Compile Include="fastJSON\JSON.cs" />
- <Compile Include="fastJSON\JsonParser.cs" />
- <Compile Include="fastJSON\JsonSerializer.cs" />
- <Compile Include="fastJSON\Reflection.cs" />
- <Compile Include="fastJSON\SafeDictionary.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Properties\AndroidManifest.xml">
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <ItemGroup>
- <AndroidResource Include="Resources\drawable\Icon.png" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="AssetsSymlink.txt" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Assets\" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|