Skip to content

Commit 504d371

Browse files
srsaggamDmitry-A
authored andcommitted
cleaning up proj files (dotnet#185)
* removed platform target * removed platform target
1 parent 47e1397 commit 504d371

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

src/Microsoft.ML.Auto/Microsoft.ML.Auto.csproj

-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
<RootNamespace>Microsoft.ML.Auto</RootNamespace>
66
</PropertyGroup>
77

8-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9-
<PlatformTarget>x64</PlatformTarget>
10-
<NoWarn>1701;1702;0649;</NoWarn>
11-
</PropertyGroup>
12-
13-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14-
<NoWarn>1701;1702;0649</NoWarn>
15-
</PropertyGroup>
16-
178
<ItemGroup>
189
<PackageReference Include="Microsoft.ML" Version="0.10.0" />
1910
<PackageReference Include="Microsoft.ML.HalLearners" Version="0.10.0" />

src/Samples/Samples.csproj

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
</PropertyGroup>
77

8-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9-
<NoWarn>1701;1702;0649</NoWarn>
10-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11-
</PropertyGroup>
12-
13-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14-
<NoWarn>1701;1702;;0649</NoWarn>
15-
</PropertyGroup>
16-
17-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-netfx|AnyCPU'">
18-
<NoWarn>1701;1702;;0649</NoWarn>
19-
</PropertyGroup>
20-
218
<ItemGroup>
229
<ProjectReference Include="..\Microsoft.ML.Auto\Microsoft.ML.Auto.csproj" />
2310
</ItemGroup>

0 commit comments

Comments
 (0)