[build] Add System.Text.Encoding.CodePages dependency used for non-ascii files in...
[mono-project.git] / mcs / class / System.Management / System.Management-net_4_x.csproj
blob905897958024543543f12735b8f415131b9284d4
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{A81C8BB6-5799-49BC-849A-CB422D3F8DB9}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699</NoWarn>
12 <OutputPath>./../../class/lib/net_4_x</OutputPath>
13 <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
14 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15 <NoStdLib>True</NoStdLib>
17 <NoConfig>True</NoConfig>
19 <AppDesignerFolder>Properties</AppDesignerFolder>
20 <RootNamespace>
21 </RootNamespace>
22 <AssemblyName>System.Management</AssemblyName>
23 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
24 <FileAlignment>512</FileAlignment>
25 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28 <DebugSymbols>true</DebugSymbols>
29 <DebugType>full</DebugType>
30 <NoWarn>1699</NoWarn>
31 <Optimize>false</Optimize>
32 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37 <DebugType>pdbonly</DebugType>
38 <NoWarn>1699</NoWarn>
39 <Optimize>true</Optimize>
40 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 </PropertyGroup>
44 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
45 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
46 is a problem to compile the Mono mscorlib.dll -->
47 <PropertyGroup>
48 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
49 </PropertyGroup>
50 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51 <ItemGroup>
52 <Compile Include="..\..\build\common\Consts.cs" />
53 <Compile Include="..\..\build\common\Locale.cs" />
54 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
55 <Compile Include="Assembly\AssemblyInfo.cs" />
56 <Compile Include="System.Management.Instrumentation\BaseEvent.cs" />
57 <Compile Include="System.Management.Instrumentation\DefaultManagementProjectInstaller.cs" />
58 <Compile Include="System.Management.Instrumentation\IEvent.cs" />
59 <Compile Include="System.Management.Instrumentation\IgnoreMemberAttribute.cs" />
60 <Compile Include="System.Management.Instrumentation\IInstance.cs" />
61 <Compile Include="System.Management.Instrumentation\Instance.cs" />
62 <Compile Include="System.Management.Instrumentation\Instrumentation.cs" />
63 <Compile Include="System.Management.Instrumentation\InstrumentationClassAttribute.cs" />
64 <Compile Include="System.Management.Instrumentation\InstrumentationType.cs" />
65 <Compile Include="System.Management.Instrumentation\InstrumentedAttribute.cs" />
66 <Compile Include="System.Management.Instrumentation\ManagedNameAttribute.cs" />
67 <Compile Include="System.Management.Instrumentation\ManagementInstaller.cs" />
68 <Compile Include="System.Management\AuthenticationLevel.cs" />
69 <Compile Include="System.Management\CimType.cs" />
70 <Compile Include="System.Management\CodeLanguage.cs" />
71 <Compile Include="System.Management\ComparisonSettings.cs" />
72 <Compile Include="System.Management\CompletedEventArgs.cs" />
73 <Compile Include="System.Management\CompletedEventHandler.cs" />
74 <Compile Include="System.Management\ConnectionOptions.cs" />
75 <Compile Include="System.Management\DeleteOptions.cs" />
76 <Compile Include="System.Management\EnumerationOptions.cs" />
77 <Compile Include="System.Management\EventArrivedEventArgs.cs" />
78 <Compile Include="System.Management\EventArrivedEventHandler.cs" />
79 <Compile Include="System.Management\EventQuery.cs" />
80 <Compile Include="System.Management\EventWatcherOptions.cs" />
81 <Compile Include="System.Management\ImpersonationLevel.cs" />
82 <Compile Include="System.Management\InvokeMethodOptions.cs" />
83 <Compile Include="System.Management\ManagementBaseObject.cs" />
84 <Compile Include="System.Management\ManagementClass.cs" />
85 <Compile Include="System.Management\ManagementDateTimeConverter.cs" />
86 <Compile Include="System.Management\ManagementEventArgs.cs" />
87 <Compile Include="System.Management\ManagementEventWatcher.cs" />
88 <Compile Include="System.Management\ManagementException.cs" />
89 <Compile Include="System.Management\ManagementNamedValueCollection.cs" />
90 <Compile Include="System.Management\ManagementObject.cs" />
91 <Compile Include="System.Management\ManagementObjectCollection.cs" />
92 <Compile Include="System.Management\ManagementObjectSearcher.cs" />
93 <Compile Include="System.Management\ManagementOperationObserver.cs" />
94 <Compile Include="System.Management\ManagementOptions.cs" />
95 <Compile Include="System.Management\ManagementPath.cs" />
96 <Compile Include="System.Management\ManagementQuery.cs" />
97 <Compile Include="System.Management\ManagementScope.cs" />
98 <Compile Include="System.Management\ManagementStatus.cs" />
99 <Compile Include="System.Management\MethodData.cs" />
100 <Compile Include="System.Management\MethodDataCollection.cs" />
101 <Compile Include="System.Management\ObjectGetOptions.cs" />
102 <Compile Include="System.Management\ObjectPutEventArgs.cs" />
103 <Compile Include="System.Management\ObjectPutEventHandler.cs" />
104 <Compile Include="System.Management\ObjectQuery.cs" />
105 <Compile Include="System.Management\ObjectReadyEventArgs.cs" />
106 <Compile Include="System.Management\ObjectReadyEventHandler.cs" />
107 <Compile Include="System.Management\ProgressEventArgs.cs" />
108 <Compile Include="System.Management\ProgressEventHandler.cs" />
109 <Compile Include="System.Management\PropertyData.cs" />
110 <Compile Include="System.Management\PropertyDataCollection.cs" />
111 <Compile Include="System.Management\PutOptions.cs" />
112 <Compile Include="System.Management\PutType.cs" />
113 <Compile Include="System.Management\QualifierData.cs" />
114 <Compile Include="System.Management\QualifierDataCollection.cs" />
115 <Compile Include="System.Management\RelatedObjectQuery.cs" />
116 <Compile Include="System.Management\RelationshipQuery.cs" />
117 <Compile Include="System.Management\SelectQuery.cs" />
118 <Compile Include="System.Management\StoppedEventArgs.cs" />
119 <Compile Include="System.Management\StoppedEventHandler.cs" />
120 <Compile Include="System.Management\TextFormat.cs" />
121 <Compile Include="System.Management\WqlEventQuery.cs" />
122 <Compile Include="System.Management\WqlObjectQuery.cs" /> </ItemGroup>
123 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
124 Other similar extension points exist, see Microsoft.Common.targets.
125 <Target Name="BeforeBuild">
126 </Target>
127 <Target Name="AfterBuild">
128 </Target>
130 <PropertyGroup>
131 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
133 </PreBuildEvent>
134 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
136 </PreBuildEvent>
137 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
139 </PostBuildEvent>
140 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
142 </PostBuildEvent>
143 </PropertyGroup>
144 <ItemGroup>
145 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
146 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
147 <Name>corlib-net_4_x</Name>
148 </ProjectReference>
149 <ProjectReference Include="../System/System-net_4_x.csproj">
150 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
151 <Name>System-net_4_x</Name>
152 </ProjectReference>
153 <ProjectReference Include="../System.Configuration.Install/System.Configuration.Install-net_4_x.csproj">
154 <Project>{B144ACD4-089D-4769-8605-583FBEDB5B7C}</Project>
155 <Name>System.Configuration.Install-net_4_x</Name>
156 </ProjectReference>
157 </ItemGroup>
158 <ItemGroup>
159 <Folder Include="Properties\" />
160 </ItemGroup>
161 </Project>