Home | History | Annotate | Download | only in gennorm2
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{C7891A65-80AB-4245-912E-5F1E17B0E6C4}</ProjectGuid>
     23     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
     24     <RootNamespace>gennorm2</RootNamespace>
     25     <Keyword>Win32Proj</Keyword>
     26   </PropertyGroup>
     27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     29     <ConfigurationType>Application</ConfigurationType>
     30     <CharacterSet>Unicode</CharacterSet>
     31     <PlatformToolset>v140</PlatformToolset>
     32   </PropertyGroup>
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     34     <ConfigurationType>Application</ConfigurationType>
     35     <CharacterSet>Unicode</CharacterSet>
     36     <WholeProgramOptimization>true</WholeProgramOptimization>
     37     <PlatformToolset>v140</PlatformToolset>
     38   </PropertyGroup>
     39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     40     <ConfigurationType>Application</ConfigurationType>
     41     <CharacterSet>Unicode</CharacterSet>
     42     <PlatformToolset>v140</PlatformToolset>
     43   </PropertyGroup>
     44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     45     <ConfigurationType>Application</ConfigurationType>
     46     <CharacterSet>Unicode</CharacterSet>
     47     <WholeProgramOptimization>true</WholeProgramOptimization>
     48     <PlatformToolset>v140</PlatformToolset>
     49   </PropertyGroup>
     50   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     51   <ImportGroup Label="ExtensionSettings">
     52   </ImportGroup>
     53   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     55   </ImportGroup>
     56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     58   </ImportGroup>
     59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     61   </ImportGroup>
     62   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     64   </ImportGroup>
     65   <PropertyGroup Label="UserMacros" />
     66   <PropertyGroup>
     67     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     68     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
     69     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
     70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     71     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
     72     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
     73     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     74     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
     75     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
     76     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     77     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     78     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     79     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     80   </PropertyGroup>
     81   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     82     <CustomBuildStep>
     83       <Command>copy "$(TargetPath)" ..\..\..\bin
     84 </Command>
     85       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
     86     </CustomBuildStep>
     87     <ClCompile>
     88       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     89       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     90       <Optimization>MaxSpeed</Optimization>
     91       <IntrinsicFunctions>true</IntrinsicFunctions>
     92       <StringPooling>true</StringPooling>
     93       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     94       <FunctionLevelLinking>true</FunctionLevelLinking>
     95       <DisableLanguageExtensions>false</DisableLanguageExtensions>
     96       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
     97       <PrecompiledHeaderOutputFile>.\x86\Release\gennorm2.pch</PrecompiledHeaderOutputFile>
     98       <AssemblerListingLocation>.\x86\Release\</AssemblerListingLocation>
     99       <ObjectFileName>.\x86\Release\</ObjectFileName>
    100       <ProgramDataBaseFileName>.\x86\Release\</ProgramDataBaseFileName>
    101       <WarningLevel>Level3</WarningLevel>
    102       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    103       <SuppressStartupBanner>true</SuppressStartupBanner>
    104       <CompileAs>Default</CompileAs>
    105     </ClCompile>
    106     <ResourceCompile>
    107       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    108       <Culture>0x0409</Culture>
    109     </ResourceCompile>
    110     <Link>
    111       <OutputFile>.\x86\Release\gennorm2.exe</OutputFile>
    112       <SuppressStartupBanner>true</SuppressStartupBanner>
    113       <ProgramDatabaseFile>.\x86\Release\gennorm2.pdb</ProgramDatabaseFile>
    114       <GenerateDebugInformation>true</GenerateDebugInformation>
    115       <SubSystem>Console</SubSystem>
    116       <OptimizeReferences>true</OptimizeReferences>
    117       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    118       <TargetMachine>MachineX86</TargetMachine>
    119       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    120       <DataExecutionPrevention>false</DataExecutionPrevention>
    121     </Link>
    122   </ItemDefinitionGroup>
    123   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    124     <CustomBuildStep>
    125       <Command>copy "$(TargetPath)" ..\..\..\bin
    126 </Command>
    127       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
    128     </CustomBuildStep>
    129     <ClCompile>
    130       <Optimization>Disabled</Optimization>
    131       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    132       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    133       <IntrinsicFunctions>true</IntrinsicFunctions>
    134       <MinimalRebuild>true</MinimalRebuild>
    135       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    136       <StringPooling>true</StringPooling>
    137       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    138       <BufferSecurityCheck>true</BufferSecurityCheck>
    139       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    140       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    141       <PrecompiledHeaderOutputFile>.\x86\Debug\gennorm2.pch</PrecompiledHeaderOutputFile>
    142       <AssemblerListingLocation>.\x86\Debug\</AssemblerListingLocation>
    143       <ObjectFileName>.\x86\Debug\</ObjectFileName>
    144       <ProgramDataBaseFileName>.\x86\Debug\</ProgramDataBaseFileName>
    145       <BrowseInformation>true</BrowseInformation>
    146       <WarningLevel>Level3</WarningLevel>
    147       <SuppressStartupBanner>true</SuppressStartupBanner>
    148       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    149       <CompileAs>Default</CompileAs>
    150     </ClCompile>
    151     <ResourceCompile>
    152       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    153       <Culture>0x0409</Culture>
    154     </ResourceCompile>
    155     <Link>
    156       <OutputFile>.\x86\Debug\gennorm2.exe</OutputFile>
    157       <SuppressStartupBanner>true</SuppressStartupBanner>
    158       <GenerateDebugInformation>true</GenerateDebugInformation>
    159       <ProgramDatabaseFile>.\x86\Debug\gennorm2.pdb</ProgramDatabaseFile>
    160       <SubSystem>Console</SubSystem>
    161       <TargetMachine>MachineX86</TargetMachine>
    162       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    163       <DataExecutionPrevention>false</DataExecutionPrevention>
    164     </Link>
    165   </ItemDefinitionGroup>
    166   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    167     <CustomBuildStep>
    168       <Command>copy "$(TargetPath)" ..\..\..\bin64
    169 </Command>
    170       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    171     </CustomBuildStep>
    172     <ClCompile>
    173       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    174       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    175       <Optimization>MaxSpeed</Optimization>
    176       <IntrinsicFunctions>true</IntrinsicFunctions>
    177       <StringPooling>true</StringPooling>
    178       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    179       <FunctionLevelLinking>true</FunctionLevelLinking>
    180       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    181       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    182       <PrecompiledHeaderOutputFile>.\x64\Release\gennorm2.pch</PrecompiledHeaderOutputFile>
    183       <AssemblerListingLocation>.\x64\Release\</AssemblerListingLocation>
    184       <ObjectFileName>.\x64\Release\</ObjectFileName>
    185       <ProgramDataBaseFileName>.\x64\Release\</ProgramDataBaseFileName>
    186       <WarningLevel>Level3</WarningLevel>
    187       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    188       <SuppressStartupBanner>true</SuppressStartupBanner>
    189       <CompileAs>Default</CompileAs>
    190     </ClCompile>
    191     <ResourceCompile>
    192       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    193       <Culture>0x0409</Culture>
    194     </ResourceCompile>
    195     <Link>
    196       <OutputFile>.\x64\Release\gennorm2.exe</OutputFile>
    197       <SuppressStartupBanner>true</SuppressStartupBanner>
    198       <ProgramDatabaseFile>.\x64\Release\gennorm2.pdb</ProgramDatabaseFile>
    199       <GenerateDebugInformation>true</GenerateDebugInformation>
    200       <SubSystem>Console</SubSystem>
    201       <OptimizeReferences>true</OptimizeReferences>
    202       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    203       <TargetMachine>MachineX64</TargetMachine>
    204       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    205       <DataExecutionPrevention>false</DataExecutionPrevention>
    206     </Link>
    207   </ItemDefinitionGroup>
    208   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    209     <CustomBuildStep>
    210       <Command>copy "$(TargetPath)" ..\..\..\bin64
    211 </Command>
    212       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    213     </CustomBuildStep>
    214     <ClCompile>
    215       <Optimization>Disabled</Optimization>
    216       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    217       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    218       <IntrinsicFunctions>true</IntrinsicFunctions>
    219       <MinimalRebuild>true</MinimalRebuild>
    220       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    221       <StringPooling>true</StringPooling>
    222       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    223       <BufferSecurityCheck>true</BufferSecurityCheck>
    224       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    225       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    226       <PrecompiledHeaderOutputFile>.\x64\Debug\gennorm2.pch</PrecompiledHeaderOutputFile>
    227       <AssemblerListingLocation>.\x64\Debug\</AssemblerListingLocation>
    228       <ObjectFileName>.\x64\Debug\</ObjectFileName>
    229       <ProgramDataBaseFileName>.\x64\Debug\</ProgramDataBaseFileName>
    230       <BrowseInformation>true</BrowseInformation>
    231       <WarningLevel>Level3</WarningLevel>
    232       <SuppressStartupBanner>true</SuppressStartupBanner>
    233       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    234       <CompileAs>Default</CompileAs>
    235     </ClCompile>
    236     <ResourceCompile>
    237       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    238       <Culture>0x0409</Culture>
    239     </ResourceCompile>
    240     <Link>
    241       <OutputFile>.\x64\Debug\gennorm2.exe</OutputFile>
    242       <SuppressStartupBanner>true</SuppressStartupBanner>
    243       <GenerateDebugInformation>true</GenerateDebugInformation>
    244       <ProgramDatabaseFile>.\x64\Debug\gennorm2.pdb</ProgramDatabaseFile>
    245       <SubSystem>Console</SubSystem>
    246       <TargetMachine>MachineX64</TargetMachine>
    247       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    248       <DataExecutionPrevention>false</DataExecutionPrevention>
    249     </Link>
    250   </ItemDefinitionGroup>
    251   <ItemGroup>
    252     <ClCompile Include="extradata.cpp" />
    253     <ClCompile Include="gennorm2.cpp" />
    254     <ClCompile Include="n2builder.cpp" />
    255     <ClCompile Include="norms.cpp" />
    256   </ItemGroup>
    257   <ItemGroup>
    258     <ClInclude Include="extradata.h" />
    259     <ClInclude Include="n2builder.h" />
    260     <ClInclude Include="norms.h" />
    261   </ItemGroup>
    262   <ItemGroup>
    263     <ProjectReference Include="..\..\common\common.vcxproj">
    264       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
    265       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    266     </ProjectReference>
    267     <ProjectReference Include="..\toolutil\toolutil.vcxproj">
    268       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
    269       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    270     </ProjectReference>
    271   </ItemGroup>
    272   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    273   <ImportGroup Label="ExtensionTargets">
    274   </ImportGroup>
    275 </Project>
    276