Rewrite and fix the web stack's connection reuse and idle logic.
[mono.git] / mcs / class / System.Configuration / System.Configuration-net_4_5.csproj
index 5a24c1bf97fd5b37f36eb8c9fe65e642cc130530..5af0d031d571f4d9289ea3a83c8ab3d681193582 100644 (file)
@@ -5,14 +5,16 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{CA2CD67B-1308-460D-BDBA-498F63DEAA31}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
-    <NoWarn>1699</NoWarn>\r
-    <OutputPath>./../../class/lib/net_4_5/tmp</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <NoWarn>1699,618</NoWarn>\r
+    <OutputPath>bin\Debug\System.Configuration-net_4_5</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.Configuration</AssemblyName>\r
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
-    <NoWarn>1699</NoWarn>\r
+    <NoWarn>1699,618</NoWarn>\r
     <Optimize>false</Optimize>\r
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
-    <NoWarn>1699</NoWarn>\r
+    <NoWarn>1699,618</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include="Assembly\AssemblyInfo.cs" />
-   <Compile Include="..\..\build\common\Consts.cs" />
-   <Compile Include="..\..\build\common\Locale.cs" />
-   <Compile Include="System.Configuration.Internal\DelegatingConfigHost.cs" />
-   <Compile Include="System.Configuration.Internal\IConfigErrorInfo.cs" />
-   <Compile Include="System.Configuration.Internal\IConfigSystem.cs" />
-   <Compile Include="System.Configuration.Internal\IConfigurationManagerHelper.cs" />
-   <Compile Include="System.Configuration.Internal\IConfigurationManagerInternal.cs" />
-   <Compile Include="System.Configuration.Internal\IInternalConfigClientHost.cs" />
-   <Compile Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs" />
-   <Compile Include="System.Configuration.Internal\IInternalConfigHost.cs" />
-   <Compile Include="System.Configuration.Internal\IInternalConfigRecord.cs" />
-   <Compile Include="System.Configuration.Internal\IInternalConfigRoot.cs" />
-   <Compile Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs" />
-   <Compile Include="System.Configuration.Internal\IInternalConfigSystem.cs" />
-   <Compile Include="System.Configuration.Internal\InternalConfigEventArgs.cs" />
-   <Compile Include="System.Configuration.Internal\InternalConfigEventHandler.cs" />
-   <Compile Include="System.Configuration.Internal\StreamChangeCallback.cs" />
-   <Compile Include="System.Configuration.Provider\ProviderBase.cs" />
-   <Compile Include="System.Configuration.Provider\ProviderException.cs" />
-   <Compile Include="System.Configuration.Provider\ProviderCollection.cs" />
-   <Compile Include="System.Configuration\AppSettingsSection.cs" />
-   <Compile Include="System.Configuration\CallbackValidator.cs" />
-   <Compile Include="System.Configuration\CallbackValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\ClientConfigurationSystem.cs" />
-   <Compile Include="System.Configuration\CommaDelimitedStringCollection.cs" />
-   <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs" />
-   <Compile Include="System.Configuration\ConfigHelper.cs" />
-   <Compile Include="System.Configuration\ConfigInfo.cs" />
-   <Compile Include="System.Configuration\Configuration.cs" />
-   <Compile Include="System.Configuration\ConfigurationAllowDefinition.cs" />
-   <Compile Include="System.Configuration\ConfigurationAllowExeDefinition.cs" />
-   <Compile Include="System.Configuration\ConfigurationCollectionAttribute.cs" />
-   <Compile Include="System.Configuration\ConfigurationConverterBase.cs" />
-   <Compile Include="System.Configuration\ConfigurationElement.cs" />
-   <Compile Include="System.Configuration\ConfigurationElementCollection.cs" />
-   <Compile Include="System.Configuration\ConfigurationElementCollectionType.cs" />
-   <Compile Include="System.Configuration\ConfigurationElementProperty.cs" />
-   <Compile Include="System.Configuration\ConfigurationErrorsException.cs" />
-   <Compile Include="System.Configuration\ConfigurationFileMap.cs" />
-   <Compile Include="System.Configuration\ConfigurationLocation.cs" />
-   <Compile Include="System.Configuration\ConfigurationLocationCollection.cs" />
-   <Compile Include="System.Configuration\ConfigurationLockCollection.cs" />
-   <Compile Include="System.Configuration\ConfigurationManager.cs" />
-   <Compile Include="System.Configuration\ConfigurationPermission.cs" />
-   <Compile Include="System.Configuration\ConfigurationPermissionAttribute.cs" />
-   <Compile Include="System.Configuration\ConfigurationProperty.cs" />
-   <Compile Include="System.Configuration\ConfigurationPropertyAttribute.cs" />
-   <Compile Include="System.Configuration\ConfigurationPropertyCollection.cs" />
-   <Compile Include="System.Configuration\ConfigurationPropertyOptions.cs" />
-   <Compile Include="System.Configuration\ConfigurationRemoveElement.cs" />
-   <Compile Include="System.Configuration\ConfigurationSaveMode.cs" />
-   <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />
-   <Compile Include="System.Configuration\ConfigurationSaveEventHandler.cs" />
-   <Compile Include="System.Configuration\ConfigurationSection.cs" />
-   <Compile Include="System.Configuration\ConfigurationSectionCollection.cs" />
-   <Compile Include="System.Configuration\ConfigurationSectionGroup.cs" />
-   <Compile Include="System.Configuration\ConfigurationSectionGroupCollection.cs" />
-   <Compile Include="System.Configuration\ConfigurationUserLevel.cs" />
-   <Compile Include="System.Configuration\ConfigurationValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\ConfigurationValidatorBase.cs" />
-   <Compile Include="System.Configuration\ConfigXmlTextReader.cs" />
-   <Compile Include="System.Configuration\ConnectionStringsSection.cs" />
-   <Compile Include="System.Configuration\ConnectionStringSettingsCollection.cs" />
-   <Compile Include="System.Configuration\ConnectionStringSettings.cs" />
-   <Compile Include="System.Configuration\ContextInformation.cs" />
-   <Compile Include="System.Configuration\DefaultSection.cs" />
-   <Compile Include="System.Configuration\DefaultValidator.cs" />
-   <Compile Include="System.Configuration\DpapiProtectedConfigurationProvider.cs" />
-   <Compile Include="System.Configuration\ElementInformation.cs" />
-   <Compile Include="System.Configuration\ExeConfigurationFileMap.cs" />
-   <Compile Include="System.Configuration\ExeContext.cs" />
-   <Compile Include="System.Configuration\GenericEnumConverter.cs" />
-   <Compile Include="System.Configuration\IConfigXmlNode.cs" />
-   <Compile Include="System.Configuration\IgnoreSection.cs" />
-   <Compile Include="System.Configuration\InfiniteIntConverter.cs" />
-   <Compile Include="System.Configuration\InfiniteTimeSpanConverter.cs" />
-   <Compile Include="System.Configuration\IntegerValidator.cs" />
-   <Compile Include="System.Configuration\IntegerValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\InternalConfigurationFactory.cs" />
-   <Compile Include="System.Configuration\InternalConfigurationHost.cs" />
-   <Compile Include="System.Configuration\InternalConfigurationRoot.cs" />
-   <Compile Include="System.Configuration\KeyValueConfigurationCollection.cs" />
-   <Compile Include="System.Configuration\KeyValueInternalCollection.cs" />
-   <Compile Include="System.Configuration\KeyValueConfigurationElement.cs" />
-   <Compile Include="System.Configuration\LongValidator.cs" />
-   <Compile Include="System.Configuration\LongValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\NameValueConfigurationCollection.cs" />
-   <Compile Include="System.Configuration\NameValueConfigurationElement.cs" />
-   <Compile Include="System.Configuration\PositiveTimeSpanValidator.cs" />
-   <Compile Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\PropertyInformation.cs" />
-   <Compile Include="System.Configuration\PropertyInformationCollection.cs" />
-   <Compile Include="System.Configuration\PropertyValueOrigin.cs" />
-   <Compile Include="System.Configuration\ProtectedConfiguration.cs" />
-   <Compile Include="System.Configuration\ProtectedConfigurationProvider.cs" />
-   <Compile Include="System.Configuration\ProtectedConfigurationProviderCollection.cs" />
-   <Compile Include="System.Configuration\ProtectedConfigurationSection.cs" />
-   <Compile Include="System.Configuration\ProtectedProviderSettings.cs" />
-   <Compile Include="System.Configuration\ProviderSettings.cs" />
-   <Compile Include="System.Configuration\ProviderSettingsCollection.cs" />
-   <Compile Include="System.Configuration\RegexStringValidator.cs" />
-   <Compile Include="System.Configuration\RegexStringValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\RsaProtectedConfigurationProvider.cs" />
-   <Compile Include="System.Configuration\SectionInfo.cs" />
-   <Compile Include="System.Configuration\SectionGroupInfo.cs" />
-   <Compile Include="System.Configuration\SectionInformation.cs" />
-   <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
-   <Compile Include="System.Configuration\StringValidator.cs" />
-   <Compile Include="System.Configuration\StringValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\SubclassTypeValidator.cs" />
-   <Compile Include="System.Configuration\SubclassTypeValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\TimeSpanMinutesConverter.cs" />
-   <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs" />
-   <Compile Include="System.Configuration\TimeSpanSecondsConverter.cs" />
-   <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs" />
-   <Compile Include="System.Configuration\TimeSpanValidator.cs" />
-   <Compile Include="System.Configuration\TimeSpanValidatorAttribute.cs" />
-   <Compile Include="System.Configuration\TypeNameConverter.cs" />
-   <Compile Include="System.Configuration\ValidatorCallback.cs" />
-   <Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="..\..\build\common\Consts.cs" />\r
+    <Compile Include="..\..\build\common\Locale.cs" />\r
+    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
+    <Compile Include="Assembly\AssemblyInfo.cs" />\r
+    <Compile Include="System.Configuration.Internal\DelegatingConfigHost.cs" />\r
+    <Compile Include="System.Configuration.Internal\IConfigErrorInfo.cs" />\r
+    <Compile Include="System.Configuration.Internal\IConfigSystem.cs" />\r
+    <Compile Include="System.Configuration.Internal\IConfigurationManagerHelper.cs" />\r
+    <Compile Include="System.Configuration.Internal\IConfigurationManagerInternal.cs" />\r
+    <Compile Include="System.Configuration.Internal\IInternalConfigClientHost.cs" />\r
+    <Compile Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs" />\r
+    <Compile Include="System.Configuration.Internal\IInternalConfigHost.cs" />\r
+    <Compile Include="System.Configuration.Internal\IInternalConfigRecord.cs" />\r
+    <Compile Include="System.Configuration.Internal\IInternalConfigRoot.cs" />\r
+    <Compile Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs" />\r
+    <Compile Include="System.Configuration.Internal\IInternalConfigSystem.cs" />\r
+    <Compile Include="System.Configuration.Internal\InternalConfigEventArgs.cs" />\r
+    <Compile Include="System.Configuration.Internal\InternalConfigEventHandler.cs" />\r
+    <Compile Include="System.Configuration.Internal\StreamChangeCallback.cs" />\r
+    <Compile Include="System.Configuration.Provider\ProviderBase.cs" />\r
+    <Compile Include="System.Configuration.Provider\ProviderCollection.cs" />\r
+    <Compile Include="System.Configuration.Provider\ProviderException.cs" />\r
+    <Compile Include="System.Configuration\AppSettingsSection.cs" />\r
+    <Compile Include="System.Configuration\CallbackValidator.cs" />\r
+    <Compile Include="System.Configuration\CallbackValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\ClientConfigurationSystem.cs" />\r
+    <Compile Include="System.Configuration\CommaDelimitedStringCollection.cs" />\r
+    <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs" />\r
+    <Compile Include="System.Configuration\ConfigHelper.cs" />\r
+    <Compile Include="System.Configuration\ConfigInfo.cs" />\r
+    <Compile Include="System.Configuration\Configuration.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationAllowDefinition.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationAllowExeDefinition.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationCollectionAttribute.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationConverterBase.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationElement.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationElementCollection.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationElementCollectionType.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationElementProperty.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationErrorsException.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationFileMap.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationLocation.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationLocationCollection.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationLockCollection.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationManager.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationPermission.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationPermissionAttribute.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationProperty.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationPropertyAttribute.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationPropertyCollection.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationPropertyOptions.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationRemoveElement.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationSaveEventHandler.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationSaveMode.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationSection.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationSectionCollection.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationSectionGroup.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationSectionGroupCollection.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationUserLevel.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\ConfigurationValidatorBase.cs" />\r
+    <Compile Include="System.Configuration\ConfigXmlTextReader.cs" />\r
+    <Compile Include="System.Configuration\ConnectionStringSettings.cs" />\r
+    <Compile Include="System.Configuration\ConnectionStringSettingsCollection.cs" />\r
+    <Compile Include="System.Configuration\ConnectionStringsSection.cs" />\r
+    <Compile Include="System.Configuration\ContextInformation.cs" />\r
+    <Compile Include="System.Configuration\DefaultSection.cs" />\r
+    <Compile Include="System.Configuration\DefaultValidator.cs" />\r
+    <Compile Include="System.Configuration\DpapiProtectedConfigurationProvider.cs" />\r
+    <Compile Include="System.Configuration\ElementInformation.cs" />\r
+    <Compile Include="System.Configuration\ExeConfigurationFileMap.cs" />\r
+    <Compile Include="System.Configuration\ExeContext.cs" />\r
+    <Compile Include="System.Configuration\GenericEnumConverter.cs" />\r
+    <Compile Include="System.Configuration\IConfigXmlNode.cs" />\r
+    <Compile Include="System.Configuration\IgnoreSection.cs" />\r
+    <Compile Include="System.Configuration\InfiniteIntConverter.cs" />\r
+    <Compile Include="System.Configuration\InfiniteTimeSpanConverter.cs" />\r
+    <Compile Include="System.Configuration\IntegerValidator.cs" />\r
+    <Compile Include="System.Configuration\IntegerValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\InternalConfigurationFactory.cs" />\r
+    <Compile Include="System.Configuration\InternalConfigurationHost.cs" />\r
+    <Compile Include="System.Configuration\InternalConfigurationRoot.cs" />\r
+    <Compile Include="System.Configuration\KeyValueConfigurationCollection.cs" />\r
+    <Compile Include="System.Configuration\KeyValueConfigurationElement.cs" />\r
+    <Compile Include="System.Configuration\KeyValueInternalCollection.cs" />\r
+    <Compile Include="System.Configuration\LongValidator.cs" />\r
+    <Compile Include="System.Configuration\LongValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\NameValueConfigurationCollection.cs" />\r
+    <Compile Include="System.Configuration\NameValueConfigurationElement.cs" />\r
+    <Compile Include="System.Configuration\PositiveTimeSpanValidator.cs" />\r
+    <Compile Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\PropertyInformation.cs" />\r
+    <Compile Include="System.Configuration\PropertyInformationCollection.cs" />\r
+    <Compile Include="System.Configuration\PropertyValueOrigin.cs" />\r
+    <Compile Include="System.Configuration\ProtectedConfiguration.cs" />\r
+    <Compile Include="System.Configuration\ProtectedConfigurationProvider.cs" />\r
+    <Compile Include="System.Configuration\ProtectedConfigurationProviderCollection.cs" />\r
+    <Compile Include="System.Configuration\ProtectedConfigurationSection.cs" />\r
+    <Compile Include="System.Configuration\ProtectedProviderSettings.cs" />\r
+    <Compile Include="System.Configuration\ProviderSettings.cs" />\r
+    <Compile Include="System.Configuration\ProviderSettingsCollection.cs" />\r
+    <Compile Include="System.Configuration\RegexStringValidator.cs" />\r
+    <Compile Include="System.Configuration\RegexStringValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\RsaProtectedConfigurationProvider.cs" />\r
+    <Compile Include="System.Configuration\SectionGroupInfo.cs" />\r
+    <Compile Include="System.Configuration\SectionInfo.cs" />\r
+    <Compile Include="System.Configuration\SectionInformation.cs" />\r
+    <Compile Include="System.Configuration\StringValidator.cs" />\r
+    <Compile Include="System.Configuration\StringValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\SubclassTypeValidator.cs" />\r
+    <Compile Include="System.Configuration\SubclassTypeValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\TimeSpanMinutesConverter.cs" />\r
+    <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs" />\r
+    <Compile Include="System.Configuration\TimeSpanSecondsConverter.cs" />\r
+    <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs" />\r
+    <Compile Include="System.Configuration\TimeSpanValidator.cs" />\r
+    <Compile Include="System.Configuration\TimeSpanValidatorAttribute.cs" />\r
+    <Compile Include="System.Configuration\TypeNameConverter.cs" />\r
+    <Compile Include="System.Configuration\ValidatorCallback.cs" />\r
+    <Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent>\r
+      xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D\r
+  </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-        <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Security.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Security.dll</HintPath>
-    </Reference>
-\r
+    <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
+      <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>\r
+      <Name>corlib\corlib-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_5-1.csproj">\r
+      <Project>{B05F1D3D-6D46-4D62-8088-1F6ECFD319EA}</Project>\r
+      <Name>System\System-net_4_5-1</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_4_5.csproj">\r
+      <Project>{F96F7491-66DB-4291-8803-F2F165B33B55}</Project>\r
+      <Name>System.XML\System.Xml-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Security\System.Security-net_4_5.csproj">\r
+      <Project>{C7510E1F-66A4-4076-B87B-889E219AAB3F}</Project>\r
+      <Name>System.Security\System.Security-net_4_5</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
-</Project>\r
-
+</Project>