System.Drawing.Design.csproj 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java20</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{645B83F0-DAE2-4360-96FD-7E8FCFADD3B5}</ProjectGuid>
  8. <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <AssemblyName>System.Drawing.Design</AssemblyName>
  12. <JDKName>1.6</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <Version>2.0</Version>
  15. <UseVSHostingProcess>false</UseVSHostingProcess>
  16. <AdditionalClassPath>
  17. </AdditionalClassPath>
  18. <RootNamespace>System.Drawing.Design</RootNamespace>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug_Java20\</OutputPath>
  25. <DefineConstants>TRACE;DEBUG;JAVA;NET_1_1;NET_2_0;TARGET_JVM</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <BaseAddress>285212672</BaseAddress>
  29. <SkipValidation>false</SkipValidation>
  30. <KeepIntermediate>false</KeepIntermediate>
  31. <TargetPlatform>0</TargetPlatform>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release_Java20\</OutputPath>
  37. <DefineConstants>TRACE;JAVA;NET_1_1;NET_2_0;TARGET_JVM</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <BaseAddress>285212672</BaseAddress>
  41. <SkipValidation>false</SkipValidation>
  42. <KeepIntermediate>false</KeepIntermediate>
  43. <TargetPlatform>0</TargetPlatform>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Compile Include="Assembly\AssemblyInfo.cs" />
  47. <Compile Include="Consts.cs" />
  48. <Compile Include="Locale.cs" />
  49. <Compile Include="MonoTODOAttribute.cs" />
  50. <Compile Include="System.Drawing.Design\BitmapEditor.cs" />
  51. <Compile Include="System.Drawing.Design\ColorEditor.cs" />
  52. <Compile Include="System.Drawing.Design\ContentAlignmentEditor.cs" />
  53. <Compile Include="System.Drawing.Design\CursorEditor.cs" />
  54. <Compile Include="System.Drawing.Design\FontEditor.cs" />
  55. <Compile Include="System.Drawing.Design\FontNameEditor.cs" />
  56. <Compile Include="System.Drawing.Design\IconEditor.cs" />
  57. <Compile Include="System.Drawing.Design\ImageEditor.cs" />
  58. <Compile Include="System.Drawing.Design\MetafileEditor.cs" />
  59. <Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
  60. <Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
  61. <Compile Include="System.Drawing.Design\ToolboxService.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  65. <Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  66. <Reference Include="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Folder Include="Properties\" />
  70. </ItemGroup>
  71. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  72. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. <ProjectExtensions>
  81. <VisualStudio>
  82. <UserProperties REFS-RefInfo-system-drawing="repository:vmw:framework:2.0" REFS-JarPath-system-drawing="" REFS-RefInfo-system-windows-forms="repository:vmw:framework:2.0" REFS-JarPath-system-windows-forms="" REFS-RefInfo-rt="repository:jre:sun:1.6.0" REFS-JarPath-rt="" REFS-RefInfo-system-xml="repository:vmw:framework:2.0" REFS-JarPath-system-xml="" REFS-RefInfo-system-data="repository:vmw:framework:2.0" REFS-JarPath-system-data="" REFS-RefInfo-system="repository:vmw:framework:2.0" REFS-JarPath-system="" />
  83. </VisualStudio>
  84. </ProjectExtensions>
  85. </Project>