mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 12:32:54 -05:00
build: rename version.properties to build.version.props
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
|
||||
for /F "tokens=2,3,4 delims=<>" %%a in (%~dp0..\build\VStudio\version.properties) do (
|
||||
for /F "tokens=2,3,4 delims=<>" %%a in (%~dp0..\build\VStudio\build.version.props) do (
|
||||
if "/%%a"=="%%c" (
|
||||
if "%%a"=="MyProductName" (
|
||||
set MyProductName=%%b
|
||||
|
Reference in New Issue
Block a user