set working directory to the solution directory

This commit is contained in:
Gered 2013-08-25 13:22:48 -04:00
parent b604885c95
commit d3e771525b

View file

@ -18,6 +18,11 @@
<DefineConstants>DEBUG;</DefineConstants> <DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<CustomCommands>
<CustomCommands>
<Command type="Execute" command="${TargetFile}" workingdir="${SolutionDir}" />
</CustomCommands>
</CustomCommands>
<ConsolePause>false</ConsolePause> <ConsolePause>false</ConsolePause>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">