Skip to content

Commit

Permalink
Bump Version and always include all FileFormats
Browse files Browse the repository at this point in the history
  • Loading branch information
taubenangriff committed Jun 8, 2023
1 parent 69a1b36 commit 9e487f0
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions FileDBReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<StartupObject>FileDBReader.CommandLineHandler</StartupObject>
<Platforms>AnyCPU;x64</Platforms>
<Version>2.4</Version>
<Version>2.4.2</Version>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageId></PackageId>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -65,45 +65,9 @@
<None Update="dev_files\GGJ\gamedata.data">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="FileFormats\a7tinfo.xml">
<None Update="FileFormats\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="FileFormats\FcFile_2070.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="FileFormats\FcFile.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="FileFormats\Island_Gamedata_V2.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="FileFormats\rdp.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="FileFormats\tmc.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="FileFormats\ctt.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="FileFormats\infotip.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="FileFormats\listtest.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="FileFormats\internalfiledbtest.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="FileFormats\Island_Gamedata.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="FileFormats\Island_RD3D.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="FileFormats\map_Gamedata.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="dev_files\a7tinfo\moderate_atoll_ll_01.a7tinfo">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 9e487f0

Please sign in to comment.