Browse Source

* Add System.Drawing to the C# project references.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
cad6be5cf6
3 changed files with 8 additions and 3 deletions
  1. +2
    -1
      msvc/caca-sharp.csproj
  2. +2
    -1
      msvc/cucul-sharp.csproj
  3. +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>

Loading…
Cancel
Save