Initial commit

This commit is contained in:
fredmaloggia
2026-01-24 07:41:30 +01:00
commit 897507c838
209 changed files with 10265 additions and 0 deletions

30
PricerAPI.sln Normal file
View File

@@ -0,0 +1,30 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryPricer", "LibraryPricer\LibraryPricer.csproj", "{8D86AE31-C67C-4295-7D5C-0C2902220A7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pricer", "Pricer\Pricer.csproj", "{961E868A-4AC7-0870-3304-2F4ED2D93FD6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D86AE31-C67C-4295-7D5C-0C2902220A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D86AE31-C67C-4295-7D5C-0C2902220A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D86AE31-C67C-4295-7D5C-0C2902220A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D86AE31-C67C-4295-7D5C-0C2902220A7F}.Release|Any CPU.Build.0 = Release|Any CPU
{961E868A-4AC7-0870-3304-2F4ED2D93FD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{961E868A-4AC7-0870-3304-2F4ED2D93FD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{961E868A-4AC7-0870-3304-2F4ED2D93FD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{961E868A-4AC7-0870-3304-2F4ED2D93FD6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF78F7DC-3130-4839-B1AA-71D6BD2D2299}
EndGlobalSection
EndGlobal