|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
<ProjectGuid>{370E1945-EF74-4618-A2DE-B5796AC3093E}</ProjectGuid> |
|
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
|
<RootNamespace>DriverProgram</RootNamespace> |
|
|
|
|
<AssemblyName>DriverProgram</AssemblyName> |
|
|
|
|
<AssemblyName>ImGuiDemo</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
|
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
|
@ -45,9 +45,10 @@ |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath> |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
<DefineConstants> |
|
|
|
|
</DefineConstants> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
|
<DebugType>none</DebugType> |
|
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
@ -55,6 +56,7 @@ |
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
<NoWarn> |
|
|
|
|
</NoWarn> |
|
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="ImGui.NET, Version=1.66.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
|