Skip to content

Commit fb4ba52

Browse files
author
dragonfly91
committed
Including necessary resource DLLs in the csproj
1 parent d3cf619 commit fb4ba52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@
4343
<Prefer32Bit>false</Prefer32Bit>
4444
</PropertyGroup>
4545
<ItemGroup>
46+
<Reference Include="BackupManagementInterface, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47+
<SpecificVersion>False</SpecificVersion>
48+
<HintPath>Resources\BackupManagementInterface.dll</HintPath>
49+
</Reference>
50+
<Reference Include="BMSCommonInterface, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51+
<SpecificVersion>False</SpecificVersion>
52+
<HintPath>Resources\BMSCommonInterface.dll</HintPath>
53+
</Reference>
4654
<Reference Include="Hyak.Common">
4755
<HintPath>..\..\..\packages\Hyak.Common.1.0.2\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
4856
</Reference>
@@ -116,6 +124,7 @@
116124
<Reference Include="System.Xml" />
117125
</ItemGroup>
118126
<ItemGroup>
127+
<Compile Include="AzureBackupContainerCmdletBase.cs" />
119128
<Compile Include="AzureBackupDSCmdletBase.cs" />
120129
<Compile Include="AzureBackupVaultCmdletBase.cs" />
121130
<Compile Include="AzureBackupCmdletBase.cs" />
@@ -170,6 +179,8 @@
170179
</EmbeddedResource>
171180
</ItemGroup>
172181
<ItemGroup>
182+
<Content Include="Resources\BackupManagementInterface.dll" />
183+
<Content Include="Resources\BMSCommonInterface.dll" />
173184
<Content Include="Resources\Microsoft.WindowsAzure.Management.Common.dll" />
174185
<Content Include="Resources\Security.Cryptography.dll" />
175186
</ItemGroup>

0 commit comments

Comments
 (0)