Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-02-09 15:25:18 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-09 15:25:18 +0400
commit91d40d754d6a908fa82fec5f29ff40fbbc6ac45d (patch)
tree64e71f7f6017a7d2c7aabcc8f44891266ed5d2d9 /mcs/class/System.Management
parent0e72f48e8155abb012e5429fbf879f3720f863e6 (diff)
Update class library csproj files
Diffstat (limited to 'mcs/class/System.Management')
-rw-r--r--mcs/class/System.Management/System.Management-net_4_5.csproj151
1 files changed, 151 insertions, 0 deletions
diff --git a/mcs/class/System.Management/System.Management-net_4_5.csproj b/mcs/class/System.Management/System.Management-net_4_5.csproj
new file mode 100644
index 00000000000..b71f794ed46
--- /dev/null
+++ b/mcs/class/System.Management/System.Management-net_4_5.csproj
@@ -0,0 +1,151 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>mscorlib</RootNamespace>
+ <AssemblyName>System.Management</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <StartupObject>
+ </StartupObject>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Management\AuthenticationLevel.cs" />
+ <Compile Include="System.Management\CimType.cs" />
+ <Compile Include="System.Management\CodeLanguage.cs" />
+ <Compile Include="System.Management\ComparisonSettings.cs" />
+ <Compile Include="System.Management\CompletedEventArgs.cs" />
+ <Compile Include="System.Management\CompletedEventHandler.cs" />
+ <Compile Include="System.Management\ConnectionOptions.cs" />
+ <Compile Include="System.Management\DeleteOptions.cs" />
+ <Compile Include="System.Management\EnumerationOptions.cs" />
+ <Compile Include="System.Management\EventArrivedEventArgs.cs" />
+ <Compile Include="System.Management\EventArrivedEventHandler.cs" />
+ <Compile Include="System.Management\EventQuery.cs" />
+ <Compile Include="System.Management\EventWatcherOptions.cs" />
+ <Compile Include="System.Management\ImpersonationLevel.cs" />
+ <Compile Include="System.Management\InvokeMethodOptions.cs" />
+ <Compile Include="System.Management\ManagementBaseObject.cs" />
+ <Compile Include="System.Management\ManagementClass.cs" />
+ <Compile Include="System.Management\ManagementDateTimeConverter.cs" />
+ <Compile Include="System.Management\ManagementEventArgs.cs" />
+ <Compile Include="System.Management\ManagementEventWatcher.cs" />
+ <Compile Include="System.Management\ManagementException.cs" />
+ <Compile Include="System.Management\ManagementNamedValueCollection.cs" />
+ <Compile Include="System.Management\ManagementObject.cs" />
+ <Compile Include="System.Management\ManagementObjectCollection.cs" />
+ <Compile Include="System.Management\ManagementObjectSearcher.cs" />
+ <Compile Include="System.Management\ManagementOperationObserver.cs" />
+ <Compile Include="System.Management\ManagementOptions.cs" />
+ <Compile Include="System.Management\ManagementPath.cs" />
+ <Compile Include="System.Management\ManagementQuery.cs" />
+ <Compile Include="System.Management\ManagementScope.cs" />
+ <Compile Include="System.Management\ManagementStatus.cs" />
+ <Compile Include="System.Management\MethodData.cs" />
+ <Compile Include="System.Management\MethodDataCollection.cs" />
+ <Compile Include="System.Management\ObjectGetOptions.cs" />
+ <Compile Include="System.Management\ObjectPutEventArgs.cs" />
+ <Compile Include="System.Management\ObjectPutEventHandler.cs" />
+ <Compile Include="System.Management\ObjectQuery.cs" />
+ <Compile Include="System.Management\ObjectReadyEventArgs.cs" />
+ <Compile Include="System.Management\ObjectReadyEventHandler.cs" />
+ <Compile Include="System.Management\ProgressEventArgs.cs" />
+ <Compile Include="System.Management\ProgressEventHandler.cs" />
+ <Compile Include="System.Management\PropertyData.cs" />
+ <Compile Include="System.Management\PropertyDataCollection.cs" />
+ <Compile Include="System.Management\PutOptions.cs" />
+ <Compile Include="System.Management\PutType.cs" />
+ <Compile Include="System.Management\QualifierData.cs" />
+ <Compile Include="System.Management\QualifierDataCollection.cs" />
+ <Compile Include="System.Management\RelatedObjectQuery.cs" />
+ <Compile Include="System.Management\RelationshipQuery.cs" />
+ <Compile Include="System.Management\SelectQuery.cs" />
+ <Compile Include="System.Management\StoppedEventArgs.cs" />
+ <Compile Include="System.Management\StoppedEventHandler.cs" />
+ <Compile Include="System.Management\TextFormat.cs" />
+ <Compile Include="System.Management\WqlEventQuery.cs" />
+ <Compile Include="System.Management\WqlObjectQuery.cs" />
+ <Compile Include="System.Management.Instrumentation\BaseEvent.cs" />
+ <Compile Include="System.Management.Instrumentation\DefaultManagementProjectInstaller.cs" />
+ <Compile Include="System.Management.Instrumentation\IEvent.cs" />
+ <Compile Include="System.Management.Instrumentation\IInstance.cs" />
+ <Compile Include="System.Management.Instrumentation\IgnoreMemberAttribute.cs" />
+ <Compile Include="System.Management.Instrumentation\Instance.cs" />
+ <Compile Include="System.Management.Instrumentation\Instrumentation.cs" />
+ <Compile Include="System.Management.Instrumentation\InstrumentationClassAttribute.cs" />
+ <Compile Include="System.Management.Instrumentation\InstrumentationType.cs" />
+ <Compile Include="System.Management.Instrumentation\InstrumentedAttribute.cs" />
+ <Compile Include="System.Management.Instrumentation\ManagedNameAttribute.cs" />
+ <Compile Include="System.Management.Instrumentation\ManagementInstaller.cs" />
+
+ </ItemGroup>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent></PreBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Configuration.Install.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Configuration.Install.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+
+</Project>
+