Skip to content

Commit 3355ae3

Browse files
committed
make Unity.dll a PCL
1 parent 463529f commit 3355ae3

40 files changed

+149
-2555
lines changed

source/Common/GlobalAssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System;
44
using System.Reflection;
55
using System.Security;
6+
67
[assembly: CLSCompliant(true)]
78
[assembly: AssemblyProduct("Microsoft Unity Application Block")]
89
[assembly: AssemblyCompany("Microsoft Corporation")]

source/NuGet/Unity.nuspec

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,25 @@
99
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
1010
<projectUrl>http://unity.codeplex.com</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12+
<dependencies>
13+
<group targetFramework="win8">
14+
<dependency id="CommonServiceLocator" version="1.2.0" />
15+
</group>
16+
</dependencies>
1217
<description>The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. It facilitates loosely-coupled design.</description>
1318
<summary>The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection.</summary>
1419
<tags>Unity EntLib EntLib6 IoC DI container dependency injection inversion control LOB WinRT Win8 Windows8 NetCore WindowsStoreApps WindowsStore futures OSS</tags>
1520
</metadata>
1621
<files>
17-
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.dll" target="lib\Net45" />
18-
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.pdb" target="lib\Net45" />
19-
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.xml" target="lib\Net45" />
20-
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.Configuration.dll" target="lib\Net45" />
21-
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.Configuration.pdb" target="lib\Net45" />
22-
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.Configuration.xml" target="lib\Net45" />
23-
<file src="bin\NetCore\$Configuration$\Microsoft.Practices.Unity.NetCore.dll" target="lib\NetCore45" />
24-
<file src="bin\NetCore\$Configuration$\Microsoft.Practices.Unity.NetCore.pdb" target="lib\NetCore45" />
25-
<file src="bin\NetCore\$Configuration$\Microsoft.Practices.Unity.NetCore.pri" target="lib\NetCore45" />
26-
<file src="bin\NetCore\$Configuration$\Microsoft.Practices.Unity.NetCore.xml" target="lib\NetCore45" />
27-
<file src="bin\WindowsPhone\$Configuration$\Microsoft.Practices.Unity.WindowsPhone.dll" target="lib\wp8" />
28-
<file src="bin\WindowsPhone\$Configuration$\Microsoft.Practices.Unity.WindowsPhone.pdb" target="lib\wp8" />
29-
<file src="bin\WindowsPhone\$Configuration$\Microsoft.Practices.Unity.WindowsPhone.xml" target="lib\wp8" />
22+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.dll" target="lib\portable-net45+wp80+win8" />
23+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.pdb" target="lib\portable-net45+wp80+win8" />
24+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.xml" target="lib\portable-net45+wp80+win8" />
25+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.dll" target="lib\net45" />
26+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.pdb" target="lib\net45" />
27+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.xml" target="lib\net45" />
28+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.Configuration.dll" target="lib\net45" />
29+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.Configuration.pdb" target="lib\net45" />
30+
<file src="bin\Desktop\$Configuration$\Microsoft.Practices.Unity.Configuration.xml" target="lib\net45" />
3031
<file src="UnityConfiguration30.xsd" target="" />
3132
<file src="NuGet\tools\Unity\install.ps1" target="tools" />
3233
<file src="Unity\Src\**\*.cs" target="src\Unity\Src" />

source/Unity.Configuration/Src/Migrated rules for Unity.Configuration.ruleset

Lines changed: 0 additions & 8 deletions
This file was deleted.

source/Unity.Configuration/Src/Unity.Configuration.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
<SubType>Designer</SubType>
157157
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
158158
</None>
159-
<None Include="Migrated rules for Unity.Configuration.ruleset" />
160159
<None Include="packages.config" />
161160
</ItemGroup>
162161
<ItemGroup>

source/Unity.NetCore.sln

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2012
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.NetCore", "Unity\Src\Unity.NetCore.csproj", "{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}"
5-
EndProject
64
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Tests.NetCore", "Unity\Tests\Unity.NetCore.Tests\Unity.Tests.NetCore.csproj", "{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}"
75
ProjectSection(ProjectDependencies) = postProject
86
{A2CF2916-F998-4C62-9743-11A7466FE57C} = {A2CF2916-F998-4C62-9743-11A7466FE57C}
@@ -14,50 +12,70 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MissingAssembly.NetCore", "
1412
EndProject
1513
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestNetAssembly.NetCore", "Unity\Tests\TestAssemblies\TestNetAssembly.NetCore\TestNetAssembly.NetCore.csproj", "{A2CF2916-F998-4C62-9743-11A7466FE57C}"
1614
EndProject
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity", "Unity\Src\Unity.csproj", "{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}"
16+
EndProject
1717
Global
1818
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1919
Debug|Any CPU = Debug|Any CPU
2020
Debug|ARM = Debug|ARM
21+
Debug|Mixed Platforms = Debug|Mixed Platforms
2122
Release|Any CPU = Release|Any CPU
2223
Release|ARM = Release|ARM
24+
Release|Mixed Platforms = Release|Mixed Platforms
2325
EndGlobalSection
2426
GlobalSection(ProjectConfigurationPlatforms) = postSolution
25-
{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26-
{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}.Debug|Any CPU.Build.0 = Debug|Any CPU
27-
{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}.Debug|ARM.ActiveCfg = Debug|Any CPU
28-
{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}.Debug|ARM.Build.0 = Debug|Any CPU
29-
{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}.Release|Any CPU.ActiveCfg = Release|Any CPU
30-
{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}.Release|Any CPU.Build.0 = Release|Any CPU
31-
{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}.Release|ARM.ActiveCfg = Release|Any CPU
32-
{C981D8E3-9A29-4DEE-8E64-ED6DB30A2D94}.Release|ARM.Build.0 = Release|Any CPU
3327
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|Any CPU.ActiveCfg = Debug|x86
3428
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|Any CPU.Build.0 = Debug|x86
3529
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|Any CPU.Deploy.0 = Debug|x86
3630
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|ARM.ActiveCfg = Debug|ARM
3731
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|ARM.Build.0 = Debug|ARM
3832
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|ARM.Deploy.0 = Debug|ARM
33+
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
34+
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|Mixed Platforms.Build.0 = Debug|x86
35+
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
3936
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|Any CPU.ActiveCfg = Release|x86
4037
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|Any CPU.Build.0 = Release|x86
4138
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|Any CPU.Deploy.0 = Release|x86
4239
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|ARM.ActiveCfg = Release|ARM
4340
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|ARM.Build.0 = Release|ARM
4441
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|ARM.Deploy.0 = Release|ARM
42+
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|Mixed Platforms.ActiveCfg = Release|x86
43+
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|Mixed Platforms.Build.0 = Release|x86
44+
{D8DE13B0-238A-4B1F-8B05-2A54E612E8E8}.Release|Mixed Platforms.Deploy.0 = Release|x86
4545
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4646
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
4747
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Debug|ARM.ActiveCfg = Debug|Any CPU
4848
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Debug|ARM.Build.0 = Debug|Any CPU
49+
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
50+
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
4951
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
5052
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Release|Any CPU.Build.0 = Release|Any CPU
5153
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Release|ARM.ActiveCfg = Release|Any CPU
5254
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Release|ARM.Build.0 = Release|Any CPU
55+
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
56+
{4CB49AFB-6508-4AE9-A7A8-CBAEE81C51F7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
5357
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5458
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Debug|Any CPU.Build.0 = Debug|Any CPU
5559
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Debug|ARM.ActiveCfg = Debug|Any CPU
5660
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Debug|ARM.Build.0 = Debug|Any CPU
61+
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
62+
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
5763
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Release|Any CPU.ActiveCfg = Release|Any CPU
5864
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Release|Any CPU.Build.0 = Release|Any CPU
5965
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Release|ARM.ActiveCfg = Release|Any CPU
6066
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Release|ARM.Build.0 = Release|Any CPU
67+
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
68+
{A2CF2916-F998-4C62-9743-11A7466FE57C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
69+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
70+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
71+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|ARM.ActiveCfg = Debug|Any CPU
72+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
73+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
74+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
75+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Any CPU.Build.0 = Release|Any CPU
76+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|ARM.ActiveCfg = Release|Any CPU
77+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
78+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
6179
EndGlobalSection
6280
GlobalSection(SolutionProperties) = preSolution
6381
HideSolutionNode = FALSE

source/Unity.WindowsPhone.sln

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2012
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.WindowsPhone", "Unity\Src\Unity.WindowsPhone.csproj", "{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}"
5-
EndProject
64
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Tests.WindowsPhone", "Unity\Tests\Unity.Tests.WindowsPhone\Unity.Tests.WindowsPhone.csproj", "{E2867882-DECA-4E8B-8979-655700D6F550}"
75
EndProject
86
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestAssemblies", "TestAssemblies", "{1B8DEF40-DB88-4B72-93B6-962C4C997A1A}"
@@ -11,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestNetAssembly.WindowsPhon
119
EndProject
1210
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MissingAssembly.WindowsPhone", "Unity\Tests\TestAssemblies\MissingAssembly.WindowsPhone\MissingAssembly.WindowsPhone.csproj", "{1036D963-0360-41A8-8B34-7FC71193DDA5}"
1311
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity", "Unity\Src\Unity.csproj", "{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}"
13+
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1616
Debug|Any CPU = Debug|Any CPU
@@ -23,22 +23,6 @@ Global
2323
Release|x86 = Release|x86
2424
EndGlobalSection
2525
GlobalSection(ProjectConfigurationPlatforms) = postSolution
26-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Debug|ARM.ActiveCfg = Debug|Any CPU
29-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Debug|ARM.Build.0 = Debug|Any CPU
30-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
31-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
32-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Debug|x86.ActiveCfg = Debug|Any CPU
33-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Debug|x86.Build.0 = Debug|Any CPU
34-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Release|Any CPU.Build.0 = Release|Any CPU
36-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Release|ARM.ActiveCfg = Release|Any CPU
37-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Release|ARM.Build.0 = Release|Any CPU
38-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
39-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
40-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Release|x86.ActiveCfg = Release|Any CPU
41-
{A2A7F5A7-0F7F-4D29-939B-E7D2CB0AE21F}.Release|x86.Build.0 = Release|Any CPU
4226
{E2867882-DECA-4E8B-8979-655700D6F550}.Debug|Any CPU.ActiveCfg = Debug|x86
4327
{E2867882-DECA-4E8B-8979-655700D6F550}.Debug|Any CPU.Build.0 = Debug|x86
4428
{E2867882-DECA-4E8B-8979-655700D6F550}.Debug|ARM.ActiveCfg = Debug|ARM
@@ -93,6 +77,18 @@ Global
9377
{1036D963-0360-41A8-8B34-7FC71193DDA5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
9478
{1036D963-0360-41A8-8B34-7FC71193DDA5}.Release|x86.ActiveCfg = Release|Any CPU
9579
{1036D963-0360-41A8-8B34-7FC71193DDA5}.Release|x86.Build.0 = Release|Any CPU
80+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
81+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
82+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|ARM.ActiveCfg = Debug|Any CPU
83+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
84+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
85+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|x86.ActiveCfg = Debug|Any CPU
86+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
87+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Any CPU.Build.0 = Release|Any CPU
88+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|ARM.ActiveCfg = Release|Any CPU
89+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
90+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
91+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|x86.ActiveCfg = Release|Any CPU
9692
EndGlobalSection
9793
GlobalSection(SolutionProperties) = preSolution
9894
HideSolutionNode = FALSE

source/Unity.ruleset

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
<RuleSet Name="Unity" ToolsVersion="11.0">
33
<Include Path="globalizationrules.ruleset" Action="Default" />
44
<Include Path="minimumrecommendedrules.ruleset" Action="Default" />
5+
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
6+
<Rule Id="CA2101" Action="None" />
7+
</Rules>
58
</RuleSet>

source/Unity/Src/GlobalAssemblyInfo.2010.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

source/Unity/Src/GlobalAssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
using System;
44
using System.Reflection;
55
using System.Security;
6+
67
[assembly: CLSCompliant(true)]
78
[assembly: AssemblyProduct("Microsoft Unity Application Block")]
89
[assembly: AssemblyCompany("Microsoft Corporation")]
910

10-
#if !SILVERLIGHT && !NETFX_CORE
1111
[assembly: SecurityTransparent]
12-
#endif
1312

1413
#if DEBUG
1514
[assembly: AssemblyConfiguration("Debug")]

source/Unity/Src/Migrated rules for Unity (2).ruleset

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)