Batches no longer needed

This commit is contained in:
Matt Nadareski
2016-04-19 13:01:50 -07:00
parent f52a801391
commit 20aee2ffae
4 changed files with 0 additions and 23 deletions

View File

@@ -1,4 +0,0 @@
REM Rename files
for /r "%~1" %%A in (*.xml *.dat) do (
..\SingleGame "%%~A"
)

View File

@@ -1,4 +0,0 @@
REM Rename files with no renaming in mind
for /r "%~1" %%A in (*.xml *.dat) do (
..\SingleGame "%%~A" -n
)

View File

@@ -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%
)

View File

@@ -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">