112 lines
5.3 KiB
XML
112 lines
5.3 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
|
<ProjectConfiguration Include="Debug|x64">
|
|||
|
|
<Configuration>Debug</Configuration>
|
|||
|
|
<Platform>x64</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
|
<Configuration>Release</Configuration>
|
|||
|
|
<Platform>x64</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<PropertyGroup Label="Globals">
|
|||
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|||
|
|
<ProjectGuid>{2089CD1F-E51F-4FE7-9BC0-20D7F22DDF10}</ProjectGuid>
|
|||
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|||
|
|
<Keyword>ManagedCProj</Keyword>
|
|||
|
|
<RootNamespace>GmshCommon</RootNamespace>
|
|||
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
|
<PlatformToolset>v143</PlatformToolset>
|
|||
|
|
<CLRSupport>true</CLRSupport>
|
|||
|
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
|
<PlatformToolset>v143</PlatformToolset>
|
|||
|
|
<CLRSupport>true</CLRSupport>
|
|||
|
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
|
</ImportGroup>
|
|||
|
|
<ImportGroup Label="Shared">
|
|||
|
|
</ImportGroup>
|
|||
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
|
<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|x64'">
|
|||
|
|
<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|x64'">
|
|||
|
|
<OutDir>$(SolutionDir)\GmshCommon\bin\x64\Debug</OutDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
|
<OutDir>$(SolutionDir)\GmshCommon\bin\x64\Release</OutDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|||
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<AdditionalIncludeDirectories>$(SolutionDir)\GmshCommon\GmshLib\deps\gmsh-4.14.0-Windows64-sdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<AdditionalDependencies>gmsh.dll.lib</AdditionalDependencies>
|
|||
|
|
<AdditionalLibraryDirectories>$(SolutionDir)\GmshCommon\GmshLib\deps\gmsh-4.14.0-Windows64-sdk\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|||
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<AdditionalIncludeDirectories>$(SolutionDir)\GmshCommon\GmshLib\deps\gmsh-4.13.0-Windows64-sdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<AdditionalDependencies>gmsh.lib</AdditionalDependencies>
|
|||
|
|
<AdditionalLibraryDirectories>$(SolutionDir)\GmshCommon\GmshLib\deps\gmsh-4.13.0-Windows64-sdk\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ClInclude Include="GmshCommon.h" />
|
|||
|
|
<ClInclude Include="pch.h" />
|
|||
|
|
<ClInclude Include="Resource.h" />
|
|||
|
|
<ClInclude Include="Utility.h" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ClCompile Include="AssemblyInfo.cpp" />
|
|||
|
|
<ClCompile Include="GmshCommon.cpp" />
|
|||
|
|
<ClCompile Include="pch.cpp">
|
|||
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|||
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|||
|
|
</ClCompile>
|
|||
|
|
<ClCompile Include="Utility.cpp" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ResourceCompile Include="app.rc" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Image Include="app.ico" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.Data" />
|
|||
|
|
<Reference Include="System.Xml" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Text Include="Readme.txt" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
|
</ImportGroup>
|
|||
|
|
</Project>
|