File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,6 @@ cmd /c "@echo off && cd /D ""$(ProjectDir)"" && type BuildNo.rc"
203203 <OptimizeReferences >true</OptimizeReferences >
204204 <AdditionalDependencies >Psapi.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies >
205205 </Link >
206- <PreBuildEvent >
207- <Command >cmd /c "@echo off && cd /D ""$(ProjectDir)"" && if not exist BuildNo.rc echo #define BUILD_NUMBER 0 > BuildNo.rc"
208- cmd /c "@echo off && cd /D ""$(ProjectDir)"" && FOR /F "tokens=3" %%i IN (BuildNo.rc) DO set /a var=%%i+1 > Build.txt"
209- cmd /c "@echo off && cd /D ""$(ProjectDir)"" && FOR /F %%i IN (Build.txt) DO echo #define BUILD_NUMBER %%i > BuildNo.rc"
210- cmd /c "@echo off && cd /D ""$(ProjectDir)"" && del Build.txt"
211- cmd /c "@echo off && cd /D ""$(ProjectDir)"" && type BuildNo.rc"</Command >
212- </PreBuildEvent >
213206 </ItemDefinitionGroup >
214207 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Workflow|Win32'" >
215208 <ClCompile >
You can’t perform that action at this time.
0 commit comments