| |||||||||||||||||||||||
Retrieving data from a Mosel model Description mmexset-cs: Using sets in Mosel (requires burglari.mos)
Source Files By clicking on a file name, a preview is opened at the bottom of this page. Data Files
mmexset.csproj <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net5.0</TargetFramework> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <Content Include="../Models/**" CopyToOutputDirectory="Always" LinkBase="Models" /> </ItemGroup> <ItemGroup> <PackageReference Include="FICO.Xpress.XPRMdn" Version="5.6.1" /> </ItemGroup> </Project> | |||||||||||||||||||||||
© Copyright 2024 Fair Isaac Corporation. |