This repository was archived by the owner on Dec 20, 2022. It is now read-only.
forked from onox/OpenRTI
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSolutionSettings.props
More file actions
40 lines (40 loc) · 1.4 KB
/
SolutionSettings.props
File metadata and controls
40 lines (40 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<WinDDK>$(WinDDK_3790_1830)</WinDDK>
<!-- <ZLIB>$(ZLIB_1_2_11)</ZLIB> -->
<OPENRTI>$(SolutionDir)/Projects_Source/OpenRTI-0.9.0</OPENRTI>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">
<OutDirBase>Exec32</OutDirBase>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='x64'">
<OutDirBase>Exec64</OutDirBase>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>SolutionSettings</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<BuildMacro Include="WinDDK">
<Value>$(WinDDK)</Value>
</BuildMacro>
<BuildMacro Include="OutDirBase">
<Value>$(OutDirBase)</Value>
</BuildMacro>
<!-- <BuildMacro Include="ZLIB"> -->
<!-- <Value>$(ZLIB)</Value> -->
<!-- </BuildMacro> -->
<BuildMacro Include="CTEST_BINARY_DIRECTORY">
<Value>$(BIN_DIR)/$(OutDirBase)_$(Configuration)</Value>
</BuildMacro>
<BuildMacro Include="CTEST_SOURCE_DIRECTORY">
<Value>$(OPENRTI)/tests</Value>
</BuildMacro>
</ItemGroup>
</Project>