System.Configuration20.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{7262AA8D-840C-4123-B99E-180F64F13A76}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Configuration</RootNamespace>
  11. <AssemblyName>System.Configuration</AssemblyName>
  12. <JDKName>1.5.0_05</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <GHProjectKind>framework</GHProjectKind>
  15. <Version>2.0</Version>
  16. <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  19. <OutputPath>bin\Release_Java20\</OutputPath>
  20. <DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  21. <BaseAddress>285212672</BaseAddress>
  22. <Optimize>true</Optimize>
  23. <NoStdLib>false</NoStdLib>
  24. <DebugType>pdbonly</DebugType>
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <ErrorReport>prompt</ErrorReport>
  27. <SkipValidation>True</SkipValidation>
  28. <KeepIntermediate>false</KeepIntermediate>
  29. <GHProjectType>1</GHProjectType>
  30. <PreCompile>false</PreCompile>
  31. <AdditionalClassPath>
  32. </AdditionalClassPath>
  33. <ApplicationServerType>
  34. </ApplicationServerType>
  35. <Version>2.0</Version>
  36. <JDKName>1.5.0_05</JDKName>
  37. <TargetPlatform>0</TargetPlatform>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\Debug_Java20\</OutputPath>
  42. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  43. <BaseAddress>285212672</BaseAddress>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <SkipValidation>True</SkipValidation>
  48. <KeepIntermediate>False</KeepIntermediate>
  49. <GHProjectType>1</GHProjectType>
  50. <PreCompile>false</PreCompile>
  51. <AdditionalClassPath>
  52. </AdditionalClassPath>
  53. <ApplicationServerType>
  54. </ApplicationServerType>
  55. <Version>2.0</Version>
  56. <JDKName>1.5.0_05</JDKName>
  57. <TargetPlatform>0</TargetPlatform>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  60. <DebugSymbols>true</DebugSymbols>
  61. <DebugType>full</DebugType>
  62. <Optimize>false</Optimize>
  63. <OutputPath>bin\Debug_Java\</OutputPath>
  64. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <BaseAddress>285212672</BaseAddress>
  68. <NoStdLib>false</NoStdLib>
  69. <SkipValidation>True</SkipValidation>
  70. <KeepIntermediate>False</KeepIntermediate>
  71. <TargetPlatform>0</TargetPlatform>
  72. <AdditionalClassPath>
  73. </AdditionalClassPath>
  74. </PropertyGroup>
  75. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  76. <DebugType>pdbonly</DebugType>
  77. <Optimize>true</Optimize>
  78. <OutputPath>bin\Release_Java\</OutputPath>
  79. <DefineConstants>TRACE;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
  80. <ErrorReport>prompt</ErrorReport>
  81. <WarningLevel>4</WarningLevel>
  82. <BaseAddress>285212672</BaseAddress>
  83. <NoStdLib>false</NoStdLib>
  84. <SkipValidation>false</SkipValidation>
  85. <KeepIntermediate>false</KeepIntermediate>
  86. <TargetPlatform>0</TargetPlatform>
  87. <AdditionalClassPath>
  88. </AdditionalClassPath>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Reference Include="J2SE.Helpers, Version=0.0.0.0, Culture=neutral">
  92. <HintPath>..\lib\J2SE.Helpers.dll</HintPath>
  93. <Private>False</Private>
  94. </Reference>
  95. <Reference Include="rt">
  96. <HintPath>..\lib\rt.dll</HintPath>
  97. <Private>False</Private>
  98. </Reference>
  99. <Reference Include="System" />
  100. <Reference Include="System.XML" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="..\..\build\common\Locale.cs">
  104. <Link>Locale.cs</Link>
  105. </Compile>
  106. <Compile Include="Assembly\AssemblyInfo.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="..\..\build\common\Consts.cs.in">
  110. <Link>Consts.cs.in</Link>
  111. </Compile>
  112. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  113. <Link>MonoTODOAttribute.cs</Link>
  114. </Compile>
  115. <Compile Include="System.Configuration.Internal\DelegatingConfigHost.cs" />
  116. <Compile Include="System.Configuration.Internal\IConfigErrorInfo.cs" />
  117. <Compile Include="System.Configuration.Internal\IConfigSystem.cs" />
  118. <Compile Include="System.Configuration.Internal\IConfigurationManagerHelper.cs" />
  119. <Compile Include="System.Configuration.Internal\IConfigurationManagerInternal.cs" />
  120. <Compile Include="System.Configuration.Internal\IInternalConfigClientHost.cs" />
  121. <Compile Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs" />
  122. <Compile Include="System.Configuration.Internal\IInternalConfigHost.cs" />
  123. <Compile Include="System.Configuration.Internal\IInternalConfigRecord.cs" />
  124. <Compile Include="System.Configuration.Internal\IInternalConfigRoot.cs" />
  125. <Compile Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs" />
  126. <Compile Include="System.Configuration.Internal\IInternalConfigSystem.cs" />
  127. <Compile Include="System.Configuration.Internal\InternalConfigEventArgs.cs" />
  128. <Compile Include="System.Configuration.Internal\InternalConfigEventHandler.cs" />
  129. <Compile Include="System.Configuration.Internal\StreamChangeCallback.cs" />
  130. <Compile Include="System.Configuration.Provider\ProviderBase.cs" />
  131. <Compile Include="System.Configuration.Provider\ProviderCollection.cs" />
  132. <Compile Include="System.Configuration.Provider\ProviderException.cs" />
  133. <Compile Include="System.Configuration\AppSettingsSection.cs" />
  134. <Compile Include="System.Configuration\CallbackValidator.cs" />
  135. <Compile Include="System.Configuration\CallbackValidatorAttribute.cs" />
  136. <Compile Include="System.Configuration\ClientConfigurationSystem.cs" />
  137. <Compile Include="System.Configuration\CommaDelimitedStringCollection.cs" />
  138. <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs" />
  139. <Compile Include="System.Configuration\ConfigHelper.cs" />
  140. <Compile Include="System.Configuration\ConfigInfo.cs" />
  141. <Compile Include="System.Configuration\Configuration.cs" />
  142. <Compile Include="System.Configuration\ConfigurationAllowDefinition.cs" />
  143. <Compile Include="System.Configuration\ConfigurationAllowExeDefinition.cs" />
  144. <Compile Include="System.Configuration\ConfigurationCollectionAttribute.cs" />
  145. <Compile Include="System.Configuration\ConfigurationConverterBase.cs" />
  146. <Compile Include="System.Configuration\ConfigurationElement.cs" />
  147. <Compile Include="System.Configuration\ConfigurationElementCollection.cs" />
  148. <Compile Include="System.Configuration\ConfigurationElementCollectionType.cs" />
  149. <Compile Include="System.Configuration\ConfigurationElementProperty.cs" />
  150. <Compile Include="System.Configuration\ConfigurationErrorsException.cs" />
  151. <Compile Include="System.Configuration\ConfigurationFileMap.cs" />
  152. <Compile Include="System.Configuration\ConfigurationLocation.cs" />
  153. <Compile Include="System.Configuration\ConfigurationLocationCollection.cs" />
  154. <Compile Include="System.Configuration\ConfigurationLockCollection.cs" />
  155. <Compile Include="System.Configuration\ConfigurationManager.cs" />
  156. <Compile Include="System.Configuration\ConfigurationPermission.cs" />
  157. <Compile Include="System.Configuration\ConfigurationPermissionAttribute.cs" />
  158. <Compile Include="System.Configuration\ConfigurationProperty.cs" />
  159. <Compile Include="System.Configuration\ConfigurationPropertyAttribute.cs" />
  160. <Compile Include="System.Configuration\ConfigurationPropertyCollection.cs" />
  161. <Compile Include="System.Configuration\ConfigurationPropertyOptions.cs" />
  162. <Compile Include="System.Configuration\ConfigurationRemoveElement.cs" />
  163. <Compile Include="System.Configuration\ConfigurationSaveMode.cs" />
  164. <Compile Include="System.Configuration\ConfigurationSection.cs" />
  165. <Compile Include="System.Configuration\ConfigurationSectionCollection.cs" />
  166. <Compile Include="System.Configuration\ConfigurationSectionGroup.cs" />
  167. <Compile Include="System.Configuration\ConfigurationSectionGroupCollection.cs" />
  168. <Compile Include="System.Configuration\ConfigurationUserLevel.cs" />
  169. <Compile Include="System.Configuration\ConfigurationValidatorAttribute.cs" />
  170. <Compile Include="System.Configuration\ConfigurationValidatorBase.cs" />
  171. <Compile Include="System.Configuration\ConnectionStringSettings.cs" />
  172. <Compile Include="System.Configuration\ConnectionStringSettingsCollection.cs" />
  173. <Compile Include="System.Configuration\ConnectionStringsSection.cs" />
  174. <Compile Include="System.Configuration\ContextInformation.cs" />
  175. <Compile Include="System.Configuration\DefaultSection.cs" />
  176. <Compile Include="System.Configuration\DefaultValidator.cs" />
  177. <Compile Include="System.Configuration\DpapiProtectedConfigurationProvider.cs" />
  178. <Compile Include="System.Configuration\ElementInformation.cs" />
  179. <Compile Include="System.Configuration\ExeConfigurationFileMap.cs" />
  180. <Compile Include="System.Configuration\ExeContext.cs" />
  181. <Compile Include="System.Configuration\GenericEnumConverter.cs" />
  182. <Compile Include="System.Configuration\IConfigXmlNode.cs" />
  183. <Compile Include="System.Configuration\IgnoreSection.cs" />
  184. <Compile Include="System.Configuration\InfiniteIntConverter.cs" />
  185. <Compile Include="System.Configuration\InfiniteTimeSpanConverter.cs" />
  186. <Compile Include="System.Configuration\IntegerValidator.cs" />
  187. <Compile Include="System.Configuration\IntegerValidatorAttribute.cs" />
  188. <Compile Include="System.Configuration\InternalConfigurationFactory.cs" />
  189. <Compile Include="System.Configuration\InternalConfigurationHost.cs" />
  190. <Compile Include="System.Configuration\InternalConfigurationRoot.cs" />
  191. <Compile Include="System.Configuration\KeyValueConfigurationCollection.cs" />
  192. <Compile Include="System.Configuration\KeyValueConfigurationElement.cs" />
  193. <Compile Include="System.Configuration\KeyValueInternalCollection.cs" />
  194. <Compile Include="System.Configuration\LongValidator.cs" />
  195. <Compile Include="System.Configuration\LongValidatorAttribute.cs" />
  196. <Compile Include="System.Configuration\NameValueConfigurationCollection.cs" />
  197. <Compile Include="System.Configuration\NameValueConfigurationElement.cs" />
  198. <Compile Include="System.Configuration\NonEmptyStringFlags.cs" />
  199. <Compile Include="System.Configuration\PathLevel.cs" />
  200. <Compile Include="System.Configuration\PositiveTimeSpanValidator.cs" />
  201. <Compile Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs" />
  202. <Compile Include="System.Configuration\PropertyInformation.cs" />
  203. <Compile Include="System.Configuration\PropertyInformationCollection.cs" />
  204. <Compile Include="System.Configuration\PropertyValueOrigin.cs" />
  205. <Compile Include="System.Configuration\ProtectedConfiguration.cs" />
  206. <Compile Include="System.Configuration\ProtectedConfigurationProvider.cs" />
  207. <Compile Include="System.Configuration\ProtectedConfigurationProviderCollection.cs" />
  208. <Compile Include="System.Configuration\ProtectedConfigurationSection.cs" />
  209. <Compile Include="System.Configuration\ProtectedProviderSettings.cs" />
  210. <Compile Include="System.Configuration\ProviderSettings.cs" />
  211. <Compile Include="System.Configuration\ProviderSettingsCollection.cs" />
  212. <Compile Include="System.Configuration\RegexStringValidator.cs" />
  213. <Compile Include="System.Configuration\RegexStringValidatorAttribute.cs" />
  214. <Compile Include="System.Configuration\SectionGroupInfo.cs" />
  215. <Compile Include="System.Configuration\SectionInfo.cs" />
  216. <Compile Include="System.Configuration\SectionInformation.cs" />
  217. <Compile Include="System.Configuration\StringValidator.cs" />
  218. <Compile Include="System.Configuration\StringValidatorAttribute.cs" />
  219. <Compile Include="System.Configuration\SubclassTypeValidator.cs" />
  220. <Compile Include="System.Configuration\SubclassTypeValidatorAttribute.cs" />
  221. <Compile Include="System.Configuration\TimeSpanMinutesConverter.cs" />
  222. <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs" />
  223. <Compile Include="System.Configuration\TimeSpanPropertyFlags.cs" />
  224. <Compile Include="System.Configuration\TimeSpanSecondsConverter.cs" />
  225. <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs" />
  226. <Compile Include="System.Configuration\TimeSpanSerializedFormat.cs" />
  227. <Compile Include="System.Configuration\TimeSpanValidator.cs" />
  228. <Compile Include="System.Configuration\TimeSpanValidatorAttribute.cs" />
  229. <Compile Include="System.Configuration\TypeNameConverter.cs" />
  230. <Compile Include="System.Configuration\ValidatorCallback.cs" />
  231. <Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Folder Include="Properties\" />
  235. </ItemGroup>
  236. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  237. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  238. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  239. Other similar extension points exist, see Microsoft.Common.targets.
  240. <Target Name="BeforeBuild">
  241. </Target>
  242. <Target Name="AfterBuild">
  243. </Target>
  244. -->
  245. <ProjectExtensions>
  246. <VisualStudio>
  247. <UserProperties REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\mscorlib.jar" REFS-JarPath-rt="..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jre5\lib\rt.jar" REFS-JarPath-system-xml="..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Xml.jar" REFS-JarPath-system="..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.jar" REFS-JarPath-j2se-helpers="..\lib\J2SE.Helpers.jar" />
  248. </VisualStudio>
  249. </ProjectExtensions>
  250. </Project>