Skip to content

Commit cfb32b9

Browse files
authored
Merge pull request #74 from CyberSource/scmp-sample
SCMP Sample Utility
2 parents 0a1f4e3 + 06b4c33 commit cfb32b9

33 files changed

+13937
-2457
lines changed

CyberSource.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>CyberSource</id>
5-
<version>1.4.8</version>
5+
<version>1.4.9</version>
66
<title>CyberSource Corporation</title>
77
<authors>CyberSource Corporation</authors>
88
<owners>CyberSource Corporation</owners>

CyberSource/Base/CyberSourceBase.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -12,7 +12,7 @@
1212
<AssemblyName>CyberSource.Base</AssemblyName>
1313
<SignAssembly>true</SignAssembly>
1414
<AssemblyOriginatorKeyFile>cybersource.snk</AssemblyOriginatorKeyFile>
15-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1616
<FileUpgradeFlags>
1717
</FileUpgradeFlags>
1818
<OldToolsVersion>2.0</OldToolsVersion>
@@ -44,6 +44,7 @@
4444
<WarningLevel>4</WarningLevel>
4545
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4646
<PlatformTarget>AnyCPU</PlatformTarget>
47+
<Prefer32Bit>false</Prefer32Bit>
4748
</PropertyGroup>
4849
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4950
<DebugType>none</DebugType>
@@ -54,6 +55,7 @@
5455
<WarningLevel>4</WarningLevel>
5556
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5657
<PlatformTarget>AnyCPU</PlatformTarget>
58+
<Prefer32Bit>false</Prefer32Bit>
5759
</PropertyGroup>
5860
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
5961
<DebugSymbols>true</DebugSymbols>
@@ -72,6 +74,7 @@
7274
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
7375
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
7476
<DocumentationFile>bin\CyberSource.Base.XML</DocumentationFile>
77+
<Prefer32Bit>false</Prefer32Bit>
7578
</PropertyGroup>
7679
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
7780
<OutputPath>..\bin\</OutputPath>
@@ -89,6 +92,7 @@
8992
<CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
9093
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
9194
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
95+
<Prefer32Bit>false</Prefer32Bit>
9296
</PropertyGroup>
9397
<ItemGroup>
9498
<Reference Include="System" />

CyberSource/Base/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.4.8")]
35-
[assembly: AssemblyFileVersion("1.4.8")]
34+
[assembly: AssemblyVersion("1.4.9")]
35+
[assembly: AssemblyFileVersion("1.4.9")]

CyberSource/Client/CyberSourceClients.csproj

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -13,7 +13,7 @@
1313
<SignAssembly>false</SignAssembly>
1414
<AssemblyOriginatorKeyFile>
1515
</AssemblyOriginatorKeyFile>
16-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1717
<FileUpgradeFlags>
1818
</FileUpgradeFlags>
1919
<UpgradeBackupLocation>
@@ -47,6 +47,7 @@
4747
<DocumentationFile>..\bin\CyberSource.Clients.XML</DocumentationFile>
4848
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4949
<PlatformTarget>AnyCPU</PlatformTarget>
50+
<Prefer32Bit>false</Prefer32Bit>
5051
</PropertyGroup>
5152
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
5253
<DebugType>none</DebugType>
@@ -58,6 +59,7 @@
5859
<DocumentationFile>..\bin\CyberSource.Clients.XML</DocumentationFile>
5960
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
6061
<PlatformTarget>AnyCPU</PlatformTarget>
62+
<Prefer32Bit>false</Prefer32Bit>
6163
</PropertyGroup>
6264
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
6365
<DebugSymbols>true</DebugSymbols>
@@ -77,6 +79,7 @@
7779
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
7880
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
7981
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
82+
<Prefer32Bit>false</Prefer32Bit>
8083
</PropertyGroup>
8184
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
8285
<OutputPath>..\bin\</OutputPath>
@@ -93,6 +96,7 @@
9396
<CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
9497
<CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
9598
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
99+
<Prefer32Bit>false</Prefer32Bit>
96100
</PropertyGroup>
97101
<ItemGroup>
98102
<Reference Include="System" />
@@ -134,11 +138,16 @@
134138
<None Include="Service References\NVPServiceReference\CyberSourceTransaction_1.xsd">
135139
<SubType>Designer</SubType>
136140
</None>
141+
<None Include="Service References\NVPServiceReference\CyberSourceTransaction_11.xsd">
142+
<SubType>Designer</SubType>
143+
</None>
137144
<None Include="Service References\NVPServiceReference\NVPCyberSourceTransactionWS.wsdl" />
145+
<None Include="Service References\NVPServiceReference\NVPCyberSourceTransactionWS1.wsdl" />
138146
<None Include="Service References\SoapServiceReference\CyberSource.Clients.SoapServiceReference.ReplyMessage.datasource">
139147
<DependentUpon>Reference.svcmap</DependentUpon>
140148
</None>
141149
<None Include="Service References\SoapServiceReference\CyberSourceTransactionWS.wsdl" />
150+
<None Include="Service References\SoapServiceReference\CyberSourceTransactionWS2.wsdl" />
142151
<None Include="Service References\SoapServiceReference\CyberSourceTransaction_1.xsd">
143152
<SubType>Designer</SubType>
144153
</None>
@@ -192,6 +201,9 @@
192201
<None Include="Service References\SoapServiceReference\configuration.svcinfo" />
193202
</ItemGroup>
194203
<ItemGroup>
204+
<None Include="Service References\SoapServiceReference\CyberSourceTransaction_12.xsd">
205+
<SubType>Designer</SubType>
206+
</None>
195207
<None Include="Service References\SoapServiceReference\Reference.svcmap">
196208
<Generator>WCF Proxy Generator</Generator>
197209
<LastGenOutput>Reference.cs</LastGenOutput>

CyberSource/Client/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.4.8")]
35-
[assembly: AssemblyFileVersion("1.4.8")]
34+
[assembly: AssemblyVersion("1.4.9")]
35+
[assembly: AssemblyFileVersion("1.4.9")]

0 commit comments

Comments
 (0)