mirror of
https://github.com/riperiperi/FreeSO.git
synced 2025-01-22 07:32:14 -05:00
[FreeSO] Remove corporate influence
This commit is contained in:
parent
5ceea26f72
commit
d4937f7b40
4 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>FSOInstaller</RootNamespace>
|
||||
<AssemblyName>FSOInstaller</AssemblyName>
|
||||
<AssemblyName>FreeSO Installer</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
|
|
|
@ -54,6 +54,7 @@ namespace FSOInstaller
|
|||
private void BrowseButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
var dialog = new FolderBrowserDialog();
|
||||
//dialog.RootFolder = InstallDir.Text;
|
||||
dialog.ShowDialog();
|
||||
}
|
||||
}
|
||||
|
|
BIN
TSOClient/tso.client/Content/Patch/foodcounter_ea.piff
Normal file
BIN
TSOClient/tso.client/Content/Patch/foodcounter_ea.piff
Normal file
Binary file not shown.
|
@ -548,6 +548,9 @@
|
|||
<Content Include="Monogame\MacOS\Tao.Sdl.dll.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Patch\foodcounter_ea.piff">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="UI\Framework\Parser\UIScript.egt" />
|
||||
<None Include="UI\Framework\Parser\UIScript.grm" />
|
||||
<None Include="ContentSrc\ComicSans.spritefont" />
|
||||
|
|
Loading…
Reference in a new issue