Skip to content

Commit

Permalink
v1.1 started development!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Apr 1, 2024
1 parent 39c6d27 commit 2e66c01
Show file tree
Hide file tree
Showing 76 changed files with 7,343 additions and 6,841 deletions.
22 changes: 20 additions & 2 deletions FriishProduce/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="FriishProduce.Options.VC_N64" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
<section name="FriishProduce.Options.VC_PCE" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
<section name="FriishProduce.Options.ADOBEFLASH" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
<section name="FriishProduce.Options.VC_SEGA" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
Expand All @@ -18,6 +19,23 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<userSettings>
<FriishProduce.Options.VC_N64>
<setting name="romc_type" serializeAs="String">
<value>1</value>
</setting>
<setting name="patch_fixbrightness" serializeAs="String">
<value>True</value>
</setting>
<setting name="patch_fixcrashes" serializeAs="String">
<value>False</value>
</setting>
<setting name="patch_expandedram" serializeAs="String">
<value>False</value>
</setting>
<setting name="patch_autosizerom" serializeAs="String">
<value>True</value>
</setting>
</FriishProduce.Options.VC_N64>
<FriishProduce.Options.VC_PCE>
<setting name="BACKUPRAM" serializeAs="String">
<value>0</value>
Expand Down Expand Up @@ -184,11 +202,11 @@
</setting>
</FriishProduce.Settings.PCE>
<FriishProduce.Properties.Settings>
<setting name="UI_Language" serializeAs="String">
<setting name="Language" serializeAs="String">
<value>sys</value>
</setting>
<setting name="ImageInterpolation" serializeAs="String">
<value>0</value>
<value>2</value>
</setting>
<setting name="AutoLibRetro" serializeAs="String">
<value>False</value>
Expand Down
49 changes: 29 additions & 20 deletions FriishProduce/FriishProduce.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -52,6 +52,9 @@
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>FriishProduce.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.16.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.16.0\lib\net40\DotNetZip.dll</HintPath>
Expand All @@ -65,6 +68,7 @@
<Reference Include="MdiTabControl">
<HintPath>.\MdiTabControl.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.5.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft-WindowsAPICodePack-Core.1.1.5\lib\net472\Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -125,14 +129,11 @@
</Reference>
<Reference Include="UIAutomationClient" />
<Reference Include="WindowsBase" />
<Reference Include="YamlDotNet, Version=15.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>..\packages\YamlDotNet.15.1.2\lib\net47\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="LanguageXMLEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LanguageXMLEditor.Designer.cs">
<DependentUpon>LanguageXMLEditor.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -205,13 +206,14 @@
</Compile>
<Compile Include="_classes\Archives\CCF.cs" />
<Compile Include="_classes\BannerPreview.cs" />
<Compile Include="_classes\Program\Language.cs" />
<Compile Include="_classes\Modifiers\Flash.cs" />
<Compile Include="_classes\Modifiers\Forwarder.cs" />
<Compile Include="_classes\Modifiers\WiiVC\PCE.cs" />
<Compile Include="_classes\Projects\ProjectType.cs" />
<Compile Include="_classes\ROM\Disc.cs" />
<Compile Include="_classes\ROM\Flash.cs" />
<Compile Include="_classes\Modifiers\WiiVC\MSX.cs" />
<Compile Include="_classes\Language.cs" />
<Compile Include="_classes\ROM\MSX.cs" />
<Compile Include="_classes\ROM\N64.cs" />
<Compile Include="_classes\ROM\NEO.cs" />
Expand All @@ -220,9 +222,6 @@
<Compile Include="_classes\ROM\SEGA.cs" />
<Compile Include="_classes\ROM\SNES.cs" />
<Compile Include="_classes\Program\Updater.cs" />
<EmbeddedResource Include="LanguageXMLEditor.resx">
<DependentUpon>LanguageXMLEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -293,7 +292,7 @@
<Compile Include="SettingsForm.Designer.cs">
<DependentUpon>SettingsForm.cs</DependentUpon>
</Compile>
<Compile Include="_classes\Byte.cs" />
<Compile Include="_classes\Utilities.cs" />
<Compile Include="_classes\Consoles.cs" />
<Compile Include="_classes\Database.cs" />
<Compile Include="_classes\Modifiers\Creator.cs" />
Expand Down Expand Up @@ -344,14 +343,15 @@
<EmbeddedResource Include="Subforms\Options_VC_NES.resx">
<DependentUpon>Options_VC_NES.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="InjectorForm.resx">
<DependentUpon>InjectorForm.cs</DependentUpon>
<EmbeddedResource Include="ProjectForm.resx">
<DependentUpon>ProjectForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="InjectorForm.cs">
<Compile Include="ProjectForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="InjectorForm.Designer.cs">
<DependentUpon>InjectorForm.cs</DependentUpon>
<Compile Include="ProjectForm.Designer.cs">
<DependentUpon>ProjectForm.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="SettingsForm.resx">
<DependentUpon>SettingsForm.cs</DependentUpon>
Expand All @@ -362,6 +362,10 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="database.json" />
<None Include="Strings\en.yml" />
<None Include="Strings\es.json" />
<None Include="Strings\en.json" />
</ItemGroup>
<ItemGroup>
<None Include="Options\ADOBEFLASH.settings">
Expand Down Expand Up @@ -410,6 +414,9 @@
<ItemGroup>
<Content Include="Database.xml" />
<Content Include="icon.ico" />
<None Include="Resources\icons\wooden-box--pencil.png" />
<None Include="Resources\icons\disk-black.png" />
<None Include="Resources\icons\disc-case.png" />
<None Include="Resources\sound.wave.wav" />
<None Include="Resources\icons\consoles\sony playstation.ico" />
<None Include="Resources\icons\msx.png" />
Expand Down Expand Up @@ -505,18 +512,20 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="Subforms\Options\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>cd "$(TargetDir)strings\"
for %25%25f in (*.xml) do (call :delete %25%25f)
for %25%25f in (*.json) do (call :delete %25%25f)

cd "$(ProjectDir)Strings\"
for %25%25f in (*.xml) do (call :copy %25%25f)
for %25%25f in (*.json) do (call :copy %25%25f)
goto :eof

:copy
Expand Down
Loading

0 comments on commit 2e66c01

Please sign in to comment.