deeb25a2| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | |
| 3 | <PropertyGroup> |
| 4 | <OutputType>Exe</OutputType> |
| 5 | <TargetFramework>net10.0</TargetFramework> |
| 6 | <RuntimeIdentifier>win-x64</RuntimeIdentifier> |
| 7 | <ImplicitUsings>enable</ImplicitUsings> |
| 8 | <Nullable>enable</Nullable> |
| 9 | <LangVersion>14</LangVersion> |
| 10 | <!-- NativeAOT profile for bench only (CasaField.Core is AOT-friendly). --> |
| 11 | <PublishAot Condition="'$(NativeAot)'=='true'">true</PublishAot> |
| 12 | <InvariantGlobalization Condition="'$(NativeAot)'=='true'">true</InvariantGlobalization> |
| 13 | </PropertyGroup> |
| 14 | |
| 15 | <ItemGroup> |
| 16 | <ProjectReference Include="..\CasaField.Core\CasaField.Core.csproj" /> |
| 17 | </ItemGroup> |
| 18 | |
| 19 | </Project> |
| 20 | |
View only · write via MCP/CIDE