Skip to content

Commit f77ec3d

Browse files
Cristian PopCristian Pop
authored andcommitted
Splitting E2E tests.
1 parent f8620ae commit f77ec3d

File tree

8 files changed

+184
-287
lines changed

8 files changed

+184
-287
lines changed

device/iothub_csharp_deviceclient.sln

Lines changed: 1 addition & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceClientTwinSample", "s
7070
EndProject
7171
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceClientKeysRolloverSample", "samples\DeviceClientKeysRolloverSample\DeviceClientKeysRolloverSample.csproj", "{E3AE4182-9E96-424B-B239-D0525B5BE68B}"
7272
EndProject
73-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Devices.Client.NetStandard", "Microsoft.Azure.Devices.Client.NetStandard\Microsoft.Azure.Devices.Client.NetStandard.csproj", "{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}"
74-
EndProject
75-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Devices.Shared.NetStandard", "..\shared\Microsoft.Azure.Devices.Shared.NetStandard\Microsoft.Azure.Devices.Shared.NetStandard.csproj", "{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}"
76-
EndProject
7773
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{E46115D6-55B8-4F04-8176-2AB142C4EA38}"
7874
ProjectSection(SolutionItems) = preProject
7975
..\shared\NuGet\make_nuget_package.ps1 = ..\shared\NuGet\make_nuget_package.ps1
@@ -84,7 +80,6 @@ Global
8480
GlobalSection(SharedMSBuildProjectFiles) = preSolution
8581
Microsoft.Azure.Devices.Client.Shared\Microsoft.Azure.Devices.Client.Shared.projitems*{26bbdf47-7559-4869-bd6f-a32fe21f3f25}*SharedItemsImports = 13
8682
Microsoft.Azure.Devices.Client.Shared\Microsoft.Azure.Devices.Client.Shared.projitems*{836b1fb6-70f0-4c7e-aa35-519c2f83aa81}*SharedItemsImports = 4
87-
Microsoft.Azure.Devices.Client.Shared\Microsoft.Azure.Devices.Client.Shared.projitems*{8988ab0e-0fdd-4bd4-a65f-6479bb2c5af8}*SharedItemsImports = 4
8883
Microsoft.Azure.Devices.Client.Shared\Microsoft.Azure.Devices.Client.Shared.projitems*{c860af4f-605a-414d-84e8-8ff579823395}*SharedItemsImports = 4
8984
EndGlobalSection
9085
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -1123,102 +1118,6 @@ Global
11231118
{E3AE4182-9E96-424B-B239-D0525B5BE68B}.Release|x64.Build.0 = Release|Any CPU
11241119
{E3AE4182-9E96-424B-B239-D0525B5BE68B}.Release|x86.ActiveCfg = Release|Any CPU
11251120
{E3AE4182-9E96-424B-B239-D0525B5BE68B}.Release|x86.Build.0 = Release|Any CPU
1126-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
1127-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
1128-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
1129-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
1130-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
1131-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
1132-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
1133-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
1134-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
1135-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|x64.Build.0 = Release|Any CPU
1136-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
1137-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Ad-Hoc|x86.Build.0 = Release|Any CPU
1138-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
1139-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|Any CPU.Build.0 = Release|Any CPU
1140-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|ARM.ActiveCfg = Release|Any CPU
1141-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|ARM.Build.0 = Release|Any CPU
1142-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|iPhone.ActiveCfg = Release|Any CPU
1143-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|iPhone.Build.0 = Release|Any CPU
1144-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
1145-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
1146-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|x64.ActiveCfg = Release|Any CPU
1147-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|x64.Build.0 = Release|Any CPU
1148-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|x86.ActiveCfg = Release|Any CPU
1149-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.AppStore|x86.Build.0 = Release|Any CPU
1150-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1151-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
1152-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|ARM.ActiveCfg = Debug|Any CPU
1153-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|ARM.Build.0 = Debug|Any CPU
1154-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
1155-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|iPhone.Build.0 = Debug|Any CPU
1156-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
1157-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
1158-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|x64.ActiveCfg = Debug|Any CPU
1159-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|x64.Build.0 = Debug|Any CPU
1160-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|x86.ActiveCfg = Debug|Any CPU
1161-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Debug|x86.Build.0 = Debug|Any CPU
1162-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
1163-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|Any CPU.Build.0 = Release|Any CPU
1164-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|ARM.ActiveCfg = Release|Any CPU
1165-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|ARM.Build.0 = Release|Any CPU
1166-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|iPhone.ActiveCfg = Release|Any CPU
1167-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|iPhone.Build.0 = Release|Any CPU
1168-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
1169-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
1170-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|x64.ActiveCfg = Release|Any CPU
1171-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|x64.Build.0 = Release|Any CPU
1172-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|x86.ActiveCfg = Release|Any CPU
1173-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8}.Release|x86.Build.0 = Release|Any CPU
1174-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
1175-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
1176-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
1177-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
1178-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
1179-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
1180-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
1181-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
1182-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
1183-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|x64.Build.0 = Release|Any CPU
1184-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
1185-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Ad-Hoc|x86.Build.0 = Release|Any CPU
1186-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
1187-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|Any CPU.Build.0 = Release|Any CPU
1188-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|ARM.ActiveCfg = Release|Any CPU
1189-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|ARM.Build.0 = Release|Any CPU
1190-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|iPhone.ActiveCfg = Release|Any CPU
1191-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|iPhone.Build.0 = Release|Any CPU
1192-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
1193-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
1194-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|x64.ActiveCfg = Release|Any CPU
1195-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|x64.Build.0 = Release|Any CPU
1196-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|x86.ActiveCfg = Release|Any CPU
1197-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.AppStore|x86.Build.0 = Release|Any CPU
1198-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1199-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
1200-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|ARM.ActiveCfg = Debug|Any CPU
1201-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|ARM.Build.0 = Debug|Any CPU
1202-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
1203-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|iPhone.Build.0 = Debug|Any CPU
1204-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
1205-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
1206-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|x64.ActiveCfg = Debug|Any CPU
1207-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|x64.Build.0 = Debug|Any CPU
1208-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|x86.ActiveCfg = Debug|Any CPU
1209-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Debug|x86.Build.0 = Debug|Any CPU
1210-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
1211-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|Any CPU.Build.0 = Release|Any CPU
1212-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|ARM.ActiveCfg = Release|Any CPU
1213-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|ARM.Build.0 = Release|Any CPU
1214-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|iPhone.ActiveCfg = Release|Any CPU
1215-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|iPhone.Build.0 = Release|Any CPU
1216-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
1217-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
1218-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|x64.ActiveCfg = Release|Any CPU
1219-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|x64.Build.0 = Release|Any CPU
1220-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|x86.ActiveCfg = Release|Any CPU
1221-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A}.Release|x86.Build.0 = Release|Any CPU
12221121
EndGlobalSection
12231122
GlobalSection(SolutionProperties) = preSolution
12241123
HideSolutionNode = FALSE
@@ -1247,12 +1146,10 @@ Global
12471146
{C860AF4F-605A-414D-84E8-8FF579823395} = {232B1AAF-DA0B-45F0-B29D-8A06FB5DA3EA}
12481147
{F6F4A75B-47DE-4543-88D4-D8A8C15B57E3} = {56E8324B-E1D1-4186-8A48-ACBE11DDCFFF}
12491148
{E3AE4182-9E96-424B-B239-D0525B5BE68B} = {56E8324B-E1D1-4186-8A48-ACBE11DDCFFF}
1250-
{8988AB0E-0FDD-4BD4-A65F-6479BB2C5AF8} = {232B1AAF-DA0B-45F0-B29D-8A06FB5DA3EA}
1251-
{91DFB837-D8A3-4F54-AE0D-45C95ACD0C2A} = {0567838B-1275-4FEC-B73B-886B6E0C25DD}
12521149
{E46115D6-55B8-4F04-8176-2AB142C4EA38} = {0567838B-1275-4FEC-B73B-886B6E0C25DD}
12531150
EndGlobalSection
12541151
GlobalSection(ExtensibilityGlobals) = postSolution
1255-
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8
12561152
SolutionGuid = {72D7391C-46F1-42D3-B9FC-237C215B0784}
1153+
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8
12571154
EndGlobalSection
12581155
EndGlobal

e2e/Microsoft.Azure.Devices.E2ETests/Microsoft.Azure.Devices.E2ETests.csproj

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -36,55 +36,19 @@
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="Microsoft.Azure.KeyVault, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Microsoft.Azure.KeyVault.2.0.6\lib\net45\Microsoft.Azure.KeyVault.dll</HintPath>
41-
</Reference>
42-
<Reference Include="Microsoft.Azure.KeyVault.WebKey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Microsoft.Azure.KeyVault.WebKey.2.0.4\lib\net45\Microsoft.Azure.KeyVault.WebKey.dll</HintPath>
44-
</Reference>
4539
<Reference Include="Microsoft.CSharp" />
46-
<Reference Include="Microsoft.Data.Edm, Version=5.8.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Microsoft.Data.Edm.5.8.3\lib\net40\Microsoft.Data.Edm.dll</HintPath>
48-
</Reference>
49-
<Reference Include="Microsoft.Data.OData, Version=5.8.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50-
<HintPath>..\packages\Microsoft.Data.OData.5.8.3\lib\net40\Microsoft.Data.OData.dll</HintPath>
51-
</Reference>
52-
<Reference Include="Microsoft.Data.Services.Client, Version=5.8.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Microsoft.Data.Services.Client.5.8.3\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
54-
</Reference>
55-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Microsoft.Rest.ClientRuntime.2.3.2\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
57-
</Reference>
58-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<HintPath>..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.1\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
60-
</Reference>
6140
<Reference Include="Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\packages\WindowsAzure.ServiceBus.3.4.6\lib\net45-full\Microsoft.ServiceBus.dll</HintPath>
41+
<HintPath>..\packages\WindowsAzure.ServiceBus.4.1.3\lib\net45\Microsoft.ServiceBus.dll</HintPath>
6342
</Reference>
6443
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
6544
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
6645
</Reference>
67-
<Reference Include="PInvoke.BCrypt, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
68-
<HintPath>..\packages\PInvoke.BCrypt.0.5.111\lib\net45\PInvoke.BCrypt.dll</HintPath>
69-
</Reference>
70-
<Reference Include="PInvoke.Kernel32, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
71-
<HintPath>..\packages\PInvoke.Kernel32.0.5.111\lib\net45\PInvoke.Kernel32.dll</HintPath>
72-
</Reference>
73-
<Reference Include="PInvoke.NCrypt, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
74-
<HintPath>..\packages\PInvoke.NCrypt.0.5.111\lib\net45\PInvoke.NCrypt.dll</HintPath>
75-
</Reference>
76-
<Reference Include="PInvoke.Windows.Core, Version=0.5.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
77-
<HintPath>..\packages\PInvoke.Windows.Core.0.5.111\lib\net35\PInvoke.Windows.Core.dll</HintPath>
78-
</Reference>
7946
<Reference Include="System" />
8047
<Reference Include="System.Net" />
8148
<Reference Include="System.Net.Http" />
8249
<Reference Include="System.Net.Http.WebRequest" />
8350
<Reference Include="System.Runtime.Serialization" />
8451
<Reference Include="System.ServiceModel" />
85-
<Reference Include="System.Spatial, Version=5.8.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86-
<HintPath>..\packages\System.Spatial.5.8.3\lib\net40\System.Spatial.dll</HintPath>
87-
</Reference>
8852
<Reference Include="System.Xml" />
8953
<Reference Include="Validation, Version=2.4.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
9054
<HintPath>..\packages\Validation.2.4.18\lib\net45\Validation.dll</HintPath>
@@ -139,6 +103,7 @@
139103
</ProjectReference>
140104
</ItemGroup>
141105
<ItemGroup>
106+
<None Include="app.config" />
142107
<None Include="packages.config" />
143108
</ItemGroup>
144109
<Choose>

0 commit comments

Comments
 (0)