Changeset 2251
- Timestamp:
- Jan 21, 2013, 11:13:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/vs2010/Lol.Core.Rules.props
r2250 r2251 21 21 <!-- The "\\" replacement is a hack for the SNC VSI; the proper way to 22 22 do that is using $([System.Text.RegularExpressions.Regex]...) --> 23 <PreprocessorDefinitions>LOL_CONFIG_PROJECTDIR="$(ProjectDir.Replace( @"\\",@"\").Replace(@"\",@"\\"))";%(PreprocessorDefinitions)</PreprocessorDefinitions>24 <PreprocessorDefinitions>LOL_CONFIG_SOLUTIONDIR="$(SolutionDir.Replace( @"\\",@"\").Replace(@"\",@"\\"))";%(PreprocessorDefinitions)</PreprocessorDefinitions>23 <PreprocessorDefinitions>LOL_CONFIG_PROJECTDIR="$(ProjectDir.Replace('\\','\').Replace('\','\\'))";%(PreprocessorDefinitions)</PreprocessorDefinitions> 24 <PreprocessorDefinitions>LOL_CONFIG_SOLUTIONDIR="$(SolutionDir.Replace('\\','\').Replace('\','\\'))";%(PreprocessorDefinitions)</PreprocessorDefinitions> 25 25 26 26 <PreprocessorDefinitions Condition="'$(Platform)'=='Win32'">WIN32;$(Win32Defines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
Note: See TracChangeset
for help on using the changeset viewer.