parent
6976e5e4ef
commit
771601d0ce
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<RootNamespace>FreeeInfantry_BLO_Extractor</RootNamespace>
|
<RootNamespace>FreeInfantry_BLO_Extractor</RootNamespace>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.9.34728.123
|
VisualStudioVersion = 17.9.34728.123
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeeInfantry-BLO-Extractor", "FreeeInfantry-BLO-Extractor.csproj", "{A3BC494F-42A1-4C06-B33A-0A2925A68982}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeInfantry-BLO-Extractor", "FreeInfantry-BLO-Extractor.csproj", "{A3BC494F-42A1-4C06-B33A-0A2925A68982}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
@ -1,4 +1,4 @@
|
||||||
namespace FreeeInfantry_BLO_Extractor
|
namespace FreeInfantry_BLO_Extractor
|
||||||
{
|
{
|
||||||
internal class Program
|
internal class Program
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# FreeeInfantry-BLO-Extractor
|
# FreeInfantry-BLO-Extractor
|
||||||
A tool to extract from BLO files in the game [FreeInfantry](https://store.steampowered.com/app/2830720).
|
A tool to extract from BLO files in the game [FreeInfantry](https://store.steampowered.com/app/2830720).
|
||||||
|
|
Loading…
Reference in New Issue