CommonUnity3D.csproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{7D207DEB-D27B-456A-9673-23B344254A5C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CommonUnity3D</RootNamespace>
  11. <AssemblyName>CommonUnity3D</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\Library\Debug\</OutputPath>
  22. <DefineConstants>TRACE;DEBUG;UNITY_EDITOR;UNITY_5</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>
  26. </DocumentationFile>
  27. <NoWarn>1591</NoWarn>
  28. <WarningsAsErrors>672</WarningsAsErrors>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\..\Library\Release\</OutputPath>
  35. <DefineConstants>TRACE;UNITY_EDITOR;UNITY_5</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  43. <DefineConstants>TRACE;DEBUG;UNITY_EDITOR;UNITY_5</DefineConstants>
  44. <NoWarn>1591</NoWarn>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <WarningsAsErrors>672</WarningsAsErrors>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="CommonMPQ, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\Library\Debug\CommonMPQ.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Xml" />
  62. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\Library\UnityEngine.dll</HintPath>
  65. </Reference>
  66. <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\Library\Unity3D\UnityEngine.UI.dll</HintPath>
  69. </Reference>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="UGUIAction\ActionBase.cs" />
  74. <Compile Include="UGUIAction\DelayAction.cs" />
  75. <Compile Include="UGUIAction\EaseManager.cs" />
  76. <Compile Include="UGUIAction\FadeAction.cs" />
  77. <Compile Include="UGUIAction\IAction.cs" />
  78. <Compile Include="UGUIAction\MoveAction.cs" />
  79. <Compile Include="UGUIAction\ScaleAction.cs" />
  80. <Compile Include="UGUIEditor\UIComponent.cs" />
  81. <Compile Include="UGUIEditor\UIEditor.cs" />
  82. <Compile Include="UGUIEditor\UILayout.cs" />
  83. <Compile Include="UGUIEditor\UILayoutGraphics.cs" />
  84. <Compile Include="UGUIEditor\UI\UECanvas.cs" />
  85. <Compile Include="UGUIEditor\UI\UECheckBox.cs" />
  86. <Compile Include="UGUIEditor\UI\UEFileNode.cs" />
  87. <Compile Include="UGUIEditor\UI\UEGauge.cs" />
  88. <Compile Include="UGUIEditor\UI\UEImageBox.cs" />
  89. <Compile Include="UGUIEditor\UI\UELabel.cs" />
  90. <Compile Include="UGUIEditor\UI\UERichTextLayer.cs" />
  91. <Compile Include="UGUIEditor\UI\UERoot.cs" />
  92. <Compile Include="UGUIEditor\UI\UEScrollPan.cs" />
  93. <Compile Include="UGUIEditor\UI\UETextBox.cs" />
  94. <Compile Include="UGUIEditor\UI\UETextButton.cs" />
  95. <Compile Include="UGUIEditor\UI\UETextComponent.cs" />
  96. <Compile Include="UGUIEditor\UI\UETextInput.cs" />
  97. <Compile Include="UGUI\BatchQuadsGraphics.cs" />
  98. <Compile Include="UGUI\BatchQuadsSprite.cs" />
  99. <Compile Include="UGUI\BitmapTextGraphics.cs" />
  100. <Compile Include="UGUI\BitmapTextSprite.cs" />
  101. <Compile Include="UGUI\CPJSprite.cs" />
  102. <Compile Include="UGUI\CPJSpriteGraphics.cs" />
  103. <Compile Include="UGUI\DisplayCanvas.cs" />
  104. <Compile Include="UGUI\DisplayNode.cs" />
  105. <Compile Include="UGUI\DisplayNodeBehaviour.cs" />
  106. <Compile Include="UGUI\DisplayNodeInteractive.cs" />
  107. <Compile Include="UGUI\DisplayRoot.cs" />
  108. <Compile Include="UGUI\DisplayText.cs" />
  109. <Compile Include="UGUI\ImageFontGraphics.cs" />
  110. <Compile Include="UGUI\ImageFontSprite.cs" />
  111. <Compile Include="UGUI\ImageGraphics.cs" />
  112. <Compile Include="UGUI\ImageSprite.cs" />
  113. <Compile Include="UGUI\InputField\IInputField.cs" />
  114. <Compile Include="UGUI\InputField\InteractiveInputField.cs" />
  115. <Compile Include="UGUI\InputField\TextLayerInputField.cs" />
  116. <Compile Include="UGUI\InteractiveDummyGraphics.cs" />
  117. <Compile Include="UGUI\MaterialModifier\GrayMaterialModifier.cs" />
  118. <Compile Include="UGUI\MaterialModifier\TextGrayMaterialModifier.cs" />
  119. <Compile Include="UGUI\RichTextBox.cs" />
  120. <Compile Include="UGUI\RichTextBox.Layer.cs" />
  121. <Compile Include="UGUI\ScrollablePanel.cs" />
  122. <Compile Include="UGUI\ScrollRectInteractive.cs" />
  123. <Compile Include="UGUI\TextGraphics.cs" />
  124. <Compile Include="UGUI\TextSprite.cs" />
  125. <Compile Include="UGUI\TintSprite.cs" />
  126. <Compile Include="UGUI\UIFactory.cs" />
  127. <Compile Include="UGUI\UIUtils.cs" />
  128. <Compile Include="UGUI\UIVertexBuffer.cs" />
  129. <Compile Include="XMUnity\DebugUtil\XMUnityDebug.cs" />
  130. <Compile Include="XMUnity\LoadUtil\AssetObject.cs" />
  131. <Compile Include="XMUnity\LoadUtil\XMUnityABLoadAdapter.cs" />
  132. <Compile Include="XMUnity\LoadUtil\XMUnityAssetBundle.cs" />
  133. <Compile Include="XMUnity\LoadUtil\XMUnityAssetBundleLoader.cs" />
  134. <Compile Include="XMUnity\LoadUtil\XMUnityAssetBundleManager.cs" />
  135. <Compile Include="XMUnity\LoadUtil\XMUnityLoadIml.cs" />
  136. <Compile Include="XMUnity\LoadUtil\XMUnityLoadImlFactory.cs" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <ProjectReference Include="..\CommonFileSystem.SharpZipLib\CommonMPQ.SharpZipLib.csproj">
  140. <Project>{29a43d20-f079-42bb-b6ff-d910c04eacd9}</Project>
  141. <Name>CommonMPQ.SharpZipLib</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  144. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  145. <Name>CommonLang</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\CommonUI\CommonUI.csproj">
  148. <Project>{fe159004-4f5c-4a17-b633-e66d5a64acfb}</Project>
  149. <Name>CommonUI</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\CommonUI_Unity3D\CommonUI_Unity3D.csproj">
  152. <Project>{3054ced6-df3b-4ddf-bead-03fcba15f6f0}</Project>
  153. <Name>CommonUI_Unity3D</Name>
  154. </ProjectReference>
  155. </ItemGroup>
  156. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  157. <PropertyGroup>
  158. <PostBuildEvent>
  159. </PostBuildEvent>
  160. </PropertyGroup>
  161. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  162. Other similar extension points exist, see Microsoft.Common.targets.
  163. <Target Name="BeforeBuild">
  164. </Target>
  165. <Target Name="AfterBuild">
  166. </Target>
  167. -->
  168. </Project>