• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

OmegaChartのソースコードの保守


コミットメタ情報

リビジョン7c6c6e3f4022e8a0d22cdb3f72bf1fefc2b24cd2 (tree)
日時2015-11-21 16:35:00
作者panacoran <panacoran@user...>
コミッターpanacoran

ログメッセージ

Visual Studio 2015でコンパイルできないのを直す

変更サマリ

差分

--- a/zanetti.csproj
+++ b/zanetti.csproj
@@ -28,6 +28,7 @@
2828 <ErrorReport>prompt</ErrorReport>
2929 <WarningLevel>4</WarningLevel>
3030 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
31+ <CodePage>932</CodePage>
3132 </PropertyGroup>
3233 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3334 <DebugType>pdbonly</DebugType>
@@ -37,6 +38,7 @@
3738 <ErrorReport>prompt</ErrorReport>
3839 <WarningLevel>4</WarningLevel>
3940 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
41+ <CodePage>932</CodePage>
4042 </PropertyGroup>
4143 <ItemGroup>
4244 <Reference Include="grammatica-1.5">