Skip to content

Commit

Permalink
Renamed Microsoft.Azure.Devices.Shared.NetStandard to be consistent.
Browse files Browse the repository at this point in the history
And removed lock files.
  • Loading branch information
tameraw committed Mar 17, 2017
1 parent b11637b commit 0700500
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 46,116 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,6 @@ Buildx86retail.dat
OnBoardFlash.dat
OnBoardFlash.dat.smd
DOTNETMF_FS_EMULATION*/
/device/Microsoft.Azure.Devices.Client.PCL/project.lock.json
/shared/Microsoft.Azure.Devices.Shared.NetStandard/project.lock.json
/device/Microsoft.Azure.Devices.Client.UWP/project.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,11 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\shared\Microsoft.Azure.Devices.Shared.Standard\Microsoft.Azure.Devices.Shared.Standard.csproj">
<ProjectReference Include="..\..\shared\Microsoft.Azure.Devices.Shared.NetStandard\Microsoft.Azure.Devices.Shared.NetStandard.csproj">
<Project>{91dfb837-d8a3-4f54-ae0d-45c95acd0c2a}</Project>
<Name>Microsoft.Azure.Devices.Shared.Standard</Name>
<Name>Microsoft.Azure.Devices.Shared.NetStandard</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="..\Microsoft.Azure.Devices.Client.Shared\Microsoft.Azure.Devices.Client.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System.Resources;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion device/iothub_csharp_deviceclient.sln
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceClientKeysRolloverSam
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Devices.Client.NetStandard", "Microsoft.Azure.Devices.Client.NetStandard\Microsoft.Azure.Devices.Client.NetStandard.csproj", "{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Devices.Shared.Standard", "..\shared\Microsoft.Azure.Devices.Shared.Standard\Microsoft.Azure.Devices.Shared.Standard.csproj", "{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Devices.Shared.NetStandard", "..\shared\Microsoft.Azure.Devices.Shared.NetStandard\Microsoft.Azure.Devices.Shared.NetStandard.csproj", "{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Expand Down
Loading

0 comments on commit 0700500

Please sign in to comment.