Browse Source

Updated sfproj

pull/808/head
Ramón Tomás 7 years ago
parent
commit
ce1234f0e0
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      ServiceFabric/eShopOnServiceFabric/eShopOnServiceFabric.sfproj

+ 17
- 0
ServiceFabric/eShopOnServiceFabric/eShopOnServiceFabric.sfproj View File

@ -27,6 +27,23 @@
<None Include="PublishProfiles\Local.5Node.xml" />
<None Include="Scripts\Deploy-FabricApplication.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="ApplicationPackageRoot\BasketApiPkg\Config\Settings.xml" />
<Content Include="ApplicationPackageRoot\BasketApiPkg\ServiceManifest.xml" />
<Content Include="ApplicationPackageRoot\CatalogApiPkg\Config\Settings.xml" />
<Content Include="ApplicationPackageRoot\CatalogApiPkg\ServiceManifest.xml" />
<Content Include="ApplicationPackageRoot\IdentityApiPkg\Config\Settings.xml" />
<Content Include="ApplicationPackageRoot\IdentityApiPkg\ServiceManifest.xml" />
<Content Include="ApplicationPackageRoot\OrderingApiPkg\Config\Settings.xml" />
<Content Include="ApplicationPackageRoot\OrderingApiPkg\ServiceManifest.xml" />
<Content Include="ApplicationPackageRoot\WebMVCPkg\Config\Settings.xml" />
<Content Include="ApplicationPackageRoot\WebMVCPkg\ServiceManifest.xml" />
<Content Include="ApplicationPackageRoot\WebSPAPkg\Config\Settings.xml" />
<Content Include="ApplicationPackageRoot\WebSPAPkg\ServiceManifest.xml" />
<Content Include="ApplicationPackageRoot\WebStatusPkg\Config\Settings.xml" />
<Content Include="ApplicationPackageRoot\WebStatusPkg\ServiceManifest.xml" />
<Content Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
<PropertyGroup>
<ApplicationProjectTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets</ApplicationProjectTargetsPath>


Loading…
Cancel
Save