22 lines
769 B
XML
22 lines
769 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="System.Drawing" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net48</TargetFramework>
|
||
|
|
<AssemblyName>ANSUnicodeHelper</AssemblyName>
|
||
|
|
<RootNamespace>ANSCENTER</RootNamespace>
|
||
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||
|
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||
|
|
<FileVersion>1.0.0.0</FileVersion>
|
||
|
|
<Company>ANSCENTER</Company>
|
||
|
|
<Product>ANSUnicodeHelper</Product>
|
||
|
|
<Description>Unicode helper for LabVIEW .NET interop - decodes \uXXXX escapes to .NET System.String</Description>
|
||
|
|
<OutputPath>..\..\cmake-build-release\bin\</OutputPath>
|
||
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
</Project>
|