set working directory to the solution directory
This commit is contained in:
parent
b604885c95
commit
d3e771525b
|
@ -18,6 +18,11 @@
|
|||
<DefineConstants>DEBUG;</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<CustomCommands>
|
||||
<CustomCommands>
|
||||
<Command type="Execute" command="${TargetFile}" workingdir="${SolutionDir}" />
|
||||
</CustomCommands>
|
||||
</CustomCommands>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
|
|
Reference in a new issue