CommonUI_Unity3D.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{3054CED6-DF3B-4DDF-BEAD-03FCBA15F6F0}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CommonUI_Unity3D</RootNamespace>
  12. <AssemblyName>CommonUI_Unity3D</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>
  16. </TargetFrameworkProfile>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\..\Library\Debug\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG;UNITY_5;UNITY_EDITOR,UNITY_STANDALONE_WIN,UNITY_ANDROID,UNITY_IPHONE;UNITY_IOS;UNITY_WP8;SHARP_ZIP_LIB</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  27. <DocumentationFile>
  28. </DocumentationFile>
  29. <NoWarn>1591</NoWarn>
  30. <WarningsAsErrors>672</WarningsAsErrors>
  31. <Prefer32Bit>false</Prefer32Bit>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>..\..\Library\Release\</OutputPath>
  37. <DefineConstants>TRACE;UNITY_5;UNITY_5_3_4;UNITY_EDITOR,UNITY_STANDALONE_WIN,UNITY_ANDROID,UNITY_IPHONE;UNITY_IOS;UNITY_WP8</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  45. <DefineConstants>TRACE;DEBUG;UNITY_5;UNITY_EDITOR,UNITY_STANDALONE_WIN,UNITY_ANDROID,UNITY_IPHONE;UNITY_IOS;UNITY_WP8;SHARP_ZIP_LIB</DefineConstants>
  46. <NoWarn>1591</NoWarn>
  47. <DebugType>full</DebugType>
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <WarningsAsErrors>672</WarningsAsErrors>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="CommonLang, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\..\Library\Debug\CommonLang.dll</HintPath>
  57. </Reference>
  58. <Reference Include="CommonMPQ, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\Library\Debug\CommonMPQ.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\..\XMDSCommon_gittemp\Library\UnityEngine.dll</HintPath>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="Src\Impl\Android\WWWHelper.cs" />
  73. <Compile Include="Src\Impl\iOS\UnityPlatformIOS.cs" />
  74. <Compile Include="Src\Impl\IPlatform.cs" />
  75. <Compile Include="Src\Impl\IUnityImageInterface.cs" />
  76. <Compile Include="Src\Impl\UnityDriver.cs" />
  77. <Compile Include="Src\Impl\UnityGraphics.cs" />
  78. <Compile Include="Src\Impl\UnityImage.cs" />
  79. <Compile Include="Src\Impl\UnityImage3D.cs" />
  80. <Compile Include="Src\Impl\UnityLoggerFactory.cs" />
  81. <Compile Include="Src\Impl\UnityQuards2D.cs" />
  82. <Compile Include="Src\Impl\UnityShaders.cs" />
  83. <Compile Include="Src\Impl\UnityTextLayer.cs" />
  84. <Compile Include="Src\Impl\Win32\SysFontWin32.cs" />
  85. <Compile Include="Src\Impl\Win32\UnityPlatformWin32.cs" />
  86. <Compile Include="Src\Impl\WP8\UnityPlatformWin32.cs" />
  87. <Compile Include="Src\M3Z\M3Z.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="Platform\Android\bin\unityplugin.jar" />
  91. <None Include="Platform\iOS\CommonMPQ.cpp" />
  92. <Content Include="Platform\iOS\CommonUnityLib.mm" />
  93. <Content Include="Shaders\MFUI_Image.shader" />
  94. <Content Include="Shaders\MFUI_Shape.shader" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Content Include="Platform\Win32\System.Drawing.dll" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Content Include="Shaders\MFUI_ImageGray.shader" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Folder Include="Platform\WP8\" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Content Include="Shaders\MFUI_ImageMask.shader" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="Shaders\MFUI_ImageMaskGray.shader" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Content Include="Shaders\MFUI_Text.shader" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Content Include="Shaders\MFUI_TextGray.shader" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Content Include="Shaders\MFUGUI_Image.shader" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Content Include="Shaders\MFUGUI_ImageM3Z.shader" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="Platform\Android\bin\armeabi-v7a\libETCPlugin.so" />
  125. <Content Include="Platform\Android\bin\armeabi\libETCPlugin.so" />
  126. <None Include="Platform\iOS\CommonMPQ.h" />
  127. <None Include="Platform\iOS\MFMD5.cpp" />
  128. <None Include="Platform\iOS\MFMD5.h" />
  129. <Content Include="Shaders\MFUGUI_TextGray.shader" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <ProjectReference Include="..\CommonFileSystem.SharpZipLib\CommonMPQ.SharpZipLib.csproj">
  133. <Project>{29a43d20-f079-42bb-b6ff-d910c04eacd9}</Project>
  134. <Name>CommonMPQ.SharpZipLib</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  137. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  138. <Name>CommonNetwork</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\CommonUI\CommonUI.csproj">
  141. <Project>{fe159004-4f5c-4a17-b633-e66d5a64acfb}</Project>
  142. <Name>CommonUI</Name>
  143. </ProjectReference>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <PropertyGroup>
  147. <PostBuildEvent>
  148. </PostBuildEvent>
  149. </PropertyGroup>
  150. <PropertyGroup>
  151. <PreBuildEvent>
  152. </PreBuildEvent>
  153. </PropertyGroup>
  154. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  155. Other similar extension points exist, see Microsoft.Common.targets.
  156. <Target Name="BeforeBuild">
  157. </Target>
  158. <Target Name="AfterBuild">
  159. </Target>
  160. -->
  161. </Project>