changed target framework version to v4.5

This commit is contained in:
morkt 2014-08-01 20:14:08 +04:00
parent 7a6c5d8054
commit 959dec52f2
6 changed files with 14 additions and 19 deletions

View File

@ -6,7 +6,7 @@
</sectionGroup> </sectionGroup>
</configSections> </configSections>
<startup> <startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup> </startup>
<userSettings> <userSettings>
<GARbro.GUI.Properties.Settings> <GARbro.GUI.Properties.Settings>
@ -53,19 +53,19 @@
<value>True</value> <value>True</value>
</setting> </setting>
<setting name="appImageFormat" serializeAs="String"> <setting name="appImageFormat" serializeAs="String">
<value /> <value/>
</setting> </setting>
<setting name="appTextEncoding" serializeAs="String"> <setting name="appTextEncoding" serializeAs="String">
<value>UTF-8</value> <value>UTF-8</value>
</setting> </setting>
<setting name="appLastDirectory" serializeAs="String"> <setting name="appLastDirectory" serializeAs="String">
<value /> <value/>
</setting> </setting>
<setting name="appArchiveFormat" serializeAs="String"> <setting name="appArchiveFormat" serializeAs="String">
<value /> <value/>
</setting> </setting>
<setting name="appLastCreatedArchive" serializeAs="String"> <setting name="appLastCreatedArchive" serializeAs="String">
<value /> <value/>
</setting> </setting>
</GARbro.GUI.Properties.Settings> </GARbro.GUI.Properties.Settings>
</userSettings> </userSettings>

View File

@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GameRes.Formats</RootNamespace> <RootNamespace>GameRes.Formats</RootNamespace>
<AssemblyName>ArcFormats</AssemblyName> <AssemblyName>ArcFormats</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
@ -125,7 +125,6 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="app.config" /> <None Include="app.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator> <Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<configSections> <configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="GameRes.Formats.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> <section name="GameRes.Formats.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup> </sectionGroup>
</configSections> </configSections>
<userSettings> <userSettings>
@ -11,7 +11,7 @@
<value>NotEncrypted</value> <value>NotEncrypted</value>
</setting> </setting>
<setting name="XP3Scheme" serializeAs="String"> <setting name="XP3Scheme" serializeAs="String">
<value /> <value/>
</setting> </setting>
<setting name="YPFKey" serializeAs="String"> <setting name="YPFKey" serializeAs="String">
<value>4294967295</value> <value>4294967295</value>
@ -35,11 +35,11 @@
<value>None</value> <value>None</value>
</setting> </setting>
<setting name="AMIBaseArchive" serializeAs="String"> <setting name="AMIBaseArchive" serializeAs="String">
<value /> <value/>
</setting> </setting>
<setting name="AMIUseBaseArchive" serializeAs="String"> <setting name="AMIUseBaseArchive" serializeAs="String">
<value>False</value> <value>False</value>
</setting> </setting>
</GameRes.Formats.Properties.Settings> </GameRes.Formats.Properties.Settings>
</userSettings> </userSettings>
</configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BouncyCastle" version="1.7.0" targetFramework="net45" />
</packages>

View File

@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GARbro.GUI</RootNamespace> <RootNamespace>GARbro.GUI</RootNamespace>
<AssemblyName>GARbro.GUI</AssemblyName> <AssemblyName>GARbro.GUI</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>

View File

@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GameRes</RootNamespace> <RootNamespace>GameRes</RootNamespace>
<AssemblyName>GameRes</AssemblyName> <AssemblyName>GameRes</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>