123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{1835E71D-0B6C-463D-B538-E68891E4DACB}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CommonLang</RootNamespace>
- <AssemblyName>CommonLang</AssemblyName>
- <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>3.5</OldToolsVersion>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>portable</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Library\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;USE_STREAM_ORDER;ClientOnly;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>0</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <RegisterForComInterop>false</RegisterForComInterop>
- <DocumentationFile>
- </DocumentationFile>
- <NoWarn>1591</NoWarn>
- <Prefer32Bit>false</Prefer32Bit>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Library\Debug\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <DocumentationFile>
- </DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug_JSGProfile\</OutputPath>
- <DefineConstants>TRACE;DEBUG;USE_STREAM_ORDER</DefineConstants>
- <NoWarn>1591</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="UnityEngine">
- <HintPath>..\..\Library\UnityEngine.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Geometry\BoundingBox.cs" />
- <Compile Include="Geometry\BoundingFrustum.cs" />
- <Compile Include="Geometry\BoundingSphere.cs" />
- <Compile Include="Geometry\CollisionMath.cs" />
- <Compile Include="Geometry\ContainmentType.cs" />
- <Compile Include="Geometry\Curve.cs" />
- <Compile Include="Geometry\CurveContinuity.cs" />
- <Compile Include="Geometry\CurveKey.cs" />
- <Compile Include="Geometry\CurveKeyCollection.cs" />
- <Compile Include="Geometry\CurveLoopType.cs" />
- <Compile Include="Geometry\CurveTangent.cs" />
- <Compile Include="Geometry\SceneGraph2D\DisplayObject.cs" />
- <Compile Include="Geometry\Line2.cs" />
- <Compile Include="Geometry\MathHelper.cs" />
- <Compile Include="Geometry\SceneGraph2D\DisplayRoot.cs" />
- <Compile Include="Geometry\SceneGraph2D\IGraphics.cs" />
- <Compile Include="Timing.cs" />
- <Compile Include="Util\SimpleTrigger.cs" />
- <Compile Include="Vector\MathVector.cs" />
- <Compile Include="Geometry\Matrix.cs" />
- <Compile Include="Geometry\Plane.cs" />
- <Compile Include="Geometry\PlaneIntersectionType.cs" />
- <Compile Include="Geometry\Point.cs" />
- <Compile Include="Geometry\Quaternion.cs" />
- <Compile Include="Geometry\Ray.cs" />
- <Compile Include="Geometry\Rectangle.cs" />
- <Compile Include="Geometry\Vector2.cs" />
- <Compile Include="BitSet.cs" />
- <Compile Include="CheckCode\CheckStruct.cs" />
- <Compile Include="Concurrent\Concurrent.cs" />
- <Compile Include="Concurrent\Executor.cs" />
- <Compile Include="Concurrent\ThreadPool.cs" />
- <Compile Include="Formula\Operator.cs" />
- <Compile Include="Geometry\Vector3.cs" />
- <Compile Include="Geometry\Vector4.cs" />
- <Compile Include="IO\NIO.Buffer.cs" />
- <Compile Include="IO\IO.Stream.cs" />
- <Compile Include="IO\IO.Text.cs" />
- <Compile Include="Log\FileStreamLogFactory.cs" />
- <Compile Include="Net\Session.cs" />
- <Compile Include="Net\IPUtil.cs" />
- <Compile Include="Net\MessageFactory.cs" />
- <Compile Include="Net\ProtocolCodec.cs" />
- <Compile Include="Net\Protocol.cs" />
- <Compile Include="ObjectPool.cs" />
- <Compile Include="Property\Attributes.cs" />
- <Compile Include="IO\ByteOrder.cs" />
- <Compile Include="IO\Files.cs" />
- <Compile Include="IO\IO.cs" />
- <Compile Include="Log\Loggin.cs" />
- <Compile Include="MD5.cs" />
- <Compile Include="Collections.cs" />
- <Compile Include="Parser.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Property\Catgorys.cs" />
- <Compile Include="Property\FieldsMap.cs" />
- <Compile Include="Property\Modeling.cs" />
- <Compile Include="Property\PropertyUtil.cs" />
- <Compile Include="Property\Reflection.cs" />
- <Compile Include="IO\Resource.cs" />
- <Compile Include="CMath.cs" />
- <Compile Include="State.cs" />
- <Compile Include="Utils.cs" />
- <Compile Include="Vector\Shapes.cs" />
- <Compile Include="XCSV\CSV.cs" />
- <Compile Include="XCSV\XCSV.cs" />
- <Compile Include="Xml\XmlUtil.cs" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
- <Visible>False</Visible>
- <ProductName>Windows Installer 3.1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="IO\IO.Message.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>
|