[System.Net] Add support for .pac proxy config scripts on mac
[mono.git] / mcs / class / System.Configuration / Test / System.Configuration.Test20.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
3     <DebugSymbols>true</DebugSymbols>
4     <OutputPath>bin\Debug_Java20\</OutputPath>
5     <DefineConstants>TRACE;DEBUG;JAVA;NET_2_0;TARGET_JVM</DefineConstants>
6     <BaseAddress>285212672</BaseAddress>
7     <DebugType>full</DebugType>
8     <PlatformTarget>AnyCPU</PlatformTarget>
9     <ErrorReport>prompt</ErrorReport>
10     <SkipValidation>False</SkipValidation>
11     <KeepIntermediate>False</KeepIntermediate>
12     <GHProjectType>1</GHProjectType>
13     <PreCompile>false</PreCompile>
14     <AdditionalClassPath>
15     </AdditionalClassPath>
16     <ApplicationServerType>
17     </ApplicationServerType>
18     <Version>2.0</Version>
19     <JDKName>1.5.0_05</JDKName>
20     <TargetPlatform>0</TargetPlatform>
21   </PropertyGroup>
22   <PropertyGroup>
23     <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
24     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
25     <ProductVersion>8.0.50727</ProductVersion>
26     <SchemaVersion>2.0</SchemaVersion>
27     <ProjectGuid>{A9AEBFBA-4D4C-495A-8851-C70E5132DC10}</ProjectGuid>
28     <OutputType>Library</OutputType>
29     <AppDesignerFolder>Properties</AppDesignerFolder>
30     <RootNamespace>System.Configuration.Test</RootNamespace>
31     <AssemblyName>System.Configuration.Test20</AssemblyName>
32     <JDKName>1.5.0_05</JDKName>
33     <GHProjectType>1</GHProjectType>
34     <Version>2.0</Version>
35     <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
36   </PropertyGroup>
37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
38     <DebugSymbols>true</DebugSymbols>
39     <DebugType>full</DebugType>
40     <Optimize>false</Optimize>
41     <OutputPath>bin\Debug_Java\</OutputPath>
42     <DefineConstants>TRACE;DEBUG;JAVA;TARGET_JVM</DefineConstants>
43     <ErrorReport>prompt</ErrorReport>
44     <WarningLevel>4</WarningLevel>
45     <BaseAddress>285212672</BaseAddress>
46     <SkipValidation>false</SkipValidation>
47     <KeepIntermediate>false</KeepIntermediate>
48     <TargetPlatform>0</TargetPlatform>
49     <AdditionalClassPath>
50     </AdditionalClassPath>
51   </PropertyGroup>
52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
53     <DebugType>pdbonly</DebugType>
54     <Optimize>true</Optimize>
55     <OutputPath>bin\Release_Java\</OutputPath>
56     <DefineConstants>TRACE;JAVA;NET_2_0;TARGET_JVM</DefineConstants>
57     <ErrorReport>prompt</ErrorReport>
58     <WarningLevel>4</WarningLevel>
59     <BaseAddress>285212672</BaseAddress>
60     <SkipValidation>false</SkipValidation>
61     <KeepIntermediate>false</KeepIntermediate>
62     <TargetPlatform>0</TargetPlatform>
63     <AdditionalClassPath>
64     </AdditionalClassPath>
65   </PropertyGroup>
66   <ItemGroup>
67     <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
68       <SpecificVersion>False</SpecificVersion>
69       <HintPath>..\..\..\nunit20\nunit-console\bin\Debug_Java20\nunit.framework.dll</HintPath>
70       <Private>True</Private>
71     </Reference>
72     <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
73       <Private>False</Private>
74     </Reference>
75     <Reference Include="System" />
76     <Reference Include="System.Configuration">
77       <Private>False</Private>
78     </Reference>
79     <Reference Include="System.Data" />
80     <Reference Include="System.Xml" />
81   </ItemGroup>
82   <ItemGroup>
83     <Compile Include="System.Configuration\AppSettingsSectionTest.cs" />
84     <Compile Include="System.Configuration\CallbackValidatorTest.cs" />
85     <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverterTest.cs" />
86     <Compile Include="System.Configuration\CommaDelimitedStringCollectionTest.cs" />
87     <Compile Include="System.Configuration\ConfigurationElementTest.cs" />
88     <Compile Include="System.Configuration\ConfigurationLockCollectionTest.cs" />
89     <Compile Include="System.Configuration\ConfigurationManagerTest.cs" />
90     <Compile Include="System.Configuration\ConfigurationPermissionTest.cs" />
91     <Compile Include="System.Configuration\ConfigurationPropertyTest.cs" />
92     <Compile Include="System.Configuration\ConnectionStringSettingsTest.cs" />
93     <Compile Include="System.Configuration\DefaultValidatorTest.cs" />
94     <Compile Include="System.Configuration\ExeConfigurationFileMapTest.cs" />
95     <Compile Include="System.Configuration\GenericEnumConverterTest.cs" />
96     <Compile Include="System.Configuration\InfiniteIntConverterTest.cs" />
97     <Compile Include="System.Configuration\InfiniteTimeSpanConverterTest.cs" />
98     <Compile Include="System.Configuration\IntegerValidatorTest.cs" />
99     <Compile Include="System.Configuration\KeyValueConfigurationCollectionTest.cs" />
100     <Compile Include="System.Configuration\KeyValueConfigurationElementTest.cs" />
101     <Compile Include="System.Configuration\LongValidatorTest.cs" />
102     <Compile Include="System.Configuration\PositiveTimeSpanValidatorTest.cs" />
103     <Compile Include="System.Configuration\RegexStringValidatorTest.cs" />
104     <Compile Include="System.Configuration\StringValidatorTest.cs" />
105     <Compile Include="System.Configuration\SubclassTypeValidatorTest.cs" />
106     <Compile Include="System.Configuration\TimeSpanMinutesConverterTest.cs" />
107     <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverterTest.cs" />
108     <Compile Include="System.Configuration\TimeSpanSecondsConverterTest.cs" />
109     <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverterTest.cs" />
110     <Compile Include="System.Configuration\TimeSpanValidatorTest.cs" />
111     <Compile Include="System.Configuration\TypeNameConverterTest.cs" />
112     <Compile Include="System.Configuration\WhiteSpaceTrimStringConverterTest.cs" />
113   </ItemGroup>
114   <ItemGroup>
115     <Folder Include="Properties\" />
116   </ItemGroup>
117   <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
118   <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
119   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
120        Other similar extension points exist, see Microsoft.Common.targets.
121   <Target Name="BeforeBuild">
122   </Target>
123   <Target Name="AfterBuild">
124   </Target>
125   -->
126   <ProjectExtensions>
127     <VisualStudio>
128       <UserProperties 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-data="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Data.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.jar" REFS-JarPath-mscorlib="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\mscorlib.jar" REFS-JarPath-nunit-core="..\..\..\..\nunit20\core\bin\Debug_Java20\nunit.core.jar" REFS-JarPath-nunit-framework="..\..\..\..\nunit20\core\bin\Debug_Java20\nunit.framework.jar" REFS-JarPath-system-configuration="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Configuration.jar" />
129     </VisualStudio>
130   </ProjectExtensions>
131 </Project>