1 Star 0 Fork 0

billwillman/UnityCsReference

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Unity.SerializationLogic.gen.csproj 6.27 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A6749DFF-E369-4FE6-9019-6B7C555E80EA}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Unity.SerializationLogic</RootNamespace>
<AssemblyName>Unity.SerializationLogic</AssemblyName>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UnityEngineTypePredicates.cs" />
<Compile Include="UnitySerializationLogic.cs" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Tests\bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1702</NoWarn>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Tasks.v4.0" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
<Reference Include="Microsoft.Build" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Microsoft.VisualC" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data.Entity" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Data.OracleClient" />
<Reference Include="System.Data.Services.Client" />
<Reference Include="System.Data.Services" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Design" />
<Reference Include="System.DirectoryServices.Protocols" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Dynamic" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IdentityModel.Selectors" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.Management" />
<Reference Include="System.Messaging" />
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net" />
<Reference Include="System.Numerics" />
<Reference Include="System.Reflection.Context" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Runtime.DurableInstancing" />
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.ServiceModel.Activation" />
<Reference Include="System.ServiceModel.Discovery" />
<Reference Include="System.ServiceModel.Internals" />
<Reference Include="System.ServiceModel.Routing" />
<Reference Include="System.ServiceModel.Web" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Transactions" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Extensions.Design" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Mobile" />
<Reference Include="System.Web.RegularExpressions" />
<Reference Include="System.Web.Routing" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows" />
<Reference Include="System.Workflow.Activities" />
<Reference Include="System.Workflow.ComponentModel" />
<Reference Include="System.Workflow.Runtime" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml.Serialization" />
<Reference Include="System.Xml" />
<Reference Include="System" />
<Reference Include="WindowsBase" />
<Reference Include="mscorlib" />
<Reference Include="netstandard">
<HintPath>..\..\External\MonoBleedingEdge\builds\monodistribution\lib\mono\4.5\Facades\netstandard.dll</HintPath>
</Reference>
<Reference Include="Unity.Cecil">
<HintPath>..\..\External\Unity.Cecil\builds\lib\net35\Unity.Cecil.dll</HintPath>
</Reference>
<ProjectReference Include="..\Unity.CecilTools\Unity.CecilTools.gen.csproj">
<Project>{35FF4EBD-85F0-4727-8AC0-32AE4F3723D0}</Project>
<Name>Unity.CecilTools</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/billwillman/UnityCsReference.git
git@gitee.com:billwillman/UnityCsReference.git
billwillman
UnityCsReference
UnityCsReference
master

搜索帮助