Skip to content

Commit

Permalink
Delete duplicate sample (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoims committed Oct 24, 2022
1 parent 27efde5 commit 919d08e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 19 deletions.
24 changes: 7 additions & 17 deletions azureiot.sln
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IndividualEnrollmentX509Sam
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IndividualEnrollmentTpmSample", "provisioning\service\samples\Getting Started\IndividualEnrollmentTpmSample\IndividualEnrollmentTpmSample.csproj", "{705C5B5A-6166-4566-B167-4401491D7650}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArmReadWrite", "iothub\device\samples\getting started\RoutingTutorial\horizontal-arm\arm-read-write\ArmReadWrite.csproj", "{12AF0A26-CDC9-49D0-8B19-1BA1A09BDCAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimulatedDevice", "iothub\device\samples\getting started\SimulatedDevice\SimulatedDevice.csproj", "{D3A771DC-1763-4A14-952C-CD69433FEC74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimulatedDeviceWithCommand", "iothub\device\samples\getting started\SimulatedDeviceWithCommand\SimulatedDeviceWithCommand.csproj", "{0C078DE2-1785-44A3-8235-C990FA680F76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RoutingTutorial", "RoutingTutorial", "{F690C980-97D9-47F2-86C3-1745CB0BE530}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimulatedDevice", "iothub\device\samples\getting started\RoutingTutorial\SimulatedDevice\SimulatedDevice.csproj", "{7DFE6BB7-B2ED-498C-BEC4-414DEE83BD54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadD2cMessages", "iothub\service\samples\getting started\ReadD2cMessages\ReadD2cMessages.csproj", "{F4DA6FA4-7655-4116-994B-9B2E3D3522C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vsts", "vsts", "{CC532097-89B3-4971-97CB-A790573E38DA}"
Expand Down Expand Up @@ -207,6 +201,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DpsCustomAllocator", "DpsCu
e2e\test\prerequisites\E2ETestsSetup\DpsCustomAllocatorFunctionFiles\run.csx = e2e\test\prerequisites\E2ETestsSetup\DpsCustomAllocatorFunctionFiles\run.csx
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HubRoutingSample", "iothub\device\samples\how to guides\HubRoutingSample\HubRoutingSample.csproj", "{8F651FE8-BD4B-45C8-A57C-69A85DBAE366}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -385,10 +381,6 @@ Global
{705C5B5A-6166-4566-B167-4401491D7650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{705C5B5A-6166-4566-B167-4401491D7650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{705C5B5A-6166-4566-B167-4401491D7650}.Release|Any CPU.Build.0 = Release|Any CPU
{12AF0A26-CDC9-49D0-8B19-1BA1A09BDCAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12AF0A26-CDC9-49D0-8B19-1BA1A09BDCAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12AF0A26-CDC9-49D0-8B19-1BA1A09BDCAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12AF0A26-CDC9-49D0-8B19-1BA1A09BDCAA}.Release|Any CPU.Build.0 = Release|Any CPU
{D3A771DC-1763-4A14-952C-CD69433FEC74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3A771DC-1763-4A14-952C-CD69433FEC74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3A771DC-1763-4A14-952C-CD69433FEC74}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -397,14 +389,14 @@ Global
{0C078DE2-1785-44A3-8235-C990FA680F76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C078DE2-1785-44A3-8235-C990FA680F76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C078DE2-1785-44A3-8235-C990FA680F76}.Release|Any CPU.Build.0 = Release|Any CPU
{7DFE6BB7-B2ED-498C-BEC4-414DEE83BD54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DFE6BB7-B2ED-498C-BEC4-414DEE83BD54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DFE6BB7-B2ED-498C-BEC4-414DEE83BD54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DFE6BB7-B2ED-498C-BEC4-414DEE83BD54}.Release|Any CPU.Build.0 = Release|Any CPU
{F4DA6FA4-7655-4116-994B-9B2E3D3522C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4DA6FA4-7655-4116-994B-9B2E3D3522C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4DA6FA4-7655-4116-994B-9B2E3D3522C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4DA6FA4-7655-4116-994B-9B2E3D3522C0}.Release|Any CPU.Build.0 = Release|Any CPU
{8F651FE8-BD4B-45C8-A57C-69A85DBAE366}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F651FE8-BD4B-45C8-A57C-69A85DBAE366}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F651FE8-BD4B-45C8-A57C-69A85DBAE366}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F651FE8-BD4B-45C8-A57C-69A85DBAE366}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -475,15 +467,13 @@ Global
{83170B36-375E-40A9-B25D-999072362626} = {01ED1C8E-E1FC-46B9-A05D-DFF217F20F9D}
{8F8EF9CB-EF6A-4E39-9CE1-8CD06C1AB255} = {01ED1C8E-E1FC-46B9-A05D-DFF217F20F9D}
{705C5B5A-6166-4566-B167-4401491D7650} = {01ED1C8E-E1FC-46B9-A05D-DFF217F20F9D}
{12AF0A26-CDC9-49D0-8B19-1BA1A09BDCAA} = {F690C980-97D9-47F2-86C3-1745CB0BE530}
{D3A771DC-1763-4A14-952C-CD69433FEC74} = {9BEF9B8B-7800-4C14-819F-F736DB4F1426}
{0C078DE2-1785-44A3-8235-C990FA680F76} = {9BEF9B8B-7800-4C14-819F-F736DB4F1426}
{F690C980-97D9-47F2-86C3-1745CB0BE530} = {9BEF9B8B-7800-4C14-819F-F736DB4F1426}
{7DFE6BB7-B2ED-498C-BEC4-414DEE83BD54} = {F690C980-97D9-47F2-86C3-1745CB0BE530}
{F4DA6FA4-7655-4116-994B-9B2E3D3522C0} = {E94FE5CB-3D5E-4E2E-97F6-73D27E1F6491}
{CC532097-89B3-4971-97CB-A790573E38DA} = {719D18A7-E943-461B-B777-0AAEC43916F5}
{1C8A8E21-1EBC-4771-BB17-1E81434168B8} = {662CE01D-7A7F-48D8-80CE-5DC9C60677E8}
{FE579E0D-D55A-495E-A758-B611BA8C5C24} = {1C8A8E21-1EBC-4771-BB17-1E81434168B8}
{8F651FE8-BD4B-45C8-A57C-69A85DBAE366} = {FA7C7E33-CC9C-4ACD-A761-C2B4C55E82F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF61665D-340A-494B-9705-571456BDC752}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

<ItemGroup>
<!--Condition="'$(Configuration)' == 'Debug'">-->
<ProjectReference Include="..\..\..\..\src\Microsoft.Azure.Devices.Client.csproj" />
<ProjectReference Include="..\..\..\src\Microsoft.Azure.Devices.Client.csproj" />
</ItemGroup>
</Project>
4 changes: 3 additions & 1 deletion iothub/device/samples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This folder contains simple samples showing how to use the various features of M
- [Xamarin][d-xamarin-sample] sample
- [Simulated device][d-simulated-device-sample] sample
- [Simulated device with command][d-simulated-device-with-command-sample] sample
- [Hub routing][d-hub-routing-sample] sample

### Prerequisites

Expand Down Expand Up @@ -73,4 +74,5 @@ You need to clone the repository or download the sample (the one you want to try
[lnk-manage-iot-device]: https://github.com/Azure/azure-iot-device-ecosystem/blob/master/setup_iothub.md#create-new-device-in-the-iot-hub-device-identity-registry
[d-read-d2c-messages-sample]: https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/getting%20started/ReadD2cMessages
[d-simulated-device-sample]: https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/getting%20started/SimulatedDevice
[d-simulated-device-with-command-sample]: https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/getting%20started/SimulatedDeviceWithCommand
[d-simulated-device-with-command-sample]: https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/getting%20started/SimulatedDeviceWithCommand
[d-hub-routing-sample]: https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/how%20to%20guides/HubRoutingSample

0 comments on commit 919d08e

Please sign in to comment.