19 lines
686 B
XML
19 lines
686 B
XML
|
|
<!--
|
|
A set of properties can are included in the various other csproj file.
|
|
Note: These should NOT be used for operator projects, because updating those is handled in
|
|
CsProjectFile and ProjectXML.cs
|
|
-->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<TixlVersion>4.2.0.5</TixlVersion>
|
|
<TixlNetFrameworkVersion>net10.0-windows</TixlNetFrameworkVersion>
|
|
<TixlNetCoreFrameworkVersion>net10.0</TixlNetCoreFrameworkVersion>
|
|
<TixlIsDotNetFramework>false</TixlIsDotNetFramework>
|
|
|
|
<TixlEnableUWPInTargets>False</TixlEnableUWPInTargets>
|
|
<TixlEnableAndroidInTargets>False</TixlEnableAndroidInTargets>
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
</Project> |