Lines Matching full:command
82 <Command>copy "$(TargetPath)" ..\..\..\bin
83 </Command>
123 <Command>copy "$(TargetPath)" ..\..\..\bin
124 </Command>
167 <Command>copy "$(TargetPath)" ..\..\..\bin64
168 </Command>
207 <Command>copy "$(TargetPath)" ..\..\..\bin64
208 </Command>
259 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x86\Debug
260 </Command>
262 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x64\Debug
263 </Command>
265 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x86\Release
266 </Command>
268 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x64\Release
269 </Command>