front_idill/extern/fajran-npTuioClient/npTuioClient.vcxproj
author bastiena
Thu, 12 Apr 2012 13:09:46 +0200
changeset 27 6c08d4d7219e
parent 23 7372c4f249c7
permissions -rw-r--r--
Middleware : GPL License added. Front Processing : GPL License added. Front IDILL : extern altered to send TUIO cursors from Middleware to Front. implemented as a plugin.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     3
  <ItemGroup Label="ProjectConfigurations">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     4
    <ProjectConfiguration Include="Debug|Win32">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     5
      <Configuration>Debug</Configuration>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     6
      <Platform>Win32</Platform>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     7
    </ProjectConfiguration>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     8
    <ProjectConfiguration Include="Release|Win32">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
     9
      <Configuration>Release</Configuration>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    10
      <Platform>Win32</Platform>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    11
    </ProjectConfiguration>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    12
  </ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    13
  <PropertyGroup Label="Globals">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    14
    <ProjectGuid>{E2668B4E-318C-4021-ADC8-A85D70234E63}</ProjectGuid>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    15
    <RootNamespace>npTuioClient</RootNamespace>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    16
    <Keyword>Win32Proj</Keyword>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    17
  </PropertyGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    18
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    19
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    20
    <ConfigurationType>DynamicLibrary</ConfigurationType>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    21
    <CharacterSet>Unicode</CharacterSet>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    22
    <WholeProgramOptimization>true</WholeProgramOptimization>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    23
  </PropertyGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    24
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    25
    <ConfigurationType>DynamicLibrary</ConfigurationType>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    26
    <CharacterSet>Unicode</CharacterSet>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    27
  </PropertyGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    28
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    29
  <ImportGroup Label="ExtensionSettings">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    30
  </ImportGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    31
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    32
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    33
  </ImportGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    34
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    35
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    36
  </ImportGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    37
  <PropertyGroup Label="UserMacros" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    38
  <PropertyGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    39
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    40
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    41
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    42
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    43
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    44
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    45
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    46
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    47
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    48
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    49
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    50
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    51
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    52
  </PropertyGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    53
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    54
    <ClCompile>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    55
      <Optimization>Disabled</Optimization>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    56
      <AdditionalIncludeDirectories>npapi;TuioClient;TuioClient\oscpack;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    57
      <PreprocessorDefinitions>WIN32;_WINDOWS;XP_WIN32;MOZILLA_STRICT_API;XPCOM_GLUE;XP_WIN;_X86_;OSC_HOST_LITTLE_ENDIAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    58
      <MinimalRebuild>true</MinimalRebuild>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    59
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    60
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    61
      <PrecompiledHeader>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    62
      </PrecompiledHeader>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    63
      <WarningLevel>Level3</WarningLevel>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    64
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    65
    </ClCompile>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    66
    <Link>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    67
      <AdditionalDependencies>ws2_32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    68
      <ModuleDefinitionFile>npTuioClient.def</ModuleDefinitionFile>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    69
      <GenerateDebugInformation>true</GenerateDebugInformation>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    70
      <SubSystem>Windows</SubSystem>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    71
      <TargetMachine>MachineX86</TargetMachine>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    72
    </Link>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    73
  </ItemDefinitionGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    74
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    75
    <ClCompile>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    76
      <Optimization>MaxSpeed</Optimization>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    77
      <IntrinsicFunctions>true</IntrinsicFunctions>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    78
      <AdditionalIncludeDirectories>npapi;TuioClient;TuioClient\oscpack;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    79
      <PreprocessorDefinitions>WIN32;_WINDOWS;XP_WIN32;MOZILLA_STRICT_API;XPCOM_GLUE;XP_WIN;_X86_;OSC_HOST_LITTLE_ENDIAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    80
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    81
      <FunctionLevelLinking>true</FunctionLevelLinking>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    82
      <PrecompiledHeader>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    83
      </PrecompiledHeader>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    84
      <WarningLevel>Level3</WarningLevel>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    85
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    86
    </ClCompile>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    87
    <Link>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    88
      <AdditionalDependencies>ws2_32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    89
      <ModuleDefinitionFile>npTuioClient.def</ModuleDefinitionFile>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    90
      <GenerateDebugInformation>true</GenerateDebugInformation>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    91
      <SubSystem>Windows</SubSystem>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    92
      <OptimizeReferences>true</OptimizeReferences>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    93
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    94
      <TargetMachine>MachineX86</TargetMachine>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    95
    </Link>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    96
  </ItemDefinitionGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    97
  <ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    98
    <ClCompile Include="src\client.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
    99
    <ClCompile Include="src\np_entry.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   100
    <ClCompile Include="src\npn_gate.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   101
    <ClCompile Include="src\npp_gate.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   102
    <ClCompile Include="src\plugin.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   103
    <ClCompile Include="TuioClient\TuioClient.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   104
    <ClCompile Include="TuioClient\oscpack\osc\OscOutboundPacketStream.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   105
    <ClCompile Include="TuioClient\oscpack\osc\OscPrintReceivedElements.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   106
    <ClCompile Include="TuioClient\oscpack\osc\OscReceivedElements.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   107
    <ClCompile Include="TuioClient\oscpack\osc\OscTypes.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   108
    <ClCompile Include="TuioClient\oscpack\ip\IpEndpointName.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   109
    <ClCompile Include="TuioClient\oscpack\ip\win32\NetworkingUtils.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   110
    <ClCompile Include="TuioClient\oscpack\ip\win32\UdpSocket.cpp" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   111
  </ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   112
  <ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   113
    <ClInclude Include="src\client.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   114
    <ClInclude Include="src\npplat.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   115
    <ClInclude Include="src\plugin.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   116
    <ClInclude Include="src\pluginbase.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   117
    <ClInclude Include="resource.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   118
    <ClInclude Include="TuioClient\TuioClient.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   119
    <ClInclude Include="TuioClient\TuioContainer.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   120
    <ClInclude Include="TuioClient\TuioCursor.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   121
    <ClInclude Include="TuioClient\TuioListener.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   122
    <ClInclude Include="TuioClient\TuioObject.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   123
    <ClInclude Include="TuioClient\TuioPoint.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   124
    <ClInclude Include="TuioClient\oscpack\osc\MessageMappingOscPacketListener.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   125
    <ClInclude Include="TuioClient\oscpack\osc\OscException.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   126
    <ClInclude Include="TuioClient\oscpack\osc\OscHostEndianness.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   127
    <ClInclude Include="TuioClient\oscpack\osc\OscOutboundPacketStream.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   128
    <ClInclude Include="TuioClient\oscpack\osc\OscPacketListener.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   129
    <ClInclude Include="TuioClient\oscpack\osc\OscPrintReceivedElements.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   130
    <ClInclude Include="TuioClient\oscpack\osc\OscReceivedElements.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   131
    <ClInclude Include="TuioClient\oscpack\osc\OscTypes.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   132
    <ClInclude Include="TuioClient\oscpack\ip\IpEndpointName.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   133
    <ClInclude Include="TuioClient\oscpack\ip\NetworkingUtils.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   134
    <ClInclude Include="TuioClient\oscpack\ip\PacketListener.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   135
    <ClInclude Include="TuioClient\oscpack\ip\TimerListener.h" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   136
    <ClInclude Include="TuioClient\oscpack\ip\UdpSocket.h" />
27
6c08d4d7219e Middleware :
bastiena
parents: 23
diff changeset
   137
    <ClInclude Include="TuioClient\TuioString.h" />
23
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   138
  </ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   139
  <ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   140
    <None Include="npTuioClient.def" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   141
  </ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   142
  <ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   143
    <ResourceCompile Include="npTuioClient.rc" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   144
  </ItemGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   145
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   146
  <ImportGroup Label="ExtensionTargets">
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   147
  </ImportGroup>
7372c4f249c7 Front IDILL :
bastiena
parents:
diff changeset
   148
</Project>