Skip to content

Commit

Permalink
cleaning up proj files (dotnet#185)
Browse files Browse the repository at this point in the history
* removed platform target

* removed platform target
  • Loading branch information
srsaggam authored and Dmitry-A committed Aug 22, 2019
1 parent 47e1397 commit 504d371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
9 changes: 0 additions & 9 deletions src/Microsoft.ML.Auto/Microsoft.ML.Auto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
<RootNamespace>Microsoft.ML.Auto</RootNamespace>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
<NoWarn>1701;1702;0649;</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;0649</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="0.10.0" />
<PackageReference Include="Microsoft.ML.HalLearners" Version="0.10.0" />
Expand Down
15 changes: 1 addition & 14 deletions src/Samples/Samples.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;0649</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;;0649</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-netfx|AnyCPU'">
<NoWarn>1701;1702;;0649</NoWarn>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Microsoft.ML.Auto\Microsoft.ML.Auto.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 504d371

Please sign in to comment.