iMONDisplayWrapper.vcxproj
changeset 0 523a7dc3469f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/iMONDisplayWrapper.vcxproj	Sun Mar 16 09:11:39 2014 +0100
     1.3 @@ -0,0 +1,116 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +  <ItemGroup Label="ProjectConfigurations">
     1.7 +    <ProjectConfiguration Include="Debug|Win32">
     1.8 +      <Configuration>Debug</Configuration>
     1.9 +      <Platform>Win32</Platform>
    1.10 +    </ProjectConfiguration>
    1.11 +    <ProjectConfiguration Include="Release|Win32">
    1.12 +      <Configuration>Release</Configuration>
    1.13 +      <Platform>Win32</Platform>
    1.14 +    </ProjectConfiguration>
    1.15 +  </ItemGroup>
    1.16 +  <PropertyGroup Label="Globals">
    1.17 +    <ProjectGuid>{E1A2655B-02A2-437A-8270-4AD81DDDC502}</ProjectGuid>
    1.18 +    <RootNamespace>iMONDisplayWrapper</RootNamespace>
    1.19 +    <Keyword>Win32Proj</Keyword>
    1.20 +  </PropertyGroup>
    1.21 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    1.22 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1.23 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.24 +    <PlatformToolset>v110</PlatformToolset>
    1.25 +    <CharacterSet>Unicode</CharacterSet>
    1.26 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.27 +  </PropertyGroup>
    1.28 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    1.29 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.30 +    <PlatformToolset>v110</PlatformToolset>
    1.31 +    <CharacterSet>Unicode</CharacterSet>
    1.32 +  </PropertyGroup>
    1.33 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    1.34 +  <ImportGroup Label="ExtensionSettings">
    1.35 +  </ImportGroup>
    1.36 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    1.37 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.38 +  </ImportGroup>
    1.39 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    1.40 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.41 +  </ImportGroup>
    1.42 +  <PropertyGroup Label="UserMacros" />
    1.43 +  <PropertyGroup>
    1.44 +    <_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
    1.45 +  </PropertyGroup>
    1.46 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.47 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    1.48 +    <IntDir>$(Configuration)\</IntDir>
    1.49 +    <LinkIncremental>true</LinkIncremental>
    1.50 +  </PropertyGroup>
    1.51 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.52 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    1.53 +    <IntDir>$(Configuration)\</IntDir>
    1.54 +    <LinkIncremental>false</LinkIncremental>
    1.55 +  </PropertyGroup>
    1.56 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.57 +    <ClCompile>
    1.58 +      <Optimization>Disabled</Optimization>
    1.59 +      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;IMONDISPLAYWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.60 +      <MinimalRebuild>true</MinimalRebuild>
    1.61 +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    1.62 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    1.63 +      <PrecompiledHeader />
    1.64 +      <WarningLevel>Level3</WarningLevel>
    1.65 +      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    1.66 +    </ClCompile>
    1.67 +    <Link>
    1.68 +      <AdditionalDependencies>iMONDisplay.lib;%(AdditionalDependencies)</AdditionalDependencies>
    1.69 +      <GenerateDebugInformation>true</GenerateDebugInformation>
    1.70 +      <SubSystem>Windows</SubSystem>
    1.71 +      <TargetMachine>MachineX86</TargetMachine>
    1.72 +    </Link>
    1.73 +  </ItemDefinitionGroup>
    1.74 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.75 +    <ClCompile>
    1.76 +      <Optimization>MaxSpeed</Optimization>
    1.77 +      <IntrinsicFunctions>true</IntrinsicFunctions>
    1.78 +      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IMONDISPLAYWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.79 +      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    1.80 +      <FunctionLevelLinking>true</FunctionLevelLinking>
    1.81 +      <PrecompiledHeader />
    1.82 +      <WarningLevel>Level3</WarningLevel>
    1.83 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    1.84 +    </ClCompile>
    1.85 +    <Link>
    1.86 +      <AdditionalDependencies>iMONDisplay.lib;%(AdditionalDependencies)</AdditionalDependencies>
    1.87 +      <GenerateDebugInformation>true</GenerateDebugInformation>
    1.88 +      <SubSystem>Windows</SubSystem>
    1.89 +      <OptimizeReferences>true</OptimizeReferences>
    1.90 +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    1.91 +      <TargetMachine>MachineX86</TargetMachine>
    1.92 +    </Link>
    1.93 +  </ItemDefinitionGroup>
    1.94 +  <ItemGroup>
    1.95 +    <ClCompile Include="Event.cpp" />
    1.96 +    <ClCompile Include="IdwApi.cpp" />
    1.97 +    <ClCompile Include="IdwThread.cpp" />
    1.98 +    <ClCompile Include="iMONDisplayWrapper.cpp" />
    1.99 +    <ClCompile Include="Mutex.cpp" />
   1.100 +    <ClCompile Include="Thread.cpp" />
   1.101 +  </ItemGroup>
   1.102 +  <ItemGroup>
   1.103 +    <ClInclude Include="Event.h" />
   1.104 +    <ClInclude Include="IdwApi.h" />
   1.105 +    <ClInclude Include="IdwThread.h" />
   1.106 +    <ClInclude Include="iMONDisplayAPI.h" />
   1.107 +    <ClInclude Include="iMONDisplayDefines.h" />
   1.108 +    <ClInclude Include="iMONDisplayWrapper.h" />
   1.109 +    <ClInclude Include="Mutex.h" />
   1.110 +    <ClInclude Include="resource.h" />
   1.111 +    <ClInclude Include="Thread.h" />
   1.112 +  </ItemGroup>
   1.113 +  <ItemGroup>
   1.114 +    <ResourceCompile Include="iMONDisplayWrapper.rc" />
   1.115 +  </ItemGroup>
   1.116 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   1.117 +  <ImportGroup Label="ExtensionTargets">
   1.118 +  </ImportGroup>
   1.119 +</Project>
   1.120 \ No newline at end of file