This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Add System.Drawing to the C# project references.
tags/v0.99.beta14
Sam Hocevar
sam
17 years ago
parent
d657a09759
commit
cad6be5cf6
3 changed files
with
8 additions
and
3 deletions
Split View
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
View File
@@ -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
View File
@@ -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
View File
@@ -49,4 +49,7 @@
<Name>cucul-sharp</Name>
</ProjectReference>
</ItemGroup>
</Project>
<ItemGroup>
<Reference Include="System.Drawing" />
</ItemGroup>
</Project>
Write
Preview
Loading…
Cancel
Save