Skip to content

Commit 789aa52

Browse files
authored
Merge pull request #354 from hvermis/adfv2ignite-final
Adfv2ignite -with latest help updates
2 parents 9c94953 + 918f92d commit 789aa52

File tree

176 files changed

+25776
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+25776
-11
lines changed

AzurePowershell.Test.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<ManagementTestDebug>.\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll</ManagementTestDebug>
2020
<ResourceManagerTestDebug>.\src\ResourceManager\Resources\Commands.Resources.Test\bin\Debug\Microsoft.Azure.Commands.Resources.Test.dll</ResourceManagerTestDebug>
2121
<DataFactoryManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll</DataFactoryManagerTestDebug>
22+
<DataFactoryV2ManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactoryV2.Test\bin\Debug\Microsoft.Azure.Commands.DataFactoryV2.Test.dll</DataFactoryV2ManagerTestDebug>
2223
<StreamAnalyticsManagerTestDebug>.\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll</StreamAnalyticsManagerTestDebug>
2324
<OperationalInsightsTestDebug>.\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll</OperationalInsightsTestDebug>
2425
<BatchTestDebug>.\src\ResourceManager\AzureBatch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
@@ -211,6 +212,11 @@
211212
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
212213
</Target>
213214

215+
<Target Name="TestDataFactoryV2Manager">
216+
<Xunit.Runner.MSBuild.xunit Assemblies="$(DataFactoryV2ManagerTestDebug)" Html="$(TestOutputDirectory)\DataFactoryV2ManagerTestDebug.xunit.dll.html" Verbose="false"
217+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
218+
</Target>
219+
214220
<Target Name="TestStreamAnalyticsManager">
215221
<Xunit.Runner.MSBuild.xunit Assemblies="$(StreamAnalyticsManagerTestDebug)" Html="$(TestOutputDirectory)\StreamAnalyticsManagerTestDebug.xunit.dll.html" Verbose="false"
216222
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />

TestMappings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
".\\src\\ResourceManager\\ContainerRegistry\\Commands.ContainerRegistry.Test\\bin\\Debug\\Microsoft.Azure.Commands.ContainerRegistry.Test.dll"
3636
],
3737
"src/ResourceManager/DataFactories/": [
38-
".\\src\\ResourceManager\\DataFactories\\Commands.DataFactories.Test\\bin\\Debug\\Microsoft.Azure.Commands.DataFactories.Test.dll"
38+
".\\src\\ResourceManager\\DataFactories\\Commands.DataFactories.Test\\bin\\Debug\\Microsoft.Azure.Commands.DataFactories.Test.dll",
39+
".\\src\\ResourceManager\\DataFactories\\Commands.DataFactoryV2.Test\\bin\\Debug\\Microsoft.Azure.Commands.DataFactoryV2.Test.dll"
3940
],
4041
"src/ResourceManager/DataLakeAnalytics/": [
4142
".\\src\\ResourceManager\\DataLakeAnalytics\\Commands.DataLakeAnalytics.Test\\bin\\Debug\\Microsoft.Azure.Commands.DataLakeAnalytics.Test.dll"

setup/azurecmdfiles.wxi

Lines changed: 104 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
33
<Fragment>
44
<DirectoryRef Id="PowerShellFolder">
5-
<Component Id="cmpDC507D3B034FD0F9887EC67302B6F5A0" Guid="*">
6-
<File Id="filBF2E03D229851ADE6748EBFCE4288A27" KeyPath="yes" Source="$(var.sourceDir)\PowerShellSetup.Test.dll" />
7-
</Component>
85
<Directory Id="dirB60B5B1F56FA5598EFFC960CA393FDCE" Name="ResourceManager">
96
<Directory Id="dir9E409EB63EF03736275B51044C819FD8" Name="AzureResourceManager">
107
<Directory Id="dirE5EE64AF112D660B2F38178FA55F7183" Name="Azure.AnalysisServices">
@@ -721,8 +718,8 @@
721718
</Component>
722719
<Component Id="cmp7AC2002EE4C365F7ED04A65EB2ECB865" Guid="*">
723720
<File Id="fil214F889EDCC4702A882998D16885E151" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\Microsoft.Azure.Management.KeyVault.dll" />
724-
</Component>
725-
<Component Id="cmpE7FBE654F66ADDB880F2EED62DDCBC95" Guid="*">
721+
</Component>
722+
<Component Id="cmpE7FBE654F66ADDB880F2EED62DDCBC95" Guid="*">
726723
<File Id="fil16AF569E99B99421052FC7DFD8E43BDB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\Microsoft.Azure.Management.Storage.dll" />
727724
</Component>
728725
<Component Id="cmpA5892A5B2CF39458BD6E319D74C3878C" Guid="*">
@@ -1099,6 +1096,83 @@
10991096
<File Id="filB11FAD70D0E3DF95BD49427B1A3782A7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactories\System.Spatial.dll" />
11001097
</Component>
11011098
</Directory>
1099+
<Directory Id="dirAAC172CF84D8B6F5FC477A30C02214C2" Name="AzureRM.DataFactoryV2">
1100+
<Component Id="cmp181AEF3AE2DF4386012E3FE9864C934F" Guid="*">
1101+
<File Id="filACAD8D33C972AA3E61071E935480E638" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\AzureRM.DataFactoryV2.psd1" />
1102+
</Component>
1103+
<Component Id="cmp7B3378AB924B60BB20D8449878D347E0" Guid="*">
1104+
<File Id="fil4F0A6E7D92CC926E0F1D779D54911274" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Hyak.Common.dll" />
1105+
</Component>
1106+
<Component Id="cmp33A1FAAEDE25453FA971BCB63B9AAC06" Guid="*">
1107+
<File Id="filFB6E9162107B47D057D893B151009594" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.ApplicationInsights.dll" />
1108+
</Component>
1109+
<Component Id="cmpD6E629236E9A33B12C23ABCC2B438E3C" Guid="*">
1110+
<File Id="filE13C09E8CE2138988C62BB32AAC3FE95" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll" />
1111+
</Component>
1112+
<Component Id="cmp41CFA0EF7A83622D7C858C6E6A654188" Guid="*">
1113+
<File Id="fil3321E40CC398A56D33A3A8D5443903CC" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.Commands.Common.Authentication.dll" />
1114+
</Component>
1115+
<Component Id="cmp36D656C57DBEA93270A6BFB774D97F3F" Guid="*">
1116+
<File Id="fil326F136618BB14E77BB98F80CB163242" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.Commands.DataFactoryV2.dll" />
1117+
</Component>
1118+
<Component Id="cmpD70E508D1B16CEB295F977E907E1D7AD" Guid="*">
1119+
<File Id="filD3AA7384EE924C273EC2E52ED543E0BE" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.Commands.DataFactoryV2.format.ps1xml" />
1120+
</Component>
1121+
<Component Id="cmp14907EDF09B96A74A89E1201C39F42B2" Guid="*">
1122+
<File Id="filDFD17A03AEF4130677CD9538CDF80E69" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.Commands.ResourceManager.Common.dll" />
1123+
</Component>
1124+
<Component Id="cmpE173175F9E8AAF95885D5C9DAF18C0F5" Guid="*">
1125+
<File Id="fil69887411D8C751BE09E2D14FE7F27C69" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.Common.dll" />
1126+
</Component>
1127+
<Component Id="cmpAAD7D94959FD06B871309A4B0A65E59C" Guid="*">
1128+
<File Id="filE8DA843C75A4603F1D37D9E04E7363D2" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.Common.NetFramework.dll" />
1129+
</Component>
1130+
<Component Id="cmp040C4EDA00197360C87A72017E12143B" Guid="*">
1131+
<File Id="fil03C96483DBA4BF88FC2D5DB7C34F9ACC" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.KeyVault.Core.dll" />
1132+
</Component>
1133+
<Component Id="cmp3D9E48F6E7C389E59541CA3C1AB790B3" Guid="*">
1134+
<File Id="fil13687FAF4102C320CC261B0EC3D80DA7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Azure.Management.DataFactory.dll" />
1135+
</Component>
1136+
<Component Id="cmpD3845F3998B8D2B4A1701D8DF7CC6218" Guid="*">
1137+
<File Id="filFAFE1725A0A1ABF8F7A08C4B1A74DF2E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.DataTransfer.Gateway.Encryption.dll" />
1138+
</Component>
1139+
<Component Id="cmp4767212EAA377ED00697F38FB9321D05" Guid="*">
1140+
<File Id="filD4F4AD24413F8BB92EAD6E048CB8A067" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.IdentityModel.Clients.ActiveDirectory.dll" />
1141+
</Component>
1142+
<Component Id="cmpE6ABB8E24930D2C1BD267327141131DC" Guid="*">
1143+
<File Id="fil681138051E407A7D9E977E72AB81126C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll" />
1144+
</Component>
1145+
<Component Id="cmp5492F75441FB83DAA309618FF256EE1B" Guid="*">
1146+
<File Id="filF53C12A0B4716FD7C3C8C06EDDA3A228" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Rest.ClientRuntime.Azure.dll" />
1147+
</Component>
1148+
<Component Id="cmpED6440FD21E5AF7CB69BD464D524150E" Guid="*">
1149+
<File Id="fil72AC487E463DB0BDA3A229ABC1EA19B6" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Rest.ClientRuntime.dll" />
1150+
</Component>
1151+
<Component Id="cmp46C7CB1A7423AADA22D3B33B3D22C232" Guid="*">
1152+
<File Id="fil8332C74F957BFC21DCD488AD01F889DA" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Threading.Tasks.dll" />
1153+
</Component>
1154+
<Component Id="cmp35A72ABF024CDE84F2C309ADCC1EAAD7" Guid="*">
1155+
<File Id="fil9B4C2CEEF089E787C057F1965F765AB8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Threading.Tasks.Extensions.Desktop.dll" />
1156+
</Component>
1157+
<Component Id="cmp14AB0F384A8C892FC64C6026282ED584" Guid="*">
1158+
<File Id="filFA03C3CA7DB58C987BD2ABA51DA881E7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.Threading.Tasks.Extensions.dll" />
1159+
</Component>
1160+
<Component Id="cmp9C8DDC6D7D4085070E9CBD47CF78ED2C" Guid="*">
1161+
<File Id="fil76C043C3190428293A817E264B9A147E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.WindowsAzure.Commands.Common.dll" />
1162+
</Component>
1163+
<Component Id="cmp8F6286B8D3F605D647ACB21B173379C3" Guid="*">
1164+
<File Id="filE953BAA97F29A2FAE1808CEEA871748C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Microsoft.WindowsAzure.Management.dll" />
1165+
</Component>
1166+
<Component Id="cmpDDFED3305810538DFCA98954B2E8092B" Guid="*">
1167+
<File Id="fil0071EE2319D19ECF39C742598E5C4A2C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\Newtonsoft.Json.dll" />
1168+
</Component>
1169+
<Component Id="cmpF6903125CEA83B0AC1B50401091884F0" Guid="*">
1170+
<File Id="filA1E0B4F8DDDC04FF7FB1ED32A30A2873" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\System.Net.Http.Extensions.dll" />
1171+
</Component>
1172+
<Component Id="cmpF2DABAA9993EF5E50A242D56E604EF23" Guid="*">
1173+
<File Id="fil85ABA260323163770766636EEA388707" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataFactoryV2\System.Net.Http.Primitives.dll" />
1174+
</Component>
1175+
</Directory>
11021176
<Directory Id="dir5538E9DF79199032E4914D720FD1612B" Name="AzureRM.DataLakeAnalytics">
11031177
<Component Id="cmp9AA4CD4105408D3F4F12949A1C0940D1" Guid="*">
11041178
<File Id="filCC59772EC4CF0F1A839EEE7F778FC1DD" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\AzureRM.DataLakeAnalytics.psd1" />
@@ -5416,7 +5490,6 @@
54165490
</Fragment>
54175491
<Fragment>
54185492
<ComponentGroup Id="azurecmdfiles">
5419-
<ComponentRef Id="cmpDC507D3B034FD0F9887EC67302B6F5A0" />
54205493
<ComponentRef Id="cmpD516927612BD0D0C5EDA5FAF0D0318B9" />
54215494
<ComponentRef Id="cmp53362925A56A86586D120F4FA426D6CD" />
54225495
<ComponentRef Id="cmp53002CE3F1D5F8C74FA6A0D73067CAAF" />
@@ -5771,6 +5844,31 @@
57715844
<ComponentRef Id="cmp616B1458C5E4D10254E5051C0263C5ED" />
57725845
<ComponentRef Id="cmp9E138A369DBE819C972D9BBF4BEC7A7D" />
57735846
<ComponentRef Id="cmpFFD632DFF203CC929CB0CACD3AAE8AE3" />
5847+
<ComponentRef Id="cmp181AEF3AE2DF4386012E3FE9864C934F" />
5848+
<ComponentRef Id="cmp7B3378AB924B60BB20D8449878D347E0" />
5849+
<ComponentRef Id="cmp33A1FAAEDE25453FA971BCB63B9AAC06" />
5850+
<ComponentRef Id="cmpD6E629236E9A33B12C23ABCC2B438E3C" />
5851+
<ComponentRef Id="cmp41CFA0EF7A83622D7C858C6E6A654188" />
5852+
<ComponentRef Id="cmp36D656C57DBEA93270A6BFB774D97F3F" />
5853+
<ComponentRef Id="cmpD70E508D1B16CEB295F977E907E1D7AD" />
5854+
<ComponentRef Id="cmp14907EDF09B96A74A89E1201C39F42B2" />
5855+
<ComponentRef Id="cmpE173175F9E8AAF95885D5C9DAF18C0F5" />
5856+
<ComponentRef Id="cmpAAD7D94959FD06B871309A4B0A65E59C" />
5857+
<ComponentRef Id="cmp040C4EDA00197360C87A72017E12143B" />
5858+
<ComponentRef Id="cmp3D9E48F6E7C389E59541CA3C1AB790B3" />
5859+
<ComponentRef Id="cmpD3845F3998B8D2B4A1701D8DF7CC6218" />
5860+
<ComponentRef Id="cmp4767212EAA377ED00697F38FB9321D05" />
5861+
<ComponentRef Id="cmpE6ABB8E24930D2C1BD267327141131DC" />
5862+
<ComponentRef Id="cmp5492F75441FB83DAA309618FF256EE1B" />
5863+
<ComponentRef Id="cmpED6440FD21E5AF7CB69BD464D524150E" />
5864+
<ComponentRef Id="cmp46C7CB1A7423AADA22D3B33B3D22C232" />
5865+
<ComponentRef Id="cmp35A72ABF024CDE84F2C309ADCC1EAAD7" />
5866+
<ComponentRef Id="cmp14AB0F384A8C892FC64C6026282ED584" />
5867+
<ComponentRef Id="cmp9C8DDC6D7D4085070E9CBD47CF78ED2C" />
5868+
<ComponentRef Id="cmp8F6286B8D3F605D647ACB21B173379C3" />
5869+
<ComponentRef Id="cmpDDFED3305810538DFCA98954B2E8092B" />
5870+
<ComponentRef Id="cmpF6903125CEA83B0AC1B50401091884F0" />
5871+
<ComponentRef Id="cmpF2DABAA9993EF5E50A242D56E604EF23" />
57745872
<ComponentRef Id="cmp9AA4CD4105408D3F4F12949A1C0940D1" />
57755873
<ComponentRef Id="cmp70A49156E2EDA72CDD86623D5D7012CA" />
57765874
<ComponentRef Id="cmp2FEEAA23FF0F261C6E47AB598DBBF8A6" />

src/ResourceManager.ForRefactoringOnly.sln

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ContainerInstance"
245245
EndProject
246246
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ContainerInstance.Test", "ResourceManager\ContainerInstance\Commands.ContainerInstance.Test\Commands.ContainerInstance.Test.csproj", "{F5D771BE-9C6B-4AF9-AC41-B2D7F3267868}"
247247
EndProject
248+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.DataFactoryV2", "ResourceManager\DataFactories\Commands.DataFactoryV2\Commands.DataFactoryV2.csproj", "{26B676D3-E448-4FA5-A23C-C79E7753D280}"
249+
EndProject
250+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.DataFactoryV2.Test", "ResourceManager\DataFactories\Commands.DataFactoryV2.Test\Commands.DataFactoryV2.Test.csproj", "{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}"
251+
EndProject
248252
Global
249253
GlobalSection(SolutionConfigurationPlatforms) = preSolution
250254
Debug|Any CPU = Debug|Any CPU
@@ -1659,6 +1663,30 @@ Global
16591663
{F5D771BE-9C6B-4AF9-AC41-B2D7F3267868}.Release|x64.Build.0 = Release|Any CPU
16601664
{F5D771BE-9C6B-4AF9-AC41-B2D7F3267868}.Release|x86.ActiveCfg = Release|Any CPU
16611665
{F5D771BE-9C6B-4AF9-AC41-B2D7F3267868}.Release|x86.Build.0 = Release|Any CPU
1666+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1667+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Debug|Any CPU.Build.0 = Debug|Any CPU
1668+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Debug|x64.ActiveCfg = Debug|Any CPU
1669+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Debug|x64.Build.0 = Debug|Any CPU
1670+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Debug|x86.ActiveCfg = Debug|Any CPU
1671+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Debug|x86.Build.0 = Debug|Any CPU
1672+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Release|Any CPU.ActiveCfg = Release|Any CPU
1673+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Release|Any CPU.Build.0 = Release|Any CPU
1674+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Release|x64.ActiveCfg = Release|Any CPU
1675+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Release|x64.Build.0 = Release|Any CPU
1676+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Release|x86.ActiveCfg = Release|Any CPU
1677+
{26B676D3-E448-4FA5-A23C-C79E7753D280}.Release|x86.Build.0 = Release|Any CPU
1678+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1679+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
1680+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Debug|x64.ActiveCfg = Debug|Any CPU
1681+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Debug|x64.Build.0 = Debug|Any CPU
1682+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Debug|x86.ActiveCfg = Debug|Any CPU
1683+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Debug|x86.Build.0 = Debug|Any CPU
1684+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
1685+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Release|Any CPU.Build.0 = Release|Any CPU
1686+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Release|x64.ActiveCfg = Release|Any CPU
1687+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Release|x64.Build.0 = Release|Any CPU
1688+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Release|x86.ActiveCfg = Release|Any CPU
1689+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}.Release|x86.Build.0 = Release|Any CPU
16621690
EndGlobalSection
16631691
GlobalSection(SolutionProperties) = preSolution
16641692
HideSolutionNode = FALSE
@@ -1711,5 +1739,6 @@ Global
17111739
{F6F8A360-F203-4161-98A7-60097AB94193} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
17121740
{6C7D3D81-37AB-445E-8081-78A1FEC0A774} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
17131741
{F5D771BE-9C6B-4AF9-AC41-B2D7F3267868} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
1742+
{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
17141743
EndGlobalSection
17151744
EndGlobal

0 commit comments

Comments
 (0)