mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Batches no longer needed
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
REM Rename files
|
||||
for /r "%~1" %%A in (*.xml *.dat) do (
|
||||
..\SingleGame "%%~A"
|
||||
)
|
||||
@@ -1,4 +0,0 @@
|
||||
REM Rename files with no renaming in mind
|
||||
for /r "%~1" %%A in (*.xml *.dat) do (
|
||||
..\SingleGame "%%~A" -n
|
||||
)
|
||||
@@ -1,6 +0,0 @@
|
||||
REM Rename files with root directory in mind
|
||||
set rootdir=C:\
|
||||
|
||||
for /r "%~1" %%A in (*.xml *.dat) do (
|
||||
..\SingleGame "%%~A" -r=%rootdir%
|
||||
)
|
||||
@@ -48,15 +48,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
<None Include="Batches\SingleGameDir.bat">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Batches\SingleGameDir_NoRename.bat">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Batches\SingleGameDir_WithRoot.bat">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SabreHelper\SabreHelper.csproj">
|
||||
|
||||
Reference in New Issue
Block a user