Skip to content

Commit

Permalink
Add x86 and x64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PiKeyAr committed Jan 16, 2025
1 parent 02616e1 commit 286df04
Show file tree
Hide file tree
Showing 46 changed files with 409 additions and 0 deletions.
1 change: 1 addition & 0 deletions CommandLine/AnimJSONConverter/AnimJSONConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SAModel\SAModel.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/ArchiveTool/ArchiveTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\ArchiveLib\ArchiveLib.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/BuildEvent/BuildEvent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\FraGag.Compression.Prs\FraGag.Compression.Prs.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/BuildMDL/BuildMDL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\FraGag.Compression.Prs\FraGag.Compression.Prs.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/BuildMTN/BuildMTN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\FraGag.Compression.Prs\FraGag.Compression.Prs.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/BuildShapeMotion/BuildShapeMotion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SplitTools\SplitTools.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/LevelConverter/LevelConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SAEditorCommon\SAEditorCommon.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/ModelConverter/ModelConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SAEditorCommon\SAEditorCommon.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/ModelFixes/ModelFixes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SAModel\SAModel.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/ModelRelabeler/ModelRelabeler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SAModel\SAModel.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/OptimizeAnim/OptimizeAnim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SAModel\SAModel.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/PAKtool/PAKtool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\ArchiveLib\ArchiveLib.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/SplitShapeMotion/SplitShapeMotion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SplitTools\SplitTools.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/TextureRemap/TextureRemap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\SAModel\SAModel.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/WeldConverter/WeldConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions CommandLine/buildSATools/buildSATools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions CommandLine/split/split.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Encoding.CodePages" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/splitEvent/splitEvent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\FraGag.Compression.Prs\FraGag.Compression.Prs.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/splitMDL/splitMDL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\FraGag.Compression.Prs\FraGag.Compression.Prs.csproj" />
Expand Down
1 change: 1 addition & 0 deletions CommandLine/splitMTN/splitMTN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\FraGag.Compression.Prs\FraGag.Compression.Prs.csproj" />
Expand Down
1 change: 1 addition & 0 deletions DataToolbox/DataToolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<DebugType>embedded</DebugType>
<ApplicationIcon>datatoolbox.ico</ApplicationIcon>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<Content Include="datatoolbox.ico" />
Expand Down
1 change: 1 addition & 0 deletions Libraries/ArchiveLib/ArchiveLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SplitTools\SplitTools.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions Libraries/NvTriStripDotNet/NvTriStripDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" />
Expand Down
1 change: 1 addition & 0 deletions Libraries/SAEditorCommon/SAEditorCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<Compile Update="UI\ChunkModelVertexDataEditor.cs">
Expand Down
1 change: 1 addition & 0 deletions Libraries/SAModel.Direct3D/SAModel.Direct3D.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<DebugType>embedded</DebugType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ArchiveLib\ArchiveLib.csproj" />
Expand Down
1 change: 1 addition & 0 deletions Libraries/SAModel/SAModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
Expand Down
1 change: 1 addition & 0 deletions Libraries/SplitTools/SplitTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<OutputPath>..\..\build\lib\</OutputPath>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FraGag.Compression.Prs\FraGag.Compression.Prs.csproj" />
Expand Down
1 change: 1 addition & 0 deletions Libraries/VrSharp/VrSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<OutputPath>..\..\build\lib\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BCnEncoder.Net" />
Expand Down
Loading

0 comments on commit 286df04

Please sign in to comment.