Have batchfiles copied to build dir

This commit is contained in:
Matt Nadareski
2016-04-06 13:10:07 -07:00
parent 9e0b80cda3
commit 8da0a8ec66

View File

@@ -48,9 +48,15 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="Batches\SingleGameDir.bat" />
<None Include="Batches\SingleGameDir_NoRename.bat" />
<None Include="Batches\SingleGameDir_WithRoot.bat" />
<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">