CommonLang_C.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1835E71D-0B6C-463D-B538-E68891E4DACB}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CommonLang</RootNamespace>
  12. <AssemblyName>CommonLang</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. <TargetFrameworkProfile>
  36. </TargetFrameworkProfile>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>portable</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>..\..\Library\Debug\</OutputPath>
  43. <DefineConstants>TRACE;DEBUG;USE_STREAM_ORDER;ClientOnly;</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>0</WarningLevel>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. <RegisterForComInterop>false</RegisterForComInterop>
  48. <DocumentationFile>
  49. </DocumentationFile>
  50. <NoWarn>1591</NoWarn>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>..\..\Library\Debug\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  62. <DocumentationFile>
  63. </DocumentationFile>
  64. <Prefer32Bit>false</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  69. <DefineConstants>TRACE;DEBUG;USE_STREAM_ORDER</DefineConstants>
  70. <NoWarn>1591</NoWarn>
  71. <DebugType>full</DebugType>
  72. <PlatformTarget>AnyCPU</PlatformTarget>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  75. <Prefer32Bit>false</Prefer32Bit>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="System" />
  79. <Reference Include="System.Xml" />
  80. <Reference Include="UnityEngine">
  81. <HintPath>..\..\Library\UnityEngine.dll</HintPath>
  82. </Reference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="Geometry\BoundingBox.cs" />
  86. <Compile Include="Geometry\BoundingFrustum.cs" />
  87. <Compile Include="Geometry\BoundingSphere.cs" />
  88. <Compile Include="Geometry\CollisionMath.cs" />
  89. <Compile Include="Geometry\ContainmentType.cs" />
  90. <Compile Include="Geometry\Curve.cs" />
  91. <Compile Include="Geometry\CurveContinuity.cs" />
  92. <Compile Include="Geometry\CurveKey.cs" />
  93. <Compile Include="Geometry\CurveKeyCollection.cs" />
  94. <Compile Include="Geometry\CurveLoopType.cs" />
  95. <Compile Include="Geometry\CurveTangent.cs" />
  96. <Compile Include="Geometry\SceneGraph2D\DisplayObject.cs" />
  97. <Compile Include="Geometry\Line2.cs" />
  98. <Compile Include="Geometry\MathHelper.cs" />
  99. <Compile Include="Geometry\SceneGraph2D\DisplayRoot.cs" />
  100. <Compile Include="Geometry\SceneGraph2D\IGraphics.cs" />
  101. <Compile Include="Timing.cs" />
  102. <Compile Include="Util\SimpleTrigger.cs" />
  103. <Compile Include="Vector\MathVector.cs" />
  104. <Compile Include="Geometry\Matrix.cs" />
  105. <Compile Include="Geometry\Plane.cs" />
  106. <Compile Include="Geometry\PlaneIntersectionType.cs" />
  107. <Compile Include="Geometry\Point.cs" />
  108. <Compile Include="Geometry\Quaternion.cs" />
  109. <Compile Include="Geometry\Ray.cs" />
  110. <Compile Include="Geometry\Rectangle.cs" />
  111. <Compile Include="Geometry\Vector2.cs" />
  112. <Compile Include="BitSet.cs" />
  113. <Compile Include="CheckCode\CheckStruct.cs" />
  114. <Compile Include="Concurrent\Concurrent.cs" />
  115. <Compile Include="Concurrent\Executor.cs" />
  116. <Compile Include="Concurrent\ThreadPool.cs" />
  117. <Compile Include="Formula\Operator.cs" />
  118. <Compile Include="Geometry\Vector3.cs" />
  119. <Compile Include="Geometry\Vector4.cs" />
  120. <Compile Include="IO\NIO.Buffer.cs" />
  121. <Compile Include="IO\IO.Stream.cs" />
  122. <Compile Include="IO\IO.Text.cs" />
  123. <Compile Include="Log\FileStreamLogFactory.cs" />
  124. <Compile Include="Net\Session.cs" />
  125. <Compile Include="Net\IPUtil.cs" />
  126. <Compile Include="Net\MessageFactory.cs" />
  127. <Compile Include="Net\ProtocolCodec.cs" />
  128. <Compile Include="Net\Protocol.cs" />
  129. <Compile Include="ObjectPool.cs" />
  130. <Compile Include="Property\Attributes.cs" />
  131. <Compile Include="IO\ByteOrder.cs" />
  132. <Compile Include="IO\Files.cs" />
  133. <Compile Include="IO\IO.cs" />
  134. <Compile Include="Log\Loggin.cs" />
  135. <Compile Include="MD5.cs" />
  136. <Compile Include="Collections.cs" />
  137. <Compile Include="Parser.cs" />
  138. <Compile Include="Properties\AssemblyInfo.cs" />
  139. <Compile Include="Property\Catgorys.cs" />
  140. <Compile Include="Property\FieldsMap.cs" />
  141. <Compile Include="Property\Modeling.cs" />
  142. <Compile Include="Property\PropertyUtil.cs" />
  143. <Compile Include="Property\Reflection.cs" />
  144. <Compile Include="IO\Resource.cs" />
  145. <Compile Include="CMath.cs" />
  146. <Compile Include="State.cs" />
  147. <Compile Include="Utils.cs" />
  148. <Compile Include="Vector\Shapes.cs" />
  149. <Compile Include="XCSV\CSV.cs" />
  150. <Compile Include="XCSV\XCSV.cs" />
  151. <Compile Include="Xml\XmlUtil.cs" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  155. <Visible>False</Visible>
  156. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  157. <Install>false</Install>
  158. </BootstrapperPackage>
  159. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  160. <Visible>False</Visible>
  161. <ProductName>.NET Framework 3.5 SP1</ProductName>
  162. <Install>true</Install>
  163. </BootstrapperPackage>
  164. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  165. <Visible>False</Visible>
  166. <ProductName>Windows Installer 3.1</ProductName>
  167. <Install>true</Install>
  168. </BootstrapperPackage>
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Compile Include="IO\IO.Message.cs" />
  172. </ItemGroup>
  173. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  174. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  175. Other similar extension points exist, see Microsoft.Common.targets.
  176. <Target Name="BeforeBuild">
  177. </Target>
  178. <Target Name="AfterBuild">
  179. </Target>
  180. -->
  181. <PropertyGroup>
  182. <PostBuildEvent>
  183. </PostBuildEvent>
  184. </PropertyGroup>
  185. </Project>