LnoidWv22.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>{ECEDF7B4-3A40-42CB-A3D7-78A055274DBA}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>LnoidWv</RootNamespace>
  13. <AssemblyName>LnoidWv</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <AndroidApplication>true</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
  17. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  18. <AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
  19. <TargetFrameworkVersion>v2.2</TargetFrameworkVersion>
  20. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>False</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG;Android22</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
  31. <AndroidLinkMode>Full</AndroidLinkMode>
  32. <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
  33. <BundleAssemblies>False</BundleAssemblies>
  34. <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
  35. <Debugger>Microsoft</Debugger>
  36. <AndroidEnableMultiDex>False</AndroidEnableMultiDex>
  37. <AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
  38. <AndroidLinkSkip>Mono.Android.Export</AndroidLinkSkip>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>bin\Release\</OutputPath>
  44. <DefineConstants>TRACE;Android22</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
  48. <AndroidLinkMode>Full</AndroidLinkMode>
  49. <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
  50. <BundleAssemblies>False</BundleAssemblies>
  51. <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
  52. <AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
  53. <Debugger>Xamarin</Debugger>
  54. <AotAssemblies>False</AotAssemblies>
  55. <EnableLLVM>False</EnableLLVM>
  56. <AndroidEnableMultiDex>False</AndroidEnableMultiDex>
  57. <EnableProguard>False</EnableProguard>
  58. <DebugSymbols>False</DebugSymbols>
  59. <AndroidLinkSkip>Mono.Android.Export</AndroidLinkSkip>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="Mono.Android" />
  63. <Reference Include="Mono.Android.Export" />
  64. <Reference Include="mscorlib" />
  65. <Reference Include="System" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Json" />
  69. <Reference Include="System.Web.Services" />
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="..\LnoidWv\MainActivity.cs">
  75. <Link>MainActivity.cs</Link>
  76. </Compile>
  77. <Compile Include="..\LnoidWv\Properties\AssemblyInfo.cs">
  78. <Link>Properties\AssemblyInfo.cs</Link>
  79. </Compile>
  80. <Compile Include="fastJSON\Formatter.cs" />
  81. <Compile Include="fastJSON\Getters.cs" />
  82. <Compile Include="fastJSON\JSON.cs" />
  83. <Compile Include="fastJSON\JsonParser.cs" />
  84. <Compile Include="fastJSON\JsonSerializer.cs" />
  85. <Compile Include="fastJSON\Reflection.cs" />
  86. <Compile Include="fastJSON\SafeDictionary.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="Properties\AndroidManifest.xml">
  90. <SubType>Designer</SubType>
  91. </None>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <AndroidResource Include="Resources\drawable\Icon.png" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Content Include="AssetsSymlink.txt" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Folder Include="Assets\" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>