Skip to content

Commit

Permalink
[RD-FFK-NET8] Upgraded test project but target left only to net48 fai…
Browse files Browse the repository at this point in the history
…rmat/dev/fairmatserver#3493
  • Loading branch information
enrico-favali-fairmat authored and forna1991 committed May 7, 2024
1 parent acf705a commit 16f5846
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 135 deletions.
128 changes: 17 additions & 111 deletions InterestRatesModels.Tests/InterestRatesModels.Tests.csproj
@@ -1,37 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1B62EF42-4A90-41DB-B83D-2744AB41FCDA}</ProjectGuid>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>InterestRatesModels.Tests</RootNamespace>
<AssemblyName>InterestRatesModels.Tests</AssemblyName>
<FileAlignment>512</FileAlignment>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<Prefer32Bit>false</Prefer32Bit>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyTitle>InterestRatesModels.Tests</AssemblyTitle>
<Description>Several test for Interest Rates plugins.</Description>
<Company>Fairmat SRL</Company>
<Product>InterestRatesModels.Tests</Product>
<Copyright>Copyright © Fairmat 2012</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
<ItemGroup>
<Reference Include="CoreExtensions">
Expand All @@ -55,91 +35,17 @@
<Reference Include="DVPLUtils">
<HintPath>..\..\DVPLReferences\DVPLUtils.dll</HintPath>
</Reference>
<Reference Include="Mono.Addins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Addins.1.4.1\lib\net472\Mono.Addins.dll</HintPath>
</Reference>
<Reference Include="QLNet, Version=1.11.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\QLNet.1.11.4\lib\netstandard2.0\QLNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections.Immutable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Collections.Immutable.6.0.0\lib\net461\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
</ItemGroup>
<ItemGroup>
<Compile Include="CIR\TestCIR.cs" />
<Compile Include="HullAndWhiteOneFactor\TestCapsHW1.cs" />
<Compile Include="HullAndWhiteOneFactor\TestHW1.cs" />
<Compile Include="HullAndWhiteTwoFactors\TestHW2.cs" />
<Compile Include="Pelsser\TestPelsser.cs" />
<Compile Include="Pelsser\TestPelsserSetup.cs" />
<Compile Include="Pelsser\TestPelsserBondPut.cs" />
<Compile Include="Pelsser\TestPelsserCaplet.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestCommon.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CIR\CIR.csproj">
<Project>{01681786-2D92-410E-B121-6616D0C9F6E5}</Project>
<Name>CIR</Name>
</ProjectReference>
<ProjectReference Include="..\HullAndWhiteOneFactor\HullAndWhiteOneFactor.csproj">
<Project>{0355501D-5C61-4EDF-B640-B83A1E741085}</Project>
<Name>HullAndWhiteOneFactor</Name>
</ProjectReference>
<ProjectReference Include="..\Pelsser\Pelsser.csproj">
<Project>{635FA926-8F6C-4B69-9C1C-527115B5E608}</Project>
<Name>Pelsser</Name>
</ProjectReference>
<ProjectReference Include="..\CIR\CIR.csproj" />
<ProjectReference Include="..\HullAndWhiteOneFactor\HullAndWhiteOneFactor.csproj" />
<ProjectReference Include="..\Pelsser\Pelsser.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Addins">
<Version>1.4.1</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.2</Version>
</PackageReference>
<PackageReference Include="NUnit">
<Version>3.13.3</Version>
</PackageReference>
<PackageReference Include="QLNet">
<Version>1.11.4</Version>
</PackageReference>
<PackageReference Include="System.Buffers">
<Version>4.5.1</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>6.0.0</Version>
</PackageReference>
<PackageReference Include="System.Memory">
<Version>4.5.4</Version>
</PackageReference>
<PackageReference Include="System.Numerics.Vectors">
<Version>4.5.0</Version>
</PackageReference>
<PackageReference Include="System.Reflection.Emit">
<Version>4.7.0</Version>
</PackageReference>
<PackageReference Include="System.Reflection.Emit.Lightweight">
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
<Version>6.0.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
23 changes: 0 additions & 23 deletions InterestRatesModels.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -17,16 +17,6 @@

using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("InterestRatesModels.Tests")]
[assembly: AssemblyDescription("Several test for Interest Rates plugins.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Fairmat SRL")]
[assembly: AssemblyProduct("InterestRatesModels.Tests")]
[assembly: AssemblyCopyright("Copyright © Fairmat 2012")]
[assembly: AssemblyTrademark("Fairmat")]
[assembly: AssemblyCulture("")]

Expand All @@ -37,16 +27,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("2dc1e3d3-ab1c-41b4-a6d7-a07bf7067564")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion InterestRatesModels.sln
Expand Up @@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HullAndWhiteOneFactor", "Hu
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pelsser", "Pelsser\Pelsser.csproj", "{635FA926-8F6C-4B69-9C1C-527115B5E608}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterestRatesModels.Tests", "InterestRatesModels.Tests\InterestRatesModels.Tests.csproj", "{1B62EF42-4A90-41DB-B83D-2744AB41FCDA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterestRatesModels.Tests", "InterestRatesModels.Tests\InterestRatesModels.Tests.csproj", "{1B62EF42-4A90-41DB-B83D-2744AB41FCDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HullAndWhiteTwoFactors", "HullAndWhiteTwoFactors\HullAndWhiteTwoFactors.csproj", "{39A9B629-0AFD-44F3-9AEA-7BCA21106D2C}"
EndProject
Expand Down

0 comments on commit 16f5846

Please sign in to comment.