| 123456789101112131415161718192021222324 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Library</OutputType>
- <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <None Include="..\.editorconfig" Link=".editorconfig" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Avalonia.Base">
- <HintPath>..\..\..\prs\PRS.Avalonia\PRS.Avalonia.Desktop\bin\Debug\net8.0-windows\Avalonia.Base.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj" />
- </ItemGroup>
- </Project>
|