-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Administrator
committed
May 23, 2017
1 parent
ca0c212
commit 6e40617
Showing
65 changed files
with
2,241 additions
and
719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
ServiceFabric.ServiceBus.Clients/ServiceFabric.ServiceBus.Clients.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Description>Send BrokeredMessages to ServiceFabric Services through Service Bus. Optionally add this package to a project that will communicate to Reliable Services. Use in conjunction with ServiceFabric.ServiceBus.Services</Description> | ||
<Copyright>2017</Copyright> | ||
<VersionPrefix>5.0.0</VersionPrefix> | ||
<Authors>Loek Duys</Authors> | ||
<TargetFrameworks>net451;net46</TargetFrameworks> | ||
<PlatformTarget>x64</PlatformTarget> | ||
<AssemblyName>ServiceFabric.ServiceBus.Clients</AssemblyName> | ||
<PackageId>ServiceFabric.ServiceBus.Clients</PackageId> | ||
<PackageTags>ServiceFabric;Service;Fabric;ServiceBus;Bus;Reliable</PackageTags> | ||
<PackageProjectUrl>https://github.com/loekd/ServiceFabric.ServiceBus</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/loekd/ServiceFabric.ServiceBus/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/loekd/ServiceFabric.ServiceBus.git</RepositoryUrl> | ||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> | ||
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> | ||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | ||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | ||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | ||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Update="content\**"> | ||
<Pack>true</Pack> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.ServiceFabric.Services" Version="2.6.204" /> | ||
<PackageReference Include="Microsoft.WindowsAzure.ConfigurationManager" Version="3.2.3" /> | ||
<PackageReference Include="WindowsAzure.ServiceBus" Version="4.1.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> | ||
<Reference Include="System" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' "> | ||
<Reference Include="System" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
</ItemGroup> | ||
|
||
</Project> |
27 changes: 0 additions & 27 deletions
27
ServiceFabric.ServiceBus.Clients/ServiceFabric.ServiceBus.Clients.xproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.