aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/compiler/paths.vsprops
blob: 2c29a2274e6fd9be04859f8a0a47309bceb15dea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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">
		<PHYSXPATH></PHYSXPATH>
	</PropertyGroup>
	<PropertyGroup Label="UserMacros">
		<PXSHAREDPATH></PXSHAREDPATH>
	</PropertyGroup>
	<PropertyGroup Label="UserMacros">
		<NVSIMDPATH></NVSIMDPATH>
	</PropertyGroup>
	<ItemGroup>
		<BuildMacro Include="PHYSXPATH">
			<Value>$(PHYSXPATH)</Value>
		</BuildMacro>
		<BuildMacro Include="PXSHAREDPATH">
			<Value>$(PXSHAREDPATH)</Value>
		</BuildMacro>
		<BuildMacro Include="NVSIMDPATH">
			<Value>$(NVSIMDPATH)</Value>
		</BuildMacro>
	</ItemGroup>
</Project>