|
1 | 1 | <?xml version="1.0"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|x64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|Win32"> |
9 | 13 | <Configuration>Release</Configuration> |
10 | 14 | <Platform>Win32</Platform> |
11 | 15 | </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | </ItemGroup> |
13 | 21 | <PropertyGroup Label="Globals"> |
14 | 22 | <ProjectGuid>{7FD42DF7-442E-479A-BA76-D0022F99702A}</ProjectGuid> |
|
19 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
20 | 28 | <ConfigurationType>Application</ConfigurationType> |
21 | 29 | <CharacterSet>Unicode</CharacterSet> |
22 | | - <PlatformToolset>v110</PlatformToolset> |
| 30 | + <PlatformToolset>v140</PlatformToolset> |
| 31 | + </PropertyGroup> |
| 32 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 33 | + <ConfigurationType>Application</ConfigurationType> |
| 34 | + <CharacterSet>Unicode</CharacterSet> |
| 35 | + <PlatformToolset>v140</PlatformToolset> |
23 | 36 | </PropertyGroup> |
24 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
25 | 38 | <ConfigurationType>Application</ConfigurationType> |
26 | 39 | <CharacterSet>Unicode</CharacterSet> |
27 | 40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
28 | | - <PlatformToolset>v110</PlatformToolset> |
| 41 | + <PlatformToolset>v140</PlatformToolset> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 44 | + <ConfigurationType>Application</ConfigurationType> |
| 45 | + <CharacterSet>Unicode</CharacterSet> |
| 46 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 47 | + <PlatformToolset>v140</PlatformToolset> |
29 | 48 | </PropertyGroup> |
30 | 49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
31 | 50 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
32 | 51 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
33 | 52 | <Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksRelease.props" /> |
34 | 53 | </ImportGroup> |
| 54 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 55 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 56 | + <Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksRelease.props" /> |
| 57 | + </ImportGroup> |
35 | 58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
36 | 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
37 | 60 | <Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksDebug.props" /> |
38 | 61 | </ImportGroup> |
| 62 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 63 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 64 | + <Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksDebug.props" /> |
| 65 | + </ImportGroup> |
39 | 66 | <PropertyGroup Label="UserMacros" /> |
40 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
41 | 68 | <OutDir>bin\</OutDir> |
|
44 | 71 | <LinkIncremental>true</LinkIncremental> |
45 | 72 | <GenerateManifest>true</GenerateManifest> |
46 | 73 | </PropertyGroup> |
| 74 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 75 | + <OutDir>bin\</OutDir> |
| 76 | + <IntDir>obj\$(Configuration)\</IntDir> |
| 77 | + <TargetName>$(ProjectName)_debug</TargetName> |
| 78 | + <LinkIncremental>true</LinkIncremental> |
| 79 | + <GenerateManifest>true</GenerateManifest> |
| 80 | + </PropertyGroup> |
47 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
48 | 82 | <OutDir>bin\</OutDir> |
49 | 83 | <IntDir>obj\$(Configuration)\</IntDir> |
50 | 84 | <LinkIncremental>false</LinkIncremental> |
51 | 85 | </PropertyGroup> |
| 86 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 87 | + <OutDir>bin\</OutDir> |
| 88 | + <IntDir>obj\$(Configuration)\</IntDir> |
| 89 | + <LinkIncremental>false</LinkIncremental> |
| 90 | + </PropertyGroup> |
52 | 91 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
53 | 92 | <ClCompile> |
54 | 93 | <Optimization>Disabled</Optimization> |
55 | | - <MinimalRebuild>true</MinimalRebuild> |
56 | 94 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
57 | | - <PreprocessorDefinitions>_WIN32_WINNT=0x501;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 95 | + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
58 | 96 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
59 | 97 | <WarningLevel>Level3</WarningLevel> |
60 | | - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
61 | | - <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port\win32helpers;..\..\..\addons\ofxTurboJpeg\src\;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\include</AdditionalIncludeDirectories> |
| 98 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxTurboJpeg\src\;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\include</AdditionalIncludeDirectories> |
62 | 99 | <CompileAs>CompileAsCpp</CompileAs> |
63 | 100 | </ClCompile> |
64 | 101 | <Link> |
65 | 102 | <GenerateDebugInformation>true</GenerateDebugInformation> |
66 | 103 | <SubSystem>Console</SubSystem> |
67 | 104 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
68 | | - <AdditionalDependencies>%(AdditionalDependencies);websockets.lib;zlib_internal.lib;turbojpeg-static.lib</AdditionalDependencies> |
69 | | - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\win32\Release;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\lib\win32</AdditionalLibraryDirectories> |
| 105 | + <AdditionalDependencies>%(AdditionalDependencies);websockets_static.lib;ZLIB.lib;turbojpeg-static.lib</AdditionalDependencies> |
| 106 | + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\vs\Win32\Debug;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\lib\vs\Win32\Debug</AdditionalLibraryDirectories> |
70 | 107 | </Link> |
| 108 | + <PostBuildEvent /> |
| 109 | + </ItemDefinitionGroup> |
| 110 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 111 | + <ClCompile> |
| 112 | + <Optimization>Disabled</Optimization> |
| 113 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 114 | + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 115 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 116 | + <WarningLevel>Level3</WarningLevel> |
| 117 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxTurboJpeg\src\;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\include</AdditionalIncludeDirectories> |
| 118 | + <CompileAs>CompileAsCpp</CompileAs> |
| 119 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 120 | + </ClCompile> |
| 121 | + <Link> |
| 122 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 123 | + <SubSystem>Console</SubSystem> |
| 124 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 125 | + <AdditionalDependencies>%(AdditionalDependencies);websockets_static.lib;ZLIB.lib;turbojpeg-static.lib</AdditionalDependencies> |
| 126 | + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\vs\x64\Debug;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\lib\vs\x64\Debug</AdditionalLibraryDirectories> |
| 127 | + </Link> |
| 128 | + <PostBuildEvent /> |
71 | 129 | </ItemDefinitionGroup> |
72 | 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
73 | 131 | <ClCompile> |
74 | 132 | <WholeProgramOptimization>false</WholeProgramOptimization> |
75 | | - <PreprocessorDefinitions>_WIN32_WINNT=0x501;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 133 | + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 134 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 135 | + <WarningLevel>Level3</WarningLevel> |
| 136 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxTurboJpeg\src\;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\include</AdditionalIncludeDirectories> |
| 137 | + <CompileAs>CompileAsCpp</CompileAs> |
| 138 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 139 | + </ClCompile> |
| 140 | + <Link> |
| 141 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 142 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 143 | + <SubSystem>Console</SubSystem> |
| 144 | + <OptimizeReferences>true</OptimizeReferences> |
| 145 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 146 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 147 | + <AdditionalDependencies>%(AdditionalDependencies);websockets_static.lib;ZLIB.lib;turbojpeg-static.lib</AdditionalDependencies> |
| 148 | + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\vs\Win32\Release;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\lib\vs\Win32\Release</AdditionalLibraryDirectories> |
| 149 | + </Link> |
| 150 | + <PostBuildEvent /> |
| 151 | + </ItemDefinitionGroup> |
| 152 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 153 | + <ClCompile> |
| 154 | + <WholeProgramOptimization>false</WholeProgramOptimization> |
| 155 | + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
76 | 156 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
77 | 157 | <WarningLevel>Level3</WarningLevel> |
78 | | - <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port\win32helpers;..\..\..\addons\ofxTurboJpeg\src\;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\include</AdditionalIncludeDirectories> |
| 158 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxTurboJpeg\src\;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\include</AdditionalIncludeDirectories> |
79 | 159 | <CompileAs>CompileAsCpp</CompileAs> |
80 | 160 | </ClCompile> |
81 | 161 | <Link> |
|
85 | 165 | <OptimizeReferences>true</OptimizeReferences> |
86 | 166 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
87 | 167 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
88 | | - <AdditionalDependencies>%(AdditionalDependencies);websockets.lib;zlib_internal.lib;turbojpeg-static.lib</AdditionalDependencies> |
89 | | - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\win32\Release;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\lib\win32</AdditionalLibraryDirectories> |
| 168 | + <AdditionalDependencies>%(AdditionalDependencies);websockets_static.lib;ZLIB.lib;turbojpeg-static.lib</AdditionalDependencies> |
| 169 | + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\vs\x64\Release;..\..\..\addons\ofxTurboJpeg\libs\turbo-jpeg\lib\vs\x64\Release</AdditionalLibraryDirectories> |
90 | 170 | </Link> |
| 171 | + <PostBuildEvent /> |
91 | 172 | </ItemDefinitionGroup> |
92 | 173 | <ItemGroup> |
93 | 174 | <ClCompile Include="src\main.cpp" /> |
|
107 | 188 | <ClInclude Include="..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json\json-forwards.h" /> |
108 | 189 | <ClInclude Include="..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json\json.h" /> |
109 | 190 | <ClInclude Include="..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\libwebsockets.h" /> |
| 191 | + <ClInclude Include="..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\lws_config.h" /> |
110 | 192 | <ClInclude Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets\Client.h" /> |
111 | 193 | <ClInclude Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets\Connection.h" /> |
112 | 194 | <ClInclude Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets\Events.h" /> |
|
117 | 199 | <ClInclude Include="..\..\..\addons\ofxTurboJpeg\src\ofxTurboJpeg.h" /> |
118 | 200 | </ItemGroup> |
119 | 201 | <ItemGroup> |
120 | | - <ProjectReference Include="..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj"> |
| 202 | + <ProjectReference Include="$(OF_ROOT)\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj"> |
121 | 203 | <Project>{5837595d-aca9-485c-8e76-729040ce4b0b}</Project> |
122 | 204 | </ProjectReference> |
123 | 205 | </ItemGroup> |
124 | 206 | <ItemGroup> |
125 | 207 | <ResourceCompile Include="icon.rc"> |
126 | 208 | <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">/D_DEBUG %(AdditionalOptions)</AdditionalOptions> |
| 209 | + <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">/D_DEBUG %(AdditionalOptions)</AdditionalOptions> |
| 210 | + <AdditionalIncludeDirectories>$(OF_ROOT)\libs\openFrameworksCompiled\project\vs</AdditionalIncludeDirectories> |
127 | 211 | </ResourceCompile> |
128 | 212 | </ItemGroup> |
129 | 213 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 214 | + <ProjectExtensions> |
| 215 | + <VisualStudio> |
| 216 | + <UserProperties RESOURCE_FILE="icon.rc" /> |
| 217 | + </VisualStudio> |
| 218 | + </ProjectExtensions> |
130 | 219 | </Project> |
0 commit comments