OmegaChartのソースコードの保守
Revisão | 7c6c6e3f4022e8a0d22cdb3f72bf1fefc2b24cd2 (tree) |
---|---|
Hora | 2015-11-21 16:35:00 |
Autor | panacoran <panacoran@user...> |
Commiter | panacoran |
Visual Studio 2015でコンパイルできないのを直す
@@ -28,6 +28,7 @@ | ||
28 | 28 | <ErrorReport>prompt</ErrorReport> |
29 | 29 | <WarningLevel>4</WarningLevel> |
30 | 30 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
31 | + <CodePage>932</CodePage> | |
31 | 32 | </PropertyGroup> |
32 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
33 | 34 | <DebugType>pdbonly</DebugType> |
@@ -37,6 +38,7 @@ | ||
37 | 38 | <ErrorReport>prompt</ErrorReport> |
38 | 39 | <WarningLevel>4</WarningLevel> |
39 | 40 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
41 | + <CodePage>932</CodePage> | |
40 | 42 | </PropertyGroup> |
41 | 43 | <ItemGroup> |
42 | 44 | <Reference Include="grammatica-1.5"> |