OmegaChartのソースコードの保守
Revisión | 91d0ffd08a68ae70909a92c7f618f003967ff307 (tree) |
---|---|
Tiempo | 2018-12-24 18:06:46 |
Autor | panacoran <panacoran@user...> |
Commiter | panacoran |
.NET Frameworkのバージョンを4.7.2に上げる
@@ -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> |
@@ -1,5 +1,5 @@ | ||
1 | 1 | <?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"> | |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
@@ -12,12 +12,13 @@ | ||
12 | 12 | <AssemblyName>OmegaChart</AssemblyName> |
13 | 13 | <StartupObject>Zanetti.Env</StartupObject> |
14 | 14 | <ApplicationIcon>omegachart.ico</ApplicationIcon> |
15 | - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | |
15 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | |
16 | 16 | <FileUpgradeFlags> |
17 | 17 | </FileUpgradeFlags> |
18 | 18 | <UpgradeBackupLocation> |
19 | 19 | </UpgradeBackupLocation> |
20 | 20 | <OldToolsVersion>2.0</OldToolsVersion> |
21 | + <TargetFrameworkProfile /> | |
21 | 22 | </PropertyGroup> |
22 | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
23 | 24 | <DebugSymbols>true</DebugSymbols> |
@@ -29,6 +30,7 @@ | ||
29 | 30 | <WarningLevel>4</WarningLevel> |
30 | 31 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
31 | 32 | <CodePage>932</CodePage> |
33 | + <Prefer32Bit>false</Prefer32Bit> | |
32 | 34 | </PropertyGroup> |
33 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
34 | 36 | <DebugType>pdbonly</DebugType> |
@@ -39,6 +41,7 @@ | ||
39 | 41 | <WarningLevel>4</WarningLevel> |
40 | 42 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
41 | 43 | <CodePage>932</CodePage> |
44 | + <Prefer32Bit>false</Prefer32Bit> | |
42 | 45 | </PropertyGroup> |
43 | 46 | <ItemGroup> |
44 | 47 | <Reference Include="grammatica-1.5"> |
@@ -333,9 +336,7 @@ | ||
333 | 336 | <Compile Include="ScreeningDialog.cs"> |
334 | 337 | <SubType>Form</SubType> |
335 | 338 | </Compile> |
336 | - <Compile Include="ScreeningResultPane.cs"> | |
337 | - <SubType>Component</SubType> | |
338 | - </Compile> | |
339 | + <Compile Include="ScreeningResultPane.cs" /> | |
339 | 340 | <Compile Include="SearchBrandDialog.cs"> |
340 | 341 | <SubType>Form</SubType> |
341 | 342 | </Compile> |
@@ -369,9 +370,7 @@ | ||
369 | 370 | <Compile Include="UtilityLibrary\WinControls\ColorListBox.cs"> |
370 | 371 | <SubType>Component</SubType> |
371 | 372 | </Compile> |
372 | - <Compile Include="UtilityLibrary\WinControls\ColorPickerDropDown.cs"> | |
373 | - <SubType>Form</SubType> | |
374 | - </Compile> | |
373 | + <Compile Include="UtilityLibrary\WinControls\ColorPickerDropDown.cs" /> | |
375 | 374 | <Compile Include="UtilityLibrary\WinControls\CustomColorDlg.cs"> |
376 | 375 | <SubType>Form</SubType> |
377 | 376 | </Compile> |
@@ -391,6 +390,7 @@ | ||
391 | 390 | <Content Include="omegachart.ico" /> |
392 | 391 | </ItemGroup> |
393 | 392 | <ItemGroup> |
393 | + <None Include="app.config" /> | |
394 | 394 | <None Include="parser\c.sh" /> |
395 | 395 | <None Include="parser\condition.grammar" /> |
396 | 396 | </ItemGroup> |