- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ReferenceCachePath>C:\Users\Ben\AppData\Local\Temp\miaomiao_refcache</ReferenceCachePath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Android'">
- <DebuggerFlavor>AndroidEmulator</DebuggerFlavor>
- <AndroidEmulatorID>AndroidDevice;设备</AndroidEmulatorID>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Android'">
- <DebuggerFlavor>AndroidEmulator</DebuggerFlavor>
- <AndroidEmulatorID>AndroidDevice;设备</AndroidEmulatorID>
- </PropertyGroup>
- </Project>
|