More VS 2010 solution files. The props file is required; the filter is a nice to have (ie, the solution file organization is broken out into a separate file now in 2010, whereas it used to be embedded in each vcproj file).
This commit is contained in:
27
projects/mtg/mtg.props
Normal file
27
projects/mtg/mtg.props
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="UserMacros">
|
||||
<JGEEXTRAS>..\projects\mtg\extra\</JGEEXTRAS>
|
||||
<MTGEXTRAS>.\extra\</MTGEXTRAS>
|
||||
<BOOSTDIR>.\include\boost</BOOSTDIR>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<BuildMacro Include="JGEEXTRAS">
|
||||
<Value>$(JGEEXTRAS)</Value>
|
||||
</BuildMacro>
|
||||
<BuildMacro Include="MTGEXTRAS">
|
||||
<Value>$(MTGEXTRAS)</Value>
|
||||
</BuildMacro>
|
||||
<BuildMacro Include="BOOSTDIR">
|
||||
<Value>$(BOOSTDIR)</Value>
|
||||
</BuildMacro>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user