Skip to content

Commit

Permalink
[FreeSO] Remove corporate influence
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Apr 1, 2016
1 parent 5ceea26 commit d4937f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FSOInstaller/FSOInstaller/FSOInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions FSOInstaller/FSOInstaller/InstallerStart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ private void InstallButton_Click(object sender, EventArgs e)
private void BrowseButton_Click(object sender, EventArgs e)
{
var dialog = new FolderBrowserDialog();
//dialog.RootFolder = InstallDir.Text;
dialog.ShowDialog();
}
}
Expand Down
Binary file not shown.
3 changes: 3 additions & 0 deletions TSOClient/tso.client/FSO.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit d4937f7

Please sign in to comment.