|
92 | 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
93 | 93 | <ClCompile>
|
94 | 94 | <Optimization>Disabled</Optimization>
|
95 |
| - <AdditionalIncludeDirectories>$(ProjectDir)..\webdriver-server;$(ProjectDir)..\webdriver-interactions;$(ProjectDir)..\..\third_party\json-cpp\include\json;$(ProjectDir)..\..\third_party\iewebdriverheader;$(ProjectDir)..\..\third_party\civetweb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 95 | + <AdditionalIncludeDirectories>$(ProjectDir)..\webdriver-server;$(ProjectDir)..\webdriver-interactions;$(ProjectDir)..\..\third_party\cpp\json-cpp\include\json;$(ProjectDir)..\..\third_party\cpp\iewebdriverheader;$(ProjectDir)..\..\third_party\cpp\civetweb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
96 | 96 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;IEDRIVER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
97 | 97 | <MinimalRebuild>false</MinimalRebuild>
|
98 | 98 | <ExceptionHandling>Async</ExceptionHandling>
|
|
124 | 124 | </Midl>
|
125 | 125 | <ClCompile>
|
126 | 126 | <Optimization>Disabled</Optimization>
|
127 |
| - <AdditionalIncludeDirectories>$(ProjectDir)..\webdriver-server;$(ProjectDir)..\webdriver-interactions;$(ProjectDir)..\..\third_party\json-cpp\include\json;$(ProjectDir)..\..\third_party\iewebdriverheader;$(ProjectDir)..\..\third_party\civetweb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 127 | + <AdditionalIncludeDirectories>$(ProjectDir)..\webdriver-server;$(ProjectDir)..\webdriver-interactions;$(ProjectDir)..\..\third_party\cpp\json-cpp\include\json;$(ProjectDir)..\..\third_party\cpp\iewebdriverheader;$(ProjectDir)..\..\third_party\cpp\civetweb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
128 | 128 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;IEDRIVER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
129 | 129 | <MinimalRebuild>false</MinimalRebuild>
|
130 | 130 | <ExceptionHandling>Async</ExceptionHandling>
|
|
152 | 152 | <ClCompile>
|
153 | 153 | <Optimization>MaxSpeed</Optimization>
|
154 | 154 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
155 |
| - <AdditionalIncludeDirectories>$(ProjectDir)..\webdriver-server;$(ProjectDir)..\webdriver-interactions;$(ProjectDir)..\..\third_party\json-cpp\include\json;$(ProjectDir)..\..\third_party\iewebdriverheader;$(ProjectDir)..\..\third_party\civetweb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 155 | + <AdditionalIncludeDirectories>$(ProjectDir)..\webdriver-server;$(ProjectDir)..\webdriver-interactions;$(ProjectDir)..\..\third_party\cpp\json-cpp\include\json;$(ProjectDir)..\..\third_party\cpp\iewebdriverheader;$(ProjectDir)..\..\third_party\cpp\civetweb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
156 | 156 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IEDRIVER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
157 | 157 | <ExceptionHandling>Async</ExceptionHandling>
|
158 | 158 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
179 | 179 | <ClCompile>
|
180 | 180 | <Optimization>MaxSpeed</Optimization>
|
181 | 181 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
182 |
| - <AdditionalIncludeDirectories>$(ProjectDir)..\webdriver-server;$(ProjectDir)..\webdriver-interactions;$(ProjectDir)..\..\third_party\json-cpp\include\json;$(ProjectDir)..\..\third_party\iewebdriverheader;$(ProjectDir)..\..\third_party\civetweb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 182 | + <AdditionalIncludeDirectories>$(ProjectDir)..\webdriver-server;$(ProjectDir)..\webdriver-interactions;$(ProjectDir)..\..\third_party\cpp\json-cpp\include\json;$(ProjectDir)..\..\third_party\cpp\iewebdriverheader;$(ProjectDir)..\..\third_party\cpp\civetweb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
183 | 183 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IEDRIVER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
184 | 184 | <ExceptionHandling>Async</ExceptionHandling>
|
185 | 185 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
200 | 200 | </Link>
|
201 | 201 | </ItemDefinitionGroup>
|
202 | 202 | <ItemGroup>
|
203 |
| - <ProjectReference Include="..\..\third_party\civetweb\civetweb.vcxproj"> |
| 203 | + <ProjectReference Include="..\..\third_party\cpp\civetweb\civetweb.vcxproj"> |
204 | 204 | <Project>{231a8bed-6f2d-4688-a3bd-920310621bbf}</Project>
|
205 | 205 | </ProjectReference>
|
| 206 | + <ProjectReference Include="..\..\third_party\cpp\json-cpp\json-cpp.vcxproj"> |
| 207 | + <Project>{320f3bbe-8223-4e7f-abee-18d3bd57b1fd}</Project> |
| 208 | + </ProjectReference> |
206 | 209 | <ProjectReference Include="..\webdriver-interactions\webdriver-interactions.vcxproj">
|
207 | 210 | <Project>{87fa39a1-958e-478a-8ab9-6d5e5aaa3886}</Project>
|
208 | 211 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
209 | 212 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
210 | 213 | </ProjectReference>
|
211 |
| - <ProjectReference Include="..\..\third_party\json-cpp\json-cpp.vcxproj"> |
212 |
| - <Project>{320f3bbe-8223-4e7f-abee-18d3bd57b1fd}</Project> |
213 |
| - <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
214 |
| - <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
215 |
| - </ProjectReference> |
216 | 214 | <ProjectReference Include="..\webdriver-server\webdriver-server.vcxproj">
|
217 | 215 | <Project>{35a23a16-ef17-4cc3-8854-785025a304f3}</Project>
|
218 | 216 | <Private>true</Private>
|
|
0 commit comments