|
1 | 1 | <?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"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
13 | 13 | <SignAssembly>false</SignAssembly> |
14 | 14 | <AssemblyOriginatorKeyFile> |
15 | 15 | </AssemblyOriginatorKeyFile> |
16 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
17 | 17 | <FileUpgradeFlags> |
18 | 18 | </FileUpgradeFlags> |
19 | 19 | <UpgradeBackupLocation> |
|
47 | 47 | <DocumentationFile>..\bin\CyberSource.Clients.XML</DocumentationFile> |
48 | 48 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
49 | 49 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 50 | + <Prefer32Bit>false</Prefer32Bit> |
50 | 51 | </PropertyGroup> |
51 | 52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
52 | 53 | <DebugType>none</DebugType> |
|
58 | 59 | <DocumentationFile>..\bin\CyberSource.Clients.XML</DocumentationFile> |
59 | 60 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
60 | 61 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 62 | + <Prefer32Bit>false</Prefer32Bit> |
61 | 63 | </PropertyGroup> |
62 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
63 | 65 | <DebugSymbols>true</DebugSymbols> |
|
77 | 79 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
78 | 80 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
79 | 81 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
| 82 | + <Prefer32Bit>false</Prefer32Bit> |
80 | 83 | </PropertyGroup> |
81 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
82 | 85 | <OutputPath>..\bin\</OutputPath> |
|
93 | 96 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> |
94 | 97 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
95 | 98 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
| 99 | + <Prefer32Bit>false</Prefer32Bit> |
96 | 100 | </PropertyGroup> |
97 | 101 | <ItemGroup> |
98 | 102 | <Reference Include="System" /> |
|
134 | 138 | <None Include="Service References\NVPServiceReference\CyberSourceTransaction_1.xsd"> |
135 | 139 | <SubType>Designer</SubType> |
136 | 140 | </None> |
| 141 | + <None Include="Service References\NVPServiceReference\CyberSourceTransaction_11.xsd"> |
| 142 | + <SubType>Designer</SubType> |
| 143 | + </None> |
137 | 144 | <None Include="Service References\NVPServiceReference\NVPCyberSourceTransactionWS.wsdl" /> |
| 145 | + <None Include="Service References\NVPServiceReference\NVPCyberSourceTransactionWS1.wsdl" /> |
138 | 146 | <None Include="Service References\SoapServiceReference\CyberSource.Clients.SoapServiceReference.ReplyMessage.datasource"> |
139 | 147 | <DependentUpon>Reference.svcmap</DependentUpon> |
140 | 148 | </None> |
141 | 149 | <None Include="Service References\SoapServiceReference\CyberSourceTransactionWS.wsdl" /> |
| 150 | + <None Include="Service References\SoapServiceReference\CyberSourceTransactionWS2.wsdl" /> |
142 | 151 | <None Include="Service References\SoapServiceReference\CyberSourceTransaction_1.xsd"> |
143 | 152 | <SubType>Designer</SubType> |
144 | 153 | </None> |
|
192 | 201 | <None Include="Service References\SoapServiceReference\configuration.svcinfo" /> |
193 | 202 | </ItemGroup> |
194 | 203 | <ItemGroup> |
| 204 | + <None Include="Service References\SoapServiceReference\CyberSourceTransaction_12.xsd"> |
| 205 | + <SubType>Designer</SubType> |
| 206 | + </None> |
195 | 207 | <None Include="Service References\SoapServiceReference\Reference.svcmap"> |
196 | 208 | <Generator>WCF Proxy Generator</Generator> |
197 | 209 | <LastGenOutput>Reference.cs</LastGenOutput> |
|
0 commit comments