Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 10, 2020
1 parent 6264e3c commit c3022db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mobile.BuildTools.CLI/Mobile.BuildTools.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.5.1" />
<PackageReference Include="Microsoft.Web.Xdt" Version="3.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NUglify" Version="1.5.13" />
<PackageReference Include="SharpScss" Version="1.4.0" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta0007" />
</ItemGroup>

Expand All @@ -29,6 +27,7 @@
<Compile Include="..\..\external\xamarin-android-tools\src\Xamarin.Android.Tools.AndroidSdk\Sdks\*.cs" Link="Sdk\Android\Sdks\%(Filename)%(Extension)" />
<Compile Include="..\Mobile.BuildTools.Configuration\TransformationHelper.cs" Link="Utils\TransformationHelper.cs" />
<Compile Include="..\Mobile.BuildTools\Models\AppIcons\*.cs" Link="Models\AppIcons\%(Filename)%(Extension)" />
<Compile Include="..\Mobile.BuildTools\LibSass\*.cs" Link="LibSass\%(Filename)%(Extension)" />
<Compile Include="..\Mobile.BuildTools\Utils\Platform.cs" Link="Utils\Platform.cs" />
<!--<Compile Include="..\Mobile.BuildTools\Sdk\**\*.cs" Link="Sdk\%(RecursiveDir)%(FileName)%(Extension)" />
<Compile Include="..\..\external\Xamarin.MacDev\Xamarin.MacDev\*.cs" Link="Sdk\MaciOS\%(Filename)%(Extension)" />
Expand Down

0 comments on commit c3022db

Please sign in to comment.