another visual studio update - dirs.props
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<RootDir>$(MSBuildProjectDirectory)\..\..\..\</RootDir>
|
<RootDir>$(MSBuildProjectDirectory)\..\..\..\</RootDir>
|
||||||
<BinDir>$(RootDir)bin\$(Configuration)\$(Platform)\</BinDir>
|
<BinDir>$(RootDir)binary\$(Configuration)\$(Platform)\</BinDir>
|
||||||
<ObjDir>$(ProjectDir)obj\$(Configuration)\$(Platform)\$(TargetName)\</ObjDir>
|
<ObjDir>$(ProjectDir)obj\$(Configuration)\$(Platform)\$(TargetName)\</ObjDir>
|
||||||
<SymbolsDir>$(ProjectDir)symbols\$(Configuration)\$(Platform)\$(TargetName)\</SymbolsDir>
|
<SymbolsDir>$(ProjectDir)symbols\$(Configuration)\$(Platform)\$(TargetName)\</SymbolsDir>
|
||||||
<ToolsDir>$(RootDir)tools\$(Configuration)\$(Platform)\</ToolsDir>
|
<ToolsDir>$(RootDir)tools\$(Configuration)\$(Platform)\</ToolsDir>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<IntDir>$(ObjDir)</IntDir>
|
<IntDir>$(ObjDir)</IntDir>
|
||||||
<WinCursDir>$(RootDir)win\curses\</WinCursDir>
|
<WinCursDir>$(RootDir)win\curses\</WinCursDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(PDCURSES)'=='' AND Exists('$(RootDir)bin\PDCurses')">
|
<PropertyGroup Condition="'$(PDCURSES)'=='' AND Exists('$(RootDir)lib\PDCurses')">
|
||||||
<PDCURSES>$(RootDir)bin\PDCurses\</PDCURSES>
|
<PDCURSES>$(RootDir)lib\PDCurses\</PDCURSES>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user