|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Relase+Static|Win32"> |
| 9 | + <Configuration>Relase+Static</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Relase+Static|x64"> |
| 13 | + <Configuration>Relase+Static</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|Win32"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>Win32</Platform> |
|
39 | 47 | <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 48 | <CharacterSet>Unicode</CharacterSet> |
41 | 49 | </PropertyGroup> |
| 50 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Relase+Static|Win32'" Label="Configuration"> |
| 51 | + <ConfigurationType>Application</ConfigurationType> |
| 52 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 53 | + <PlatformToolset>v143</PlatformToolset> |
| 54 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 55 | + <CharacterSet>Unicode</CharacterSet> |
| 56 | + </PropertyGroup> |
42 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 58 | <ConfigurationType>Application</ConfigurationType> |
44 | 59 | <UseDebugLibraries>true</UseDebugLibraries> |
|
52 | 67 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 68 | <CharacterSet>Unicode</CharacterSet> |
54 | 69 | </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Relase+Static|x64'" Label="Configuration"> |
| 71 | + <ConfigurationType>Application</ConfigurationType> |
| 72 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 73 | + <PlatformToolset>v143</PlatformToolset> |
| 74 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 75 | + <CharacterSet>Unicode</CharacterSet> |
| 76 | + </PropertyGroup> |
55 | 77 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
56 | 78 | <ImportGroup Label="ExtensionSettings"> |
57 | 79 | </ImportGroup> |
|
63 | 85 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
64 | 86 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | 87 | </ImportGroup> |
| 88 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Relase+Static|Win32'" Label="PropertySheets"> |
| 89 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 90 | + </ImportGroup> |
66 | 91 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
67 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 93 | </ImportGroup> |
69 | 94 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 | 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | 96 | </ImportGroup> |
| 97 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Relase+Static|x64'" Label="PropertySheets"> |
| 98 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 99 | + </ImportGroup> |
72 | 100 | <PropertyGroup Label="UserMacros" /> |
73 | 101 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 102 | <ClCompile> |
|
96 | 124 | <GenerateDebugInformation>true</GenerateDebugInformation> |
97 | 125 | </Link> |
98 | 126 | </ItemDefinitionGroup> |
| 127 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Relase+Static|Win32'"> |
| 128 | + <ClCompile> |
| 129 | + <WarningLevel>Level3</WarningLevel> |
| 130 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 131 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 132 | + <SDLCheck>true</SDLCheck> |
| 133 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 134 | + <ConformanceMode>true</ConformanceMode> |
| 135 | + </ClCompile> |
| 136 | + <Link> |
| 137 | + <SubSystem>Console</SubSystem> |
| 138 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 139 | + </Link> |
| 140 | + </ItemDefinitionGroup> |
99 | 141 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
100 | 142 | <ClCompile> |
101 | 143 | <WarningLevel>Level3</WarningLevel> |
|
128 | 170 | <AdditionalDependencies>glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
129 | 171 | </Link> |
130 | 172 | </ItemDefinitionGroup> |
| 173 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Relase+Static|x64'"> |
| 174 | + <ClCompile> |
| 175 | + <WarningLevel>Level3</WarningLevel> |
| 176 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 177 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 178 | + <SDLCheck>true</SDLCheck> |
| 179 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 180 | + <ConformanceMode>true</ConformanceMode> |
| 181 | + <AdditionalIncludeDirectories>imgui;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 182 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 183 | + </ClCompile> |
| 184 | + <Link> |
| 185 | + <SubSystem>Windows</SubSystem> |
| 186 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 187 | + <AdditionalLibraryDirectories>GLFW;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 188 | + <AdditionalDependencies>glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 189 | + </Link> |
| 190 | + </ItemDefinitionGroup> |
131 | 191 | <ItemGroup> |
132 | 192 | <ClCompile Include="Imgui-path-viewer.cpp" /> |
133 | 193 | <ClCompile Include="imgui\imgui.cpp" /> |
|
0 commit comments