瀏覽代碼

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

tags/v0.99.beta14
Sam Hocevar sam 17 年之前
父節點
當前提交
cad6be5cf6
共有 3 個檔案被更改,包括 8 行新增3 行删除
  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 查看文件

@@ -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>

Loading…
取消
儲存