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