@ -12,6 +12,8 @@
<FileAlignment > 512</FileAlignment>
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
<Deterministic > true</Deterministic>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<PlatformTarget > AnyCPU</PlatformTarget>
@ -52,7 +54,7 @@
<PlatformTarget > x64</PlatformTarget>
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > tru e</Prefer32Bit>
<Prefer32Bit > fals e</Prefer32Bit>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<NoWarn >
<NoWarn >
</NoWarn>
</NoWarn>
@ -73,8 +75,8 @@
</ProjectReference>
</ProjectReference>
</ItemGroup>
</ItemGroup>
<ItemGroup >
<ItemGroup >
<Reference Include= "ImGui.NET, Version=1.70 .0.0, Culture=neutral, processorArchitecture=MSIL" >
<Reference Include= "ImGui.NET, Version=1.75 .0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ImGui.NET.1.70 .0\lib\netstandard2.0\ImGui.NET.dll</HintPath>
<HintPath > ..\packages\ImGui.NET.1.75 .0\lib\netstandard2.0\ImGui.NET.dll</HintPath>
</Reference>
</Reference>
<Reference Include= "System.Numerics" />
<Reference Include= "System.Numerics" />
<Reference Include= "System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Reference Include= "System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
@ -91,4 +93,11 @@
<PostBuildEvent >
<PostBuildEvent >
</PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</PropertyGroup>
<Import Project= "..\packages\ImGui.NET.1.75.0\build\net40\ImGui.NET.targets" Condition= "Exists('..\packages\ImGui.NET.1.75.0\build\net40\ImGui.NET.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\ImGui.NET.1.75.0\build\net40\ImGui.NET.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\ImGui.NET.1.75.0\build\net40\ImGui.NET.targets'))" />
</Target>
</Project>
</Project>