forked from KeenSoftwareHouse/SpaceEngineers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.props
More file actions
16 lines (16 loc) · 744 Bytes
/
global.props
File metadata and controls
16 lines (16 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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" />
<PropertyGroup>
<!-- Modify the line below to contain path to SpaceEngineers\Content in Steam directory -->
<ContentPath>c:\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Content</ContentPath>
<EffectsFromSources>true</EffectsFromSources>
<DataFromSources>true</DataFromSources>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup />
<ImportGroup Label="PropertySheets">
<Import Project="$(SolutionDir)\user.props" Condition="exists('$(SolutionDir)\user.props')" />
</ImportGroup>
</Project>