Skip to content

Commit 3db7d98

Browse files
committed
bumped VS version to 16 in .sln, removed InternalsVisible for a dead assembly, removed unused references from AutoML test project
1 parent 179a99a commit 3db7d98

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

Microsoft.ML.sln

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 15
3-
VisualStudioVersion = 15.0.27130.2026
2+
# Visual Studio Version 16
3+
VisualStudioVersion = 16.0.29209.152
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Core", "src\Microsoft.ML.Core\Microsoft.ML.Core.csproj", "{A6CA6CC6-5D7C-4D7F-A0F5-35E14B383B0A}"
66
EndProject
@@ -1611,7 +1611,6 @@ Global
16111611
{A6924919-9E37-4023-8B7F-E85C8E3CC9B3}.Release-netfx|Any CPU.ActiveCfg = Release-netfx|Any CPU
16121612
{A6924919-9E37-4023-8B7F-E85C8E3CC9B3}.Release-netfx|Any CPU.Build.0 = Release-netfx|Any CPU
16131613
{A6924919-9E37-4023-8B7F-E85C8E3CC9B3}.Release-netfx|x64.ActiveCfg = Release-netfx|Any CPU
1614-
{A6924919-9E37-4023-8B7F-E85C8E3CC9B3}.Release-netfx|x64.Build.0 = Release-netfx|Any CPU
16151614
EndGlobalSection
16161615
GlobalSection(SolutionProperties) = preSolution
16171616
HideSolutionNode = FALSE

src/Microsoft.ML.Data/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Predictor.Tests" + PublicKey.TestValue)]
1414
[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.TimeSeries.Tests" + PublicKey.TestValue)]
1515
[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Benchmarks" + PublicKey.TestValue)]
16-
[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.StaticPipelineTesting" + PublicKey.TestValue)]
1716
[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.AutoML.Tests" + PublicKey.TestValue)]
1817

1918
[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Benchmarks" + PublicKey.TestValue)]

test/Microsoft.ML.AutoML.Tests/Microsoft.ML.AutoML.Tests.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,4 @@
3232
<NativeAssemblyReference Condition="'$(OS)' == 'Windows_NT'" Include="libiomp5md" />
3333
</ItemGroup>
3434

35-
<!-- TensorFlow is 64-bit only -->
36-
<ItemGroup Condition="'$(NativeTargetArchitecture)' == 'x64'">
37-
<NativeAssemblyReference Include="tensorflow" />
38-
<NativeAssemblyReferenceWithMajorVersion Condition="'$(OS)' != 'Windows_NT'" Include="tensorflow_framework">
39-
<MajorVersion>$(TensorFlowMajorVersion)</MajorVersion>
40-
</NativeAssemblyReferenceWithMajorVersion>
41-
</ItemGroup>
42-
4335
</Project>

0 commit comments

Comments
 (0)