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:
wrenczes@gmail.com
2010-11-07 02:12:50 +00:00
parent 3c19533a4c
commit b2ee9c0f41
2 changed files with 653 additions and 0 deletions

27
projects/mtg/mtg.props Normal file
View 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>