Skip to content

Commit

Permalink
Merge branch 'no-win-sdk'
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFiler committed Mar 7, 2023
2 parents a4ec063 + a8c9f8d commit 0b89d0d
Show file tree
Hide file tree
Showing 79 changed files with 5,151 additions and 4,235 deletions.
2 changes: 1 addition & 1 deletion AlienBML
33 changes: 18 additions & 15 deletions CathodeLib/CathodeLib.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -10,13 +10,21 @@
<Authors>Matt Filer</Authors>
<Description>Provides support for parsing and writing common Alien: Isolation formats from the Cathode engine.</Description>
<Copyright>Matt Filer 2023</Copyright>
<Version>0.3.3</Version>
<Version>0.4.0</Version>
<OutputType>Library</OutputType>
<AssemblyVersion>0.3.3.0</AssemblyVersion>
<FileVersion>0.3.3.0</FileVersion>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>$(DefineConstants)TRACE;CATHODE_FAIL_HARD</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>$(DefineConstants)TRACE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Remove="CathodeBIN\NewFolder\**" />
<EmbeddedResource Remove="CathodeBIN\NewFolder\**" />
Expand All @@ -28,34 +36,29 @@
</ItemGroup>

<ItemGroup>
<None Remove="Resources\NodeDBs\cathode_enum_lut.bin" />
<None Remove="Resources\NodeDBs\cathode_generic_lut.bin" />
<None Remove="Resources\NodeDBs\cathode_id_map.bin" />
<None Remove="Resources\NodeDBs\cathode_id_map_DUMP_ONLY.bin" />
<None Remove="Resources\NodeDBs\composite_entity_names.bin" />
<None Remove="Resources\NodeDBs\composite_paths.bin" />
<None Remove="Resources\NodeDBs\entity_parameter_names.bin" />
<None Remove="Resources\NodeDBs\node_friendly_names.bin" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\AlienBML\BML.cs" Link="Scripts\CATHODE\BML.cs" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Resources\NodeDBs\cathode_enum_lut.bin" />
<EmbeddedResource Include="Resources\NodeDBs\composite_entity_names.bin" />
<EmbeddedResource Include="Resources\NodeDBs\composite_paths.bin" />
<EmbeddedResource Include="Resources\NodeDBs\entity_parameter_names.bin" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="PresentationCore">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\PresentationCore.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down
10 changes: 10 additions & 0 deletions CathodeLib/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CathodeLib/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,7 @@
<data name="entity_parameter_names" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\NodeDBs\entity_parameter_names.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="sound_names" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\sound_names.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
Binary file added CathodeLib/Resources/sound_names.bin
Binary file not shown.
58 changes: 0 additions & 58 deletions CathodeLib/Scripts/AssetPAKs/AssetPAK.cs

This file was deleted.

219 changes: 0 additions & 219 deletions CathodeLib/Scripts/AssetPAKs/Handlers/MaterialMapping.cs

This file was deleted.

Loading

0 comments on commit 0b89d0d

Please sign in to comment.