diff options
| author | grm <grm@eyesin.space> | 2024-06-05 19:04:25 +0300 | 
|---|---|---|
| committer | grm <grm@eyesin.space> | 2024-06-05 19:04:25 +0300 | 
| commit | 181edce08e0b914b7274571b7feb1ea8b1f341d8 (patch) | |
| tree | 1a442e6095abf160e36baa31a319858774cd1178 /lib/imgui-1.90.7/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj | |
| parent | 294e3409d007c29f17c6551acbc9f9199a044b0c (diff) | |
| download | cgame-181edce08e0b914b7274571b7feb1ea8b1f341d8.tar.gz cgame-181edce08e0b914b7274571b7feb1ea8b1f341d8.tar.bz2 cgame-181edce08e0b914b7274571b7feb1ea8b1f341d8.zip  | |
more vks, stupid mutlistep build, and imgui
Diffstat (limited to 'lib/imgui-1.90.7/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj')
| -rw-r--r-- | lib/imgui-1.90.7/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj | 186 | 
1 files changed, 186 insertions, 0 deletions
diff --git a/lib/imgui-1.90.7/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj b/lib/imgui-1.90.7/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj new file mode 100644 index 0000000..2aa2550 --- /dev/null +++ b/lib/imgui-1.90.7/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj @@ -0,0 +1,186 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +  <ItemGroup Label="ProjectConfigurations"> +    <ProjectConfiguration Include="Debug|Win32"> +      <Configuration>Debug</Configuration> +      <Platform>Win32</Platform> +    </ProjectConfiguration> +    <ProjectConfiguration Include="Debug|x64"> +      <Configuration>Debug</Configuration> +      <Platform>x64</Platform> +    </ProjectConfiguration> +    <ProjectConfiguration Include="Release|Win32"> +      <Configuration>Release</Configuration> +      <Platform>Win32</Platform> +    </ProjectConfiguration> +    <ProjectConfiguration Include="Release|x64"> +      <Configuration>Release</Configuration> +      <Platform>x64</Platform> +    </ProjectConfiguration> +  </ItemGroup> +  <PropertyGroup Label="Globals"> +    <ProjectGuid>{9CDA7840-B7A5-496D-A527-E95571496D18}</ProjectGuid> +    <RootNamespace>example_glfw_opengl2</RootNamespace> +    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> +  </PropertyGroup> +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> +    <ConfigurationType>Application</ConfigurationType> +    <UseDebugLibraries>true</UseDebugLibraries> +    <CharacterSet>MultiByte</CharacterSet> +    <PlatformToolset>v140</PlatformToolset> +  </PropertyGroup> +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> +    <ConfigurationType>Application</ConfigurationType> +    <UseDebugLibraries>true</UseDebugLibraries> +    <CharacterSet>MultiByte</CharacterSet> +    <PlatformToolset>v140</PlatformToolset> +  </PropertyGroup> +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> +    <ConfigurationType>Application</ConfigurationType> +    <UseDebugLibraries>false</UseDebugLibraries> +    <WholeProgramOptimization>true</WholeProgramOptimization> +    <CharacterSet>MultiByte</CharacterSet> +    <PlatformToolset>v140</PlatformToolset> +  </PropertyGroup> +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> +    <ConfigurationType>Application</ConfigurationType> +    <UseDebugLibraries>false</UseDebugLibraries> +    <WholeProgramOptimization>true</WholeProgramOptimization> +    <CharacterSet>MultiByte</CharacterSet> +    <PlatformToolset>v140</PlatformToolset> +  </PropertyGroup> +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> +  <ImportGroup Label="ExtensionSettings"> +  </ImportGroup> +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> +  </ImportGroup> +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> +  </ImportGroup> +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> +  </ImportGroup> +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> +  </ImportGroup> +  <PropertyGroup Label="UserMacros" /> +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> +    <OutDir>$(ProjectDir)$(Configuration)\</OutDir> +    <IntDir>$(ProjectDir)$(Configuration)\</IntDir> +    <IncludePath>$(IncludePath)</IncludePath> +  </PropertyGroup> +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> +    <OutDir>$(ProjectDir)$(Configuration)\</OutDir> +    <IntDir>$(ProjectDir)$(Configuration)\</IntDir> +    <IncludePath>$(IncludePath)</IncludePath> +  </PropertyGroup> +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> +    <OutDir>$(ProjectDir)$(Configuration)\</OutDir> +    <IntDir>$(ProjectDir)$(Configuration)\</IntDir> +    <IncludePath>$(IncludePath)</IncludePath> +  </PropertyGroup> +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> +    <OutDir>$(ProjectDir)$(Configuration)\</OutDir> +    <IntDir>$(ProjectDir)$(Configuration)\</IntDir> +    <IncludePath>$(IncludePath)</IncludePath> +  </PropertyGroup> +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> +    <ClCompile> +      <WarningLevel>Level4</WarningLevel> +      <Optimization>Disabled</Optimization> +      <AdditionalIncludeDirectories>..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> +      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> +    </ClCompile> +    <Link> +      <GenerateDebugInformation>true</GenerateDebugInformation> +      <AdditionalLibraryDirectories>..\libs\glfw\lib-vc2010-32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> +      <AdditionalDependencies>opengl32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies> +      <SubSystem>Console</SubSystem> +      <IgnoreSpecificDefaultLibraries>msvcrt.lib</IgnoreSpecificDefaultLibraries> +    </Link> +  </ItemDefinitionGroup> +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> +    <ClCompile> +      <WarningLevel>Level4</WarningLevel> +      <Optimization>Disabled</Optimization> +      <AdditionalIncludeDirectories>..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> +      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> +    </ClCompile> +    <Link> +      <GenerateDebugInformation>true</GenerateDebugInformation> +      <AdditionalLibraryDirectories>..\libs\glfw\lib-vc2010-64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> +      <AdditionalDependencies>opengl32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies> +      <SubSystem>Console</SubSystem> +      <IgnoreSpecificDefaultLibraries>msvcrt.lib</IgnoreSpecificDefaultLibraries> +    </Link> +  </ItemDefinitionGroup> +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> +    <ClCompile> +      <WarningLevel>Level4</WarningLevel> +      <Optimization>MaxSpeed</Optimization> +      <FunctionLevelLinking>true</FunctionLevelLinking> +      <IntrinsicFunctions>true</IntrinsicFunctions> +      <AdditionalIncludeDirectories>..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> +      <BufferSecurityCheck>false</BufferSecurityCheck> +      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> +    </ClCompile> +    <Link> +      <GenerateDebugInformation>true</GenerateDebugInformation> +      <EnableCOMDATFolding>true</EnableCOMDATFolding> +      <OptimizeReferences>true</OptimizeReferences> +      <AdditionalLibraryDirectories>..\libs\glfw\lib-vc2010-32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> +      <AdditionalDependencies>opengl32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies> +      <SubSystem>Console</SubSystem> +      <IgnoreSpecificDefaultLibraries> +      </IgnoreSpecificDefaultLibraries> +    </Link> +  </ItemDefinitionGroup> +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> +    <ClCompile> +      <WarningLevel>Level4</WarningLevel> +      <Optimization>MaxSpeed</Optimization> +      <FunctionLevelLinking>true</FunctionLevelLinking> +      <IntrinsicFunctions>true</IntrinsicFunctions> +      <AdditionalIncludeDirectories>..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> +      <BufferSecurityCheck>false</BufferSecurityCheck> +      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> +    </ClCompile> +    <Link> +      <GenerateDebugInformation>true</GenerateDebugInformation> +      <EnableCOMDATFolding>true</EnableCOMDATFolding> +      <OptimizeReferences>true</OptimizeReferences> +      <AdditionalLibraryDirectories>..\libs\glfw\lib-vc2010-64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> +      <AdditionalDependencies>opengl32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies> +      <SubSystem>Console</SubSystem> +      <IgnoreSpecificDefaultLibraries> +      </IgnoreSpecificDefaultLibraries> +    </Link> +  </ItemDefinitionGroup> +  <ItemGroup> +    <ClCompile Include="..\..\imgui.cpp" /> +    <ClCompile Include="..\..\imgui_demo.cpp" /> +    <ClCompile Include="..\..\imgui_draw.cpp" /> +    <ClCompile Include="..\..\imgui_tables.cpp" /> +    <ClCompile Include="..\..\imgui_widgets.cpp" /> +    <ClCompile Include="..\..\backends\imgui_impl_glfw.cpp" /> +    <ClCompile Include="..\..\backends\imgui_impl_opengl2.cpp" /> +    <ClCompile Include="main.cpp" /> +  </ItemGroup> +  <ItemGroup> +    <ClInclude Include="..\..\imconfig.h" /> +    <ClInclude Include="..\..\imgui.h" /> +    <ClInclude Include="..\..\imgui_internal.h" /> +    <ClInclude Include="..\..\backends\imgui_impl_glfw.h" /> +    <ClInclude Include="..\..\backends\imgui_impl_opengl2.h" /> +  </ItemGroup> +  <ItemGroup> +    <None Include="..\..\misc\debuggers\imgui.natstepfilter" /> +    <None Include="..\..\misc\debuggers\imgui.natvis" /> +    <None Include="..\README.txt" /> +  </ItemGroup> +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> +  <ImportGroup Label="ExtensionTargets"> +  </ImportGroup> +</Project>
\ No newline at end of file  | 
