mirror of
https://github.com/sfall-team/HeadFrmPatcher.git
synced 2026-07-27 16:52:57 -07:00
Cosmetic changes to the app (done in 2019)
This commit is contained in:
Binary file not shown.
@@ -12,6 +12,7 @@
|
|||||||
<AssemblyName>HeadFrmPatcher</AssemblyName>
|
<AssemblyName>HeadFrmPatcher</AssemblyName>
|
||||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
<PublishUrl>publish\</PublishUrl>
|
<PublishUrl>publish\</PublishUrl>
|
||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
<InstallFrom>Disk</InstallFrom>
|
<InstallFrom>Disk</InstallFrom>
|
||||||
@@ -24,9 +25,8 @@
|
|||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<ApplicationRevision>0</ApplicationRevision>
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>false</BootstrapperEnabled>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
<PlatformTarget>x86</PlatformTarget>
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
<StartupObject>HeadsPatcher.Program</StartupObject>
|
<StartupObject>HeadsPatcher.Program</StartupObject>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>user.ico</ApplicationIcon>
|
<ApplicationIcon>fallout.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
@@ -94,22 +94,17 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||||
<Visible>False</Visible>
|
<Visible>False</Visible>
|
||||||
<ProductName>Клиентский профиль .NET Framework 3.5 SP1</ProductName>
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||||||
<Install>false</Install>
|
<Install>false</Install>
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||||
<Visible>False</Visible>
|
<Visible>False</Visible>
|
||||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||||
<Install>true</Install>
|
<Install>false</Install>
|
||||||
</BootstrapperPackage>
|
|
||||||
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
||||||
<Visible>False</Visible>
|
|
||||||
<ProductName>Установщик Windows 3.1</ProductName>
|
|
||||||
<Install>true</Install>
|
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="user.ico" />
|
<Content Include="fallout.ico" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
|||||||
Generated
+4
-4
@@ -53,7 +53,7 @@
|
|||||||
//
|
//
|
||||||
// bRun
|
// bRun
|
||||||
//
|
//
|
||||||
this.bRun.Location = new System.Drawing.Point(72, 58);
|
this.bRun.Location = new System.Drawing.Point(74, 60);
|
||||||
this.bRun.Name = "bRun";
|
this.bRun.Name = "bRun";
|
||||||
this.bRun.Size = new System.Drawing.Size(75, 23);
|
this.bRun.Size = new System.Drawing.Size(75, 23);
|
||||||
this.bRun.TabIndex = 10;
|
this.bRun.TabIndex = 10;
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
//
|
//
|
||||||
// ofdFrm
|
// ofdFrm
|
||||||
//
|
//
|
||||||
this.ofdFrm.Filter = "fallout frm|*.frm";
|
this.ofdFrm.Filter = "Fallout FRM files|*.frm";
|
||||||
this.ofdFrm.Multiselect = true;
|
this.ofdFrm.Multiselect = true;
|
||||||
this.ofdFrm.RestoreDirectory = true;
|
this.ofdFrm.RestoreDirectory = true;
|
||||||
this.ofdFrm.Title = "Select frm to patch";
|
this.ofdFrm.Title = "Select FRM to patch";
|
||||||
//
|
//
|
||||||
// HeadsFrmPatcher
|
// HeadsFrmPatcher
|
||||||
//
|
//
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
this.Name = "HeadsFrmPatcher";
|
this.Name = "HeadsFrmPatcher";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "HeadsFrmPatcher";
|
this.Text = "Head FRM File Patcher";
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
|
||||||
|
|||||||
+145
-396
File diff suppressed because it is too large
Load Diff
@@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyTitle("Head FRM File Patcher")]
|
[assembly: AssemblyTitle("Head FRM File Patcher")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Sfall Team")]
|
[assembly: AssemblyCompany("sfall team")]
|
||||||
[assembly: AssemblyProduct("")]
|
[assembly: AssemblyProduct("Head FRM File Patcher")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Sfall Team 2006-2017 Timeslip")]
|
[assembly: AssemblyCopyright("Copyright © sfall team 2006-2019 Timeslip")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user