Skip to content

Commit 3fcad4b

Browse files
author
Unity Technologies
committed
Unity 2022.1.0a15 C# reference source code
1 parent e740821 commit 3fcad4b

File tree

499 files changed

+12956
-6353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

499 files changed

+12956
-6353
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.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')" />
2+
<Project Sdk="Microsoft.NET.Sdk">
43
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{236F6903-2F21-1CCA-571E-C6D1D859E1EA}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<RootNamespace>BeeBuildProgramCommon.Data</RootNamespace>
10-
<AssemblyName>BeeBuildProgramCommon.Data</AssemblyName>
11-
<FileAlignment>512</FileAlignment>
12-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
4+
<TargetFramework>netstandard2.1</TargetFramework>
5+
<GenerateDocumentationFile>false</GenerateDocumentationFile>
6+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7+
<EnableDefaultItems>false</EnableDefaultItems>
138
<LangVersion>latest</LangVersion>
9+
<NoWarn></NoWarn>
1410
</PropertyGroup>
1511
<ItemGroup>
1612
<Compile Include="Data.cs" />
1713
</ItemGroup>
18-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19-
<PlatformTarget>AnyCPU</PlatformTarget>
20-
<DebugSymbols>true</DebugSymbols>
21-
<DebugType>full</DebugType>
22-
<Optimize>false</Optimize>
23-
<OutputPath>..\..\..\artifacts\BeeBuildProgramCommon.Data.dll\Debug</OutputPath>
24-
<DefineConstants></DefineConstants>
25-
<ErrorReport>prompt</ErrorReport>
26-
<WarningLevel>4</WarningLevel>
27-
<NoWarn></NoWarn>
28-
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
29-
<Prefer32Bit>false</Prefer32Bit>
30-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
31-
</PropertyGroup>
32-
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33-
<Reference Include="Microsoft.Build.Engine" />
34-
<Reference Include="Microsoft.Build.Framework" />
35-
<Reference Include="Microsoft.Build.Tasks.v4.0" />
36-
<Reference Include="Microsoft.Build.Utilities.v4.0" />
37-
<Reference Include="Microsoft.Build" />
38-
<Reference Include="Microsoft.CSharp" />
39-
<Reference Include="Microsoft.VisualBasic" />
40-
<Reference Include="Microsoft.VisualC" />
41-
<Reference Include="System.ComponentModel.Composition" />
42-
<Reference Include="System.ComponentModel.DataAnnotations" />
43-
<Reference Include="System.Configuration.Install" />
44-
<Reference Include="System.Configuration" />
45-
<Reference Include="System.Core" />
46-
<Reference Include="System.Data.DataSetExtensions" />
47-
<Reference Include="System.Data.Entity" />
48-
<Reference Include="System.Data.Linq" />
49-
<Reference Include="System.Data.OracleClient" />
50-
<Reference Include="System.Data.Services.Client" />
51-
<Reference Include="System.Data.Services" />
52-
<Reference Include="System.Data" />
53-
<Reference Include="System.Deployment" />
54-
<Reference Include="System.Design" />
55-
<Reference Include="System.DirectoryServices.Protocols" />
56-
<Reference Include="System.DirectoryServices" />
57-
<Reference Include="System.Drawing.Design" />
58-
<Reference Include="System.Drawing" />
59-
<Reference Include="System.Dynamic" />
60-
<Reference Include="System.EnterpriseServices" />
61-
<Reference Include="System.IO.Compression.FileSystem" />
62-
<Reference Include="System.IO.Compression" />
63-
<Reference Include="System.IdentityModel.Selectors" />
64-
<Reference Include="System.IdentityModel" />
65-
<Reference Include="System.Management" />
66-
<Reference Include="System.Messaging" />
67-
<Reference Include="System.Net.Http.WebRequest" />
68-
<Reference Include="System.Net.Http" />
69-
<Reference Include="System.Net" />
70-
<Reference Include="System.Numerics" />
71-
<Reference Include="System.Reflection.Context" />
72-
<Reference Include="System.Runtime.Caching" />
73-
<Reference Include="System.Runtime.DurableInstancing" />
74-
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
75-
<Reference Include="System.Runtime.Remoting" />
76-
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
77-
<Reference Include="System.Runtime.Serialization" />
78-
<Reference Include="System.Security" />
79-
<Reference Include="System.ServiceModel.Activation" />
80-
<Reference Include="System.ServiceModel.Discovery" />
81-
<Reference Include="System.ServiceModel.Internals" />
82-
<Reference Include="System.ServiceModel.Routing" />
83-
<Reference Include="System.ServiceModel.Web" />
84-
<Reference Include="System.ServiceModel" />
85-
<Reference Include="System.ServiceProcess" />
86-
<Reference Include="System.Transactions" />
87-
<Reference Include="System.Web.Abstractions" />
88-
<Reference Include="System.Web.ApplicationServices" />
89-
<Reference Include="System.Web.DynamicData" />
90-
<Reference Include="System.Web.Extensions.Design" />
91-
<Reference Include="System.Web.Extensions" />
92-
<Reference Include="System.Web.Mobile" />
93-
<Reference Include="System.Web.RegularExpressions" />
94-
<Reference Include="System.Web.Routing" />
95-
<Reference Include="System.Web.Services" />
96-
<Reference Include="System.Web" />
97-
<Reference Include="System.Windows.Forms.DataVisualization" />
98-
<Reference Include="System.Windows.Forms" />
99-
<Reference Include="System.Windows" />
100-
<Reference Include="System.Workflow.Activities" />
101-
<Reference Include="System.Workflow.ComponentModel" />
102-
<Reference Include="System.Workflow.Runtime" />
103-
<Reference Include="System.Xaml" />
104-
<Reference Include="System.Xml.Linq" />
105-
<Reference Include="System.Xml.Serialization" />
106-
<Reference Include="System.Xml" />
107-
<Reference Include="System" />
108-
<Reference Include="WindowsBase" />
109-
<Reference Include="mscorlib" />
110-
</ItemGroup>
111-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112-
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
11314
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.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')" />
2+
<Project Sdk="Microsoft.NET.Sdk">
43
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{0B340C5C-3844-3B45-E3FD-DA591C333973}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<RootNamespace>PlayerBuildProgramLibrary.Data</RootNamespace>
10-
<AssemblyName>PlayerBuildProgramLibrary.Data</AssemblyName>
11-
<FileAlignment>512</FileAlignment>
12-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
4+
<TargetFramework>netstandard2.1</TargetFramework>
5+
<GenerateDocumentationFile>false</GenerateDocumentationFile>
6+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7+
<EnableDefaultItems>false</EnableDefaultItems>
138
<LangVersion>latest</LangVersion>
9+
<NoWarn></NoWarn>
10+
<AssemblyName>PlayerBuildProgramLibrary.Data</AssemblyName>
1411
</PropertyGroup>
1512
<ItemGroup>
1613
<Compile Include="Data.cs" />
14+
<ProjectReference Include="../BeeBuildProgramCommon.Data/BeeBuildProgramCommon.Data.gen.csproj" />
1715
</ItemGroup>
18-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19-
<PlatformTarget>AnyCPU</PlatformTarget>
20-
<DebugSymbols>true</DebugSymbols>
21-
<DebugType>full</DebugType>
22-
<Optimize>false</Optimize>
23-
<OutputPath>..\..\..\artifacts\PlayerBuildProgramLibrary.Data.dll\Debug</OutputPath>
24-
<DefineConstants></DefineConstants>
25-
<ErrorReport>prompt</ErrorReport>
26-
<WarningLevel>4</WarningLevel>
27-
<NoWarn></NoWarn>
28-
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
29-
<Prefer32Bit>false</Prefer32Bit>
30-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
31-
</PropertyGroup>
32-
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33-
<Reference Include="Microsoft.Build.Engine" />
34-
<Reference Include="Microsoft.Build.Framework" />
35-
<Reference Include="Microsoft.Build.Tasks.v4.0" />
36-
<Reference Include="Microsoft.Build.Utilities.v4.0" />
37-
<Reference Include="Microsoft.Build" />
38-
<Reference Include="Microsoft.CSharp" />
39-
<Reference Include="Microsoft.VisualBasic" />
40-
<Reference Include="Microsoft.VisualC" />
41-
<Reference Include="System.ComponentModel.Composition" />
42-
<Reference Include="System.ComponentModel.DataAnnotations" />
43-
<Reference Include="System.Configuration.Install" />
44-
<Reference Include="System.Configuration" />
45-
<Reference Include="System.Core" />
46-
<Reference Include="System.Data.DataSetExtensions" />
47-
<Reference Include="System.Data.Entity" />
48-
<Reference Include="System.Data.Linq" />
49-
<Reference Include="System.Data.OracleClient" />
50-
<Reference Include="System.Data.Services.Client" />
51-
<Reference Include="System.Data.Services" />
52-
<Reference Include="System.Data" />
53-
<Reference Include="System.Deployment" />
54-
<Reference Include="System.Design" />
55-
<Reference Include="System.DirectoryServices.Protocols" />
56-
<Reference Include="System.DirectoryServices" />
57-
<Reference Include="System.Drawing.Design" />
58-
<Reference Include="System.Drawing" />
59-
<Reference Include="System.Dynamic" />
60-
<Reference Include="System.EnterpriseServices" />
61-
<Reference Include="System.IO.Compression.FileSystem" />
62-
<Reference Include="System.IO.Compression" />
63-
<Reference Include="System.IdentityModel.Selectors" />
64-
<Reference Include="System.IdentityModel" />
65-
<Reference Include="System.Management" />
66-
<Reference Include="System.Messaging" />
67-
<Reference Include="System.Net.Http.WebRequest" />
68-
<Reference Include="System.Net.Http" />
69-
<Reference Include="System.Net" />
70-
<Reference Include="System.Numerics" />
71-
<Reference Include="System.Reflection.Context" />
72-
<Reference Include="System.Runtime.Caching" />
73-
<Reference Include="System.Runtime.DurableInstancing" />
74-
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
75-
<Reference Include="System.Runtime.Remoting" />
76-
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
77-
<Reference Include="System.Runtime.Serialization" />
78-
<Reference Include="System.Security" />
79-
<Reference Include="System.ServiceModel.Activation" />
80-
<Reference Include="System.ServiceModel.Discovery" />
81-
<Reference Include="System.ServiceModel.Internals" />
82-
<Reference Include="System.ServiceModel.Routing" />
83-
<Reference Include="System.ServiceModel.Web" />
84-
<Reference Include="System.ServiceModel" />
85-
<Reference Include="System.ServiceProcess" />
86-
<Reference Include="System.Transactions" />
87-
<Reference Include="System.Web.Abstractions" />
88-
<Reference Include="System.Web.ApplicationServices" />
89-
<Reference Include="System.Web.DynamicData" />
90-
<Reference Include="System.Web.Extensions.Design" />
91-
<Reference Include="System.Web.Extensions" />
92-
<Reference Include="System.Web.Mobile" />
93-
<Reference Include="System.Web.RegularExpressions" />
94-
<Reference Include="System.Web.Routing" />
95-
<Reference Include="System.Web.Services" />
96-
<Reference Include="System.Web" />
97-
<Reference Include="System.Windows.Forms.DataVisualization" />
98-
<Reference Include="System.Windows.Forms" />
99-
<Reference Include="System.Windows" />
100-
<Reference Include="System.Workflow.Activities" />
101-
<Reference Include="System.Workflow.ComponentModel" />
102-
<Reference Include="System.Workflow.Runtime" />
103-
<Reference Include="System.Xaml" />
104-
<Reference Include="System.Xml.Linq" />
105-
<Reference Include="System.Xml.Serialization" />
106-
<Reference Include="System.Xml" />
107-
<Reference Include="System" />
108-
<Reference Include="WindowsBase" />
109-
<Reference Include="mscorlib" />
110-
<ProjectReference Include="..\BeeBuildProgramCommon.Data\BeeBuildProgramCommon.Data.gen.csproj">
111-
<Project>{236F6903-2F21-1CCA-571E-C6D1D859E1EA}</Project>
112-
<Name>BeeBuildProgramCommon.Data</Name>
113-
</ProjectReference>
114-
</ItemGroup>
115-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116-
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
11716
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.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')" />
2+
<Project Sdk="Microsoft.NET.Sdk">
43
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{2BA9D0ED-D2EF-DA84-1599-37A046A44915}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<RootNamespace>ScriptCompilationBuildProgram.Data</RootNamespace>
10-
<AssemblyName>ScriptCompilationBuildProgram.Data</AssemblyName>
11-
<FileAlignment>512</FileAlignment>
12-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
4+
<TargetFramework>netstandard2.1</TargetFramework>
5+
<GenerateDocumentationFile>false</GenerateDocumentationFile>
6+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
7+
<EnableDefaultItems>false</EnableDefaultItems>
138
<LangVersion>latest</LangVersion>
9+
<NoWarn></NoWarn>
1410
</PropertyGroup>
1511
<ItemGroup>
1612
<Compile Include="Data.cs" />
13+
<ProjectReference Include="../BeeBuildProgramCommon.Data/BeeBuildProgramCommon.Data.gen.csproj" />
1714
</ItemGroup>
18-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19-
<PlatformTarget>AnyCPU</PlatformTarget>
20-
<DebugSymbols>true</DebugSymbols>
21-
<DebugType>full</DebugType>
22-
<Optimize>false</Optimize>
23-
<OutputPath>..\..\..\artifacts\ScriptCompilationBuildProgram.Data.dll\Debug</OutputPath>
24-
<DefineConstants></DefineConstants>
25-
<ErrorReport>prompt</ErrorReport>
26-
<WarningLevel>4</WarningLevel>
27-
<NoWarn></NoWarn>
28-
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
29-
<Prefer32Bit>false</Prefer32Bit>
30-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
31-
</PropertyGroup>
32-
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33-
<Reference Include="Microsoft.Build.Engine" />
34-
<Reference Include="Microsoft.Build.Framework" />
35-
<Reference Include="Microsoft.Build.Tasks.v4.0" />
36-
<Reference Include="Microsoft.Build.Utilities.v4.0" />
37-
<Reference Include="Microsoft.Build" />
38-
<Reference Include="Microsoft.CSharp" />
39-
<Reference Include="Microsoft.VisualBasic" />
40-
<Reference Include="Microsoft.VisualC" />
41-
<Reference Include="System.ComponentModel.Composition" />
42-
<Reference Include="System.ComponentModel.DataAnnotations" />
43-
<Reference Include="System.Configuration.Install" />
44-
<Reference Include="System.Configuration" />
45-
<Reference Include="System.Core" />
46-
<Reference Include="System.Data.DataSetExtensions" />
47-
<Reference Include="System.Data.Entity" />
48-
<Reference Include="System.Data.Linq" />
49-
<Reference Include="System.Data.OracleClient" />
50-
<Reference Include="System.Data.Services.Client" />
51-
<Reference Include="System.Data.Services" />
52-
<Reference Include="System.Data" />
53-
<Reference Include="System.Deployment" />
54-
<Reference Include="System.Design" />
55-
<Reference Include="System.DirectoryServices.Protocols" />
56-
<Reference Include="System.DirectoryServices" />
57-
<Reference Include="System.Drawing.Design" />
58-
<Reference Include="System.Drawing" />
59-
<Reference Include="System.Dynamic" />
60-
<Reference Include="System.EnterpriseServices" />
61-
<Reference Include="System.IO.Compression.FileSystem" />
62-
<Reference Include="System.IO.Compression" />
63-
<Reference Include="System.IdentityModel.Selectors" />
64-
<Reference Include="System.IdentityModel" />
65-
<Reference Include="System.Management" />
66-
<Reference Include="System.Messaging" />
67-
<Reference Include="System.Net.Http.WebRequest" />
68-
<Reference Include="System.Net.Http" />
69-
<Reference Include="System.Net" />
70-
<Reference Include="System.Numerics" />
71-
<Reference Include="System.Reflection.Context" />
72-
<Reference Include="System.Runtime.Caching" />
73-
<Reference Include="System.Runtime.DurableInstancing" />
74-
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
75-
<Reference Include="System.Runtime.Remoting" />
76-
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
77-
<Reference Include="System.Runtime.Serialization" />
78-
<Reference Include="System.Security" />
79-
<Reference Include="System.ServiceModel.Activation" />
80-
<Reference Include="System.ServiceModel.Discovery" />
81-
<Reference Include="System.ServiceModel.Internals" />
82-
<Reference Include="System.ServiceModel.Routing" />
83-
<Reference Include="System.ServiceModel.Web" />
84-
<Reference Include="System.ServiceModel" />
85-
<Reference Include="System.ServiceProcess" />
86-
<Reference Include="System.Transactions" />
87-
<Reference Include="System.Web.Abstractions" />
88-
<Reference Include="System.Web.ApplicationServices" />
89-
<Reference Include="System.Web.DynamicData" />
90-
<Reference Include="System.Web.Extensions.Design" />
91-
<Reference Include="System.Web.Extensions" />
92-
<Reference Include="System.Web.Mobile" />
93-
<Reference Include="System.Web.RegularExpressions" />
94-
<Reference Include="System.Web.Routing" />
95-
<Reference Include="System.Web.Services" />
96-
<Reference Include="System.Web" />
97-
<Reference Include="System.Windows.Forms.DataVisualization" />
98-
<Reference Include="System.Windows.Forms" />
99-
<Reference Include="System.Windows" />
100-
<Reference Include="System.Workflow.Activities" />
101-
<Reference Include="System.Workflow.ComponentModel" />
102-
<Reference Include="System.Workflow.Runtime" />
103-
<Reference Include="System.Xaml" />
104-
<Reference Include="System.Xml.Linq" />
105-
<Reference Include="System.Xml.Serialization" />
106-
<Reference Include="System.Xml" />
107-
<Reference Include="System" />
108-
<Reference Include="WindowsBase" />
109-
<Reference Include="mscorlib" />
110-
<ProjectReference Include="..\BeeBuildProgramCommon.Data\BeeBuildProgramCommon.Data.gen.csproj">
111-
<Project>{236F6903-2F21-1CCA-571E-C6D1D859E1EA}</Project>
112-
<Name>BeeBuildProgramCommon.Data</Name>
113-
</ProjectReference>
114-
</ItemGroup>
115-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116-
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
11715
</Project>

0 commit comments

Comments
 (0)