| 12345678910111213141516171819202122232425 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net6.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="..\..\src\Avalonia.Base\Rendering\SceneGraph\LineBoundsHelper.cs" Link="LineBoundsHelper.cs" />
- <Compile Update="Pages\TextFormatterPage.axaml.cs">
- <DependentUpon>TextFormatterPage.axaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
- <ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
- <ProjectReference Include="..\MiniMvvm\MiniMvvm.csproj" />
- <ProjectReference Include="..\SampleControls\ControlSamples.csproj" />
- </ItemGroup>
- <Import Project="..\..\build\SampleApp.props" />
- <Import Project="..\..\build\EmbedXaml.props" />
- <Import Project="..\..\build\Rx.props" />
- <Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" />
- <Import Project="..\..\build\ReferenceCoreLibraries.props" />
- <Import Project="..\..\build\BuildTargets.targets" />
- </Project>
|