MCE - Marching Cube ELD SVN
Crystallographic software for displaying voxel maps - electron density
Brought to you by:
janrohlicek
--- a/MCE.vcxproj +++ b/MCE.vcxproj @@ -23,7 +23,7 @@ <SccLocalPath /> <Keyword>MFCProj</Keyword> <ProjectGuid>{1AF7754B-A685-BB73-C448-D91FD9831D84}</ProjectGuid> - <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> @@ -74,13 +74,13 @@ <OutDir>.\Release\</OutDir> <IntDir>.\Release\</IntDir> <LinkIncremental>false</LinkIncremental> - <IncludePath>F:\PiGi\MCE\MCE_SVN\onnxruntime-win-x86-1.22.1\include;$(IncludePath)</IncludePath> - <LibraryPath>F:\PiGi\MCE\MCE_SVN\onnxruntime-win-x86-1.22.1\lib;$(LibraryPath)</LibraryPath> + <IncludePath>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\include\;$(IncludePath)</IncludePath> + <LibraryPath>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\lib\;$(LibraryPath)</LibraryPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> - <IncludePath>F:\PiGi\MCE\MCE_SVN\onnxruntime-win-x64-gpu-1.22.1\include;$(IncludePath)</IncludePath> - <LibraryPath>F:\PiGi\MCE\MCE_SVN\onnxruntime-win-x64-gpu-1.22.1\lib;$(LibraryPath)</LibraryPath> + <IncludePath>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\include\;$(IncludePath)</IncludePath> + <LibraryPath>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\lib;$(LibraryPath)</LibraryPath> <OutDir>.\Release\</OutDir> <IntDir>.\Release\</IntDir> </PropertyGroup> @@ -88,13 +88,13 @@ <OutDir>.\Debug\</OutDir> <IntDir>.\Debug\</IntDir> <LinkIncremental>true</LinkIncremental> - <IncludePath>F:\PiGi\MCE\MCE_SVN\onnxruntime-win-x86-1.22.1\include;$(IncludePath)</IncludePath> - <LibraryPath>F:\PiGi\MCE\MCE_SVN\onnxruntime-win-x86-1.22.1\lib;$(LibraryPath)</LibraryPath> + <IncludePath>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\include;$(IncludePath)</IncludePath> + <LibraryPath>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\lib;$(LibraryPath)</LibraryPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> - <IncludePath>F:\PiGi\MCE\MCE_SVN\onnxruntime-win-x64-gpu-1.22.1\include;$(IncludePath)</IncludePath> - <LibraryPath>F:\PiGi\MCE\MCE_SVN\onnxruntime-win-x64-gpu-1.22.1\lib;$(LibraryPath)</LibraryPath> + <IncludePath>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\include;$(IncludePath)</IncludePath> + <LibraryPath>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\lib;$(LibraryPath)</LibraryPath> <OutDir>.\Debug\</OutDir> <IntDir>.\Debug\</IntDir> </PropertyGroup> @@ -157,6 +157,7 @@ <ObjectFileName>.\Release\</ObjectFileName> <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName> <LanguageStandard>stdcpp17</LanguageStandard> + <AdditionalIncludeDirectories>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Midl> <SuppressStartupBanner>true</SuppressStartupBanner> @@ -201,6 +202,7 @@ <IntrinsicFunctions>true</IntrinsicFunctions> <DisableLanguageExtensions>false</DisableLanguageExtensions> <LanguageStandard>stdcpp17</LanguageStandard> + <AdditionalIncludeDirectories>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Midl> <SuppressStartupBanner>true</SuppressStartupBanner> @@ -227,7 +229,7 @@ </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <InlineFunctionExpansion>Default</InlineFunctionExpansion> <FunctionLevelLinking>true</FunctionLevelLinking> <Optimization>Disabled</Optimization> @@ -246,6 +248,7 @@ <IntrinsicFunctions>true</IntrinsicFunctions> <DisableLanguageExtensions>false</DisableLanguageExtensions> <LanguageStandard>stdcpp17</LanguageStandard> + <AdditionalIncludeDirectories>c:\PiGi\MCE\onnxruntime-win-x86-1.22.1\include</AdditionalIncludeDirectories> </ClCompile> <Midl> <SuppressStartupBanner>true</SuppressStartupBanner> @@ -266,7 +269,7 @@ <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <OutputFile>.\Debug\MCE.exe</OutputFile> - <AdditionalDependencies>opengl32.lib;glu32.lib;onnxruntime.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>opengl32.lib;glu32.lib;onnxruntime.lib;onnxruntime_providers_shared.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemGroup>