-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodProps.props
More file actions
25 lines (25 loc) · 927 Bytes
/
modProps.props
File metadata and controls
25 lines (25 loc) · 927 Bytes
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
<?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">
<appsDir>C:\Program Files (x86)\Steam\SteamApps</appsDir>
<modName>apocalypse-swarm</modName>
<debugCommandLine>-console -window -dev -w 800 -h 600</debugCommandLine>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="appsDir">
<Value>$(appsDir)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
<BuildMacro Include="modName">
<Value>$(modName)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
<BuildMacro Include="debugCommandLine">
<Value>$(debugCommandLine)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
</ItemGroup>
</Project>