本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
* Add System.Drawing to the C# project references.
tags/v0.99.beta14
Sam Hocevar
sam
17 年之前
父節點
d657a09759
當前提交
cad6be5cf6
共有
3 個檔案被更改
,包括
8 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
msvc/caca-sharp.csproj
+2
-1
msvc/cucul-sharp.csproj
+4
-1
msvc/test-csharp.csproj
+ 2
- 1
msvc/caca-sharp.csproj
查看文件
@@ -30,6 +30,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
@@ -50,4 +51,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
+ 2
- 1
msvc/cucul-sharp.csproj
查看文件
@@ -29,6 +29,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\csharp\Cucul.cs" />
@@ -42,4 +43,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
+ 4
- 1
msvc/test-csharp.csproj
查看文件
@@ -49,4 +49,7 @@
<Name>cucul-sharp</Name>
</ProjectReference>
</ItemGroup>
</Project>
<ItemGroup>
<Reference Include="System.Drawing" />
</ItemGroup>
</Project>
Write
Preview
Loading…
取消
儲存