| <?xml version="1.0" encoding="utf-8"?> |
| <Project DefaultTargets="Build" ToolsVersion="4.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>{B63F2E01-5157-4719-8491-0E1C7CD3B701}</ProjectGuid> |
| <Keyword>Win32Proj</Keyword> |
| <RootNamespace>common</RootNamespace> |
| </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| <ConfigurationType>StaticLibrary</ConfigurationType> |
| <UseDebugLibraries>true</UseDebugLibraries> |
| <PlatformToolset>v100</PlatformToolset> |
| <CharacterSet>Unicode</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| <ConfigurationType>StaticLibrary</ConfigurationType> |
| <UseDebugLibraries>true</UseDebugLibraries> |
| <PlatformToolset>v100</PlatformToolset> |
| <CharacterSet>Unicode</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| <ConfigurationType>StaticLibrary</ConfigurationType> |
| <UseDebugLibraries>false</UseDebugLibraries> |
| <PlatformToolset>v100</PlatformToolset> |
| <WholeProgramOptimization>true</WholeProgramOptimization> |
| <CharacterSet>Unicode</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| <ConfigurationType>StaticLibrary</ConfigurationType> |
| <UseDebugLibraries>false</UseDebugLibraries> |
| <PlatformToolset>v100</PlatformToolset> |
| <WholeProgramOptimization>true</WholeProgramOptimization> |
| <CharacterSet>Unicode</CharacterSet> |
| </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| <ImportGroup Label="ExtensionSettings"> |
| </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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| <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> |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" 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|x64'"> |
| <TargetName>ignite.common</TargetName> |
| <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
| <IntDir>$(Platform)\$(Configuration)\</IntDir> |
| <LinkIncremental>false</LinkIncremental> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| <TargetName>ignite.common</TargetName> |
| <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
| <IntDir>$(Platform)\$(Configuration)\</IntDir> |
| <LinkIncremental>false</LinkIncremental> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| <TargetName>ignite.common</TargetName> |
| <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
| <IntDir>$(Platform)\$(Configuration)\</IntDir> |
| <LinkIncremental>false</LinkIncremental> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| <TargetName>ignite.common</TargetName> |
| <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
| <IntDir>$(Platform)\$(Configuration)\</IntDir> |
| <LinkIncremental>false</LinkIncremental> |
| </PropertyGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| <ClCompile> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>Disabled</Optimization> |
| <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;IGNITEJVM_EXPORTS;_CRT_SECURE_NO_WARNINGS;IGNITE_IMPL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <AdditionalIncludeDirectories>$(ProjectDir)\..\..\include;$(ProjectDir)\..\..\os\win\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <OptimizeReferences>false</OptimizeReferences> |
| <EnableCOMDATFolding>false</EnableCOMDATFolding> |
| <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <SDLCheck>false</SDLCheck> |
| <AdditionalIncludeDirectories>$(ProjectDir)\..\..\include;$(ProjectDir)\..\..\os\win\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;IGNITEJVM_EXPORTS;_CRT_SECURE_NO_WARNINGS;IGNITE_IMPL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| </ClCompile> |
| <Link> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <OptimizeReferences>true</OptimizeReferences> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <Optimization>MaxSpeed</Optimization> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <IntrinsicFunctions>true</IntrinsicFunctions> |
| <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;IGNITEJVM_EXPORTS;_CRT_SECURE_NO_WARNINGS;IGNITE_IMPL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <AdditionalIncludeDirectories>$(ProjectDir)\..\..\include;$(ProjectDir)\..\..\os\win\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
| <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| <OmitFramePointers>true</OmitFramePointers> |
| <BufferSecurityCheck>false</BufferSecurityCheck> |
| <StringPooling>true</StringPooling> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <OptimizeReferences>true</OptimizeReferences> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>Full</Optimization> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <IntrinsicFunctions>true</IntrinsicFunctions> |
| <AdditionalIncludeDirectories>$(ProjectDir)\..\..\include;$(ProjectDir)\..\..\os\win\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
| <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| <OmitFramePointers>true</OmitFramePointers> |
| <StringPooling>true</StringPooling> |
| <BufferSecurityCheck>false</BufferSecurityCheck> |
| <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;IGNITE_IMPL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </ClCompile> |
| <Link> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <OptimizeReferences>true</OptimizeReferences> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemGroup> |
| <ClInclude Include="..\..\include\ignite\common\big_integer.h" /> |
| <ClInclude Include="..\..\include\ignite\common\cancelable.h" /> |
| <ClInclude Include="..\..\include\ignite\common\concurrent.h" /> |
| <ClInclude Include="..\..\include\ignite\common\decimal.h" /> |
| <ClInclude Include="..\..\include\ignite\common\default_allocator.h" /> |
| <ClInclude Include="..\..\include\ignite\common\dynamic_size_array.h" /> |
| <ClInclude Include="..\..\include\ignite\common\expected.h" /> |
| <ClInclude Include="..\..\include\ignite\common\fixed_size_array.h" /> |
| <ClInclude Include="..\..\include\ignite\common\bits.h" /> |
| <ClInclude Include="..\..\include\ignite\common\lazy.h" /> |
| <ClInclude Include="..\..\include\ignite\common\platform_utils.h" /> |
| <ClInclude Include="..\..\include\ignite\common\promise.h" /> |
| <ClInclude Include="..\..\include\ignite\common\reference_impl.h" /> |
| <ClInclude Include="..\..\include\ignite\common\shared_state.h" /> |
| <ClInclude Include="..\..\include\ignite\common\utils.h" /> |
| <ClInclude Include="..\..\include\ignite\date.h" /> |
| <ClInclude Include="..\..\include\ignite\future.h" /> |
| <ClInclude Include="..\..\include\ignite\guid.h" /> |
| <ClInclude Include="..\..\include\ignite\ignite_error.h" /> |
| <ClInclude Include="..\..\include\ignite\reference.h" /> |
| <ClInclude Include="..\..\include\ignite\time.h" /> |
| <ClInclude Include="..\..\include\ignite\timestamp.h" /> |
| <ClInclude Include="..\..\os\win\include\ignite\common\common.h" /> |
| <ClInclude Include="..\..\os\win\include\ignite\common\concurrent_os.h" /> |
| <ClInclude Include="..\..\os\win\include\ignite\common\dynamic_load_os.h" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ClCompile Include="..\..\os\win\src\common\concurrent_os.cpp" /> |
| <ClCompile Include="..\..\os\win\src\common\dynamic_load_os.cpp" /> |
| <ClCompile Include="..\..\os\win\src\common\platform_utils.cpp" /> |
| <ClCompile Include="..\..\src\common\big_integer.cpp" /> |
| <ClCompile Include="..\..\src\common\bits.cpp" /> |
| <ClCompile Include="..\..\src\common\concurrent.cpp" /> |
| <ClCompile Include="..\..\src\common\decimal.cpp" /> |
| <ClCompile Include="..\..\src\common\utils.cpp" /> |
| <ClCompile Include="..\..\src\date.cpp" /> |
| <ClCompile Include="..\..\src\guid.cpp" /> |
| <ClCompile Include="..\..\src\ignite_error.cpp" /> |
| <ClCompile Include="..\..\src\time.cpp" /> |
| <ClCompile Include="..\..\src\timestamp.cpp" /> |
| </ItemGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| <ImportGroup Label="ExtensionTargets"> |
| </ImportGroup> |
| </Project> |