<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<ProjectGuid>{f0e68f65-b217-48bb-8b98-28fd3bdf9afe}</ProjectGuid>
<OutputPath>.</OutputPath>
<OutputType>Library</OutputType>
<AssemblyName>System.Management</AssemblyName>
<UseVSHostingProcess>False</UseVSHostingProcess>
<NoStdLib>True</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<DefineConstants>CODE_ANALYSIS_BASELINE;FEATURE_LEGACYSURFACEAREA;FEATURE_UTF32;FEATURE_UTF7;TRACE;RETAIL;WIN32;PRODUCTION_BUILD</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\clr\src\bcl\mscorlib.csproj">
<Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\System.csproj">
<Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
<Name>System</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.JScript" />
<Reference Include="System.Configuration.Install" />
</ItemGroup>
<ItemGroup>
<Compile Include="assemblyinfo.cs" />
<Compile Include="Instrumentation\AssemblyNameUtility.cs" />
<Compile Include="Instrumentation\Attributes.cs" />
<Compile Include="Instrumentation\CodeSpit.cs" />
<Compile Include="Instrumentation\EventSource.cs" />
<Compile Include="Instrumentation\Instrumentation.cs" />
<Compile Include="Instrumentation\ManagementInstaller.cs" />
<Compile Include="Instrumentation\MetaDataInfo.cs" />
<Compile Include="Instrumentation\SchemaMapping.cs" />
<Compile Include="Instrumentation\SchemaRegistration.cs" />
<Compile Include="Instrumentation\WMICapabilities.cs" />
<Compile Include="InteropClasses\WMIInterop.cs" />
<Compile Include="managementbaseobject.cs" />
<Compile Include="managementclass.cs" />
<Compile Include="ManagementDatetime.cs" />
<Compile Include="managementeventargs.cs" />
<Compile Include="managementeventwatcher.cs" />
<Compile Include="managementexception.cs" />
<Compile Include="managementnamedvaluecollection.cs" />
<Compile Include="managementobject.cs" />
<Compile Include="managementobjectcollection.cs" />
<Compile Include="managementobjectsearcher.cs" />
<Compile Include="managementoperationwatcher.cs" />
<Compile Include="managementoptions.cs" />
<Compile Include="managementpath.cs" />
<Compile Include="managementquery.cs" />
<Compile Include="managementscope.cs" />
<Compile Include="method.cs" />
<Compile Include="methodset.cs" />
<Compile Include="MgmtResManager.cs" />
<Compile Include="property.cs" />
<Compile Include="propertyset.cs" />
<Compile Include="qualifier.cs" />
<Compile Include="qualifierset.cs" />
<Compile Include="wmieventsink.cs" />
<Compile Include="WmiGenerator.cs" />
<Compile Include="wmiutil.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> |