• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OmegaChartのソースコードの保守


Commit MetaInfo

Revisión91d0ffd08a68ae70909a92c7f618f003967ff307 (tree)
Tiempo2018-12-24 18:06:46
Autorpanacoran <panacoran@user...>
Commiterpanacoran

Log Message

.NET Frameworkのバージョンを4.7.2に上げる

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/app.config
@@ -0,0 +1,3 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<configuration>
3+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
--- a/zanetti.csproj
+++ b/zanetti.csproj
@@ -1,5 +1,5 @@
11 <?xml version="1.0" encoding="utf-8"?>
2-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
33 <PropertyGroup>
44 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -12,12 +12,13 @@
1212 <AssemblyName>OmegaChart</AssemblyName>
1313 <StartupObject>Zanetti.Env</StartupObject>
1414 <ApplicationIcon>omegachart.ico</ApplicationIcon>
15- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
15+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1616 <FileUpgradeFlags>
1717 </FileUpgradeFlags>
1818 <UpgradeBackupLocation>
1919 </UpgradeBackupLocation>
2020 <OldToolsVersion>2.0</OldToolsVersion>
21+ <TargetFrameworkProfile />
2122 </PropertyGroup>
2223 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2324 <DebugSymbols>true</DebugSymbols>
@@ -29,6 +30,7 @@
2930 <WarningLevel>4</WarningLevel>
3031 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3132 <CodePage>932</CodePage>
33+ <Prefer32Bit>false</Prefer32Bit>
3234 </PropertyGroup>
3335 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3436 <DebugType>pdbonly</DebugType>
@@ -39,6 +41,7 @@
3941 <WarningLevel>4</WarningLevel>
4042 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4143 <CodePage>932</CodePage>
44+ <Prefer32Bit>false</Prefer32Bit>
4245 </PropertyGroup>
4346 <ItemGroup>
4447 <Reference Include="grammatica-1.5">
@@ -333,9 +336,7 @@
333336 <Compile Include="ScreeningDialog.cs">
334337 <SubType>Form</SubType>
335338 </Compile>
336- <Compile Include="ScreeningResultPane.cs">
337- <SubType>Component</SubType>
338- </Compile>
339+ <Compile Include="ScreeningResultPane.cs" />
339340 <Compile Include="SearchBrandDialog.cs">
340341 <SubType>Form</SubType>
341342 </Compile>
@@ -369,9 +370,7 @@
369370 <Compile Include="UtilityLibrary\WinControls\ColorListBox.cs">
370371 <SubType>Component</SubType>
371372 </Compile>
372- <Compile Include="UtilityLibrary\WinControls\ColorPickerDropDown.cs">
373- <SubType>Form</SubType>
374- </Compile>
373+ <Compile Include="UtilityLibrary\WinControls\ColorPickerDropDown.cs" />
375374 <Compile Include="UtilityLibrary\WinControls\CustomColorDlg.cs">
376375 <SubType>Form</SubType>
377376 </Compile>
@@ -391,6 +390,7 @@
391390 <Content Include="omegachart.ico" />
392391 </ItemGroup>
393392 <ItemGroup>
393+ <None Include="app.config" />
394394 <None Include="parser\c.sh" />
395395 <None Include="parser\condition.grammar" />
396396 </ItemGroup>