|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup> |
| 4 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 | + <ProjectGuid>{FE0D19AF-A6BE-4A68-BC1D-F52F3A17E2A0}</ProjectGuid> |
| 7 | + <OutputType>Library</OutputType> |
| 8 | + <NoStandardLibraries>false</NoStandardLibraries> |
| 9 | + <AssemblyName>ClassLibrary</AssemblyName> |
| 10 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 11 | + <FileAlignment>512</FileAlignment> |
| 12 | + </PropertyGroup> |
| 13 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 14 | + <DebugSymbols>true</DebugSymbols> |
| 15 | + <DebugType>full</DebugType> |
| 16 | + <Optimize>false</Optimize> |
| 17 | + <OutputPath>bin\Debug\</OutputPath> |
| 18 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 19 | + <ErrorReport>prompt</ErrorReport> |
| 20 | + <WarningLevel>4</WarningLevel> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 23 | + <DebugType>pdbonly</DebugType> |
| 24 | + <Optimize>true</Optimize> |
| 25 | + <OutputPath>bin\Release\</OutputPath> |
| 26 | + <DefineConstants>TRACE</DefineConstants> |
| 27 | + <ErrorReport>prompt</ErrorReport> |
| 28 | + <WarningLevel>4</WarningLevel> |
| 29 | + </PropertyGroup> |
| 30 | + <PropertyGroup> |
| 31 | + <RootNamespace>Microsoft.PowerShell.Commands.Management</RootNamespace> |
| 32 | + </PropertyGroup> |
| 33 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UNIX|AnyCPU'"> |
| 34 | + <OutputPath>bin\UNIX\</OutputPath> |
| 35 | + </PropertyGroup> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CORECLR|AnyCPU'"> |
| 37 | + <OutputPath>bin\CORECLR\</OutputPath> |
| 38 | + </PropertyGroup> |
| 39 | + <ItemGroup> |
| 40 | + <Reference Include="Microsoft.CSharp" /> |
| 41 | + <Reference Include="System" /> |
| 42 | + <Reference Include="System.Core" /> |
| 43 | + <Reference Include="System.Data" /> |
| 44 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 45 | + <Reference Include="System.Xml" /> |
| 46 | + <Reference Include="System.Xml.Linq" /> |
| 47 | + </ItemGroup> |
| 48 | + <ItemGroup> |
| 49 | + <Compile Include="AssemblyInfo.cs" /> |
| 50 | + <Compile Include="cimSupport\cmdletization\cim\cimChildJobBase.cs" /> |
| 51 | + <Compile Include="cimSupport\cmdletization\cim\cimCmdletDefinitionContext.cs" /> |
| 52 | + <Compile Include="cimSupport\cmdletization\cim\cimCmdletInvocationContext.cs" /> |
| 53 | + <Compile Include="cimSupport\cmdletization\cim\cimConverter.cs" /> |
| 54 | + <Compile Include="cimSupport\cmdletization\cim\cimJobContext.cs" /> |
| 55 | + <Compile Include="cimSupport\cmdletization\cim\CimJobException.cs" /> |
| 56 | + <Compile Include="cimSupport\cmdletization\cim\cimOperationOptionsHelper.cs" /> |
| 57 | + <Compile Include="cimSupport\cmdletization\cim\cimQuery.cs" /> |
| 58 | + <Compile Include="cimSupport\cmdletization\cim\cimWrapper.cs" /> |
| 59 | + <Compile Include="cimSupport\cmdletization\cim\clientSideQuery.cs" /> |
| 60 | + <Compile Include="cimSupport\cmdletization\cim\CreateInstanceJob.cs" /> |
| 61 | + <Compile Include="cimSupport\cmdletization\cim\DeleteInstanceJob.cs" /> |
| 62 | + <Compile Include="cimSupport\cmdletization\cim\EnumerateAssociatedInstancesJob.cs" /> |
| 63 | + <Compile Include="cimSupport\cmdletization\cim\ExtrinsicMethodInvocationJob.cs" /> |
| 64 | + <Compile Include="cimSupport\cmdletization\cim\InstanceMethodInvocationJob.cs" /> |
| 65 | + <Compile Include="cimSupport\cmdletization\cim\MethodInvocationJobBase.cs" /> |
| 66 | + <Compile Include="cimSupport\cmdletization\cim\ModifyInstanceJob.cs" /> |
| 67 | + <Compile Include="cimSupport\cmdletization\cim\PropertySettingJob.cs" /> |
| 68 | + <Compile Include="cimSupport\cmdletization\cim\QueryJob.cs" /> |
| 69 | + <Compile Include="cimSupport\cmdletization\cim\QueryJobBase.cs" /> |
| 70 | + <Compile Include="cimSupport\cmdletization\cim\StaticMethodInvocationJob.cs" /> |
| 71 | + <Compile Include="cimSupport\cmdletization\cim\TerminatingErrorTracker.cs" /> |
| 72 | + <Compile Include="cimSupport\cmdletization\SessionBasedWrapper.cs" /> |
| 73 | + <Compile Include="commands\management\AddContentCommand.cs" /> |
| 74 | + <Compile Include="commands\management\CIMHelper.cs" /> |
| 75 | + <Compile Include="commands\management\ClearContentCommand.cs" /> |
| 76 | + <Compile Include="commands\management\ClearPropertyCommand.cs" /> |
| 77 | + <Compile Include="commands\management\ClearRecycleBinCommand.cs" /> |
| 78 | + <Compile Include="commands\management\CombinePathCommand.cs" /> |
| 79 | + <Compile Include="commands\management\CommandsCommon.cs" /> |
| 80 | + <Compile Include="commands\management\CommitTransactionCommand.cs" /> |
| 81 | + <Compile Include="commands\management\Computer.cs" /> |
| 82 | + <Compile Include="commands\management\ContentCommandBase.cs" /> |
| 83 | + <Compile Include="commands\management\ControlPanelItemCommand.cs" /> |
| 84 | + <Compile Include="commands\management\ConvertPathCommand.cs" /> |
| 85 | + <Compile Include="commands\management\CopyPropertyCommand.cs" /> |
| 86 | + <Compile Include="commands\management\Eventlog.cs" /> |
| 87 | + <Compile Include="commands\management\GetChildrenCommand.cs" /> |
| 88 | + <Compile Include="commands\management\GetClipboardCommand.cs" /> |
| 89 | + <Compile Include="commands\management\GetComputerInfoCommand.cs" /> |
| 90 | + <Compile Include="commands\management\GetContentCommand.cs" /> |
| 91 | + <Compile Include="commands\management\GetPropertyCommand.cs" /> |
| 92 | + <Compile Include="commands\management\GetTransactionCommand.cs" /> |
| 93 | + <Compile Include="commands\management\GetWMIObjectCommand.cs" /> |
| 94 | + <Compile Include="commands\management\Hotfix.cs" /> |
| 95 | + <Compile Include="commands\management\InvokeWMIMethodCommand.cs" /> |
| 96 | + <Compile Include="commands\management\MovePropertyCommand.cs" /> |
| 97 | + <Compile Include="commands\management\Navigation.cs" /> |
| 98 | + <Compile Include="commands\management\NewPropertyCommand.cs" /> |
| 99 | + <Compile Include="commands\management\ParsePathCommand.cs" /> |
| 100 | + <Compile Include="commands\management\PassThroughContentCommandBase.cs" /> |
| 101 | + <Compile Include="commands\management\PassThroughPropertyCommandBase.cs" /> |
| 102 | + <Compile Include="commands\management\PingPathCommand.cs" /> |
| 103 | + <Compile Include="commands\management\Process.cs" /> |
| 104 | + <Compile Include="commands\management\PropertyCommandBase.cs" /> |
| 105 | + <Compile Include="commands\management\RegisterWMIEventCommand.cs" /> |
| 106 | + <Compile Include="commands\management\RemovePropertyCommand.cs" /> |
| 107 | + <Compile Include="commands\management\RemoveWMIObjectCommand.cs" /> |
| 108 | + <Compile Include="commands\management\RenamePropertyCommand.cs" /> |
| 109 | + <Compile Include="commands\management\ResolvePathCommand.cs" /> |
| 110 | + <Compile Include="commands\management\RollbackTransactionCommand.cs" /> |
| 111 | + <Compile Include="commands\management\Service.cs" /> |
| 112 | + <Compile Include="commands\management\SetClipboardCommand.cs" /> |
| 113 | + <Compile Include="commands\management\SetContentCommand.cs" /> |
| 114 | + <Compile Include="commands\management\SetPropertyCommand.cs" /> |
| 115 | + <Compile Include="commands\management\SetWMIInstanceCommand.cs" /> |
| 116 | + <Compile Include="commands\management\StartTransactionCommand.cs" /> |
| 117 | + <Compile Include="commands\management\UseTransactionCommand.cs" /> |
| 118 | + <Compile Include="commands\management\WebServiceProxy.cs" /> |
| 119 | + <Compile Include="commands\management\WMIHelper.cs" /> |
| 120 | + <Compile Include="commands\management\WriteContentCommandBase.cs" /> |
| 121 | + <Compile Include="gen\ClearRecycleBinResources.cs" /> |
| 122 | + <Compile Include="gen\ClipboardResources.cs" /> |
| 123 | + <Compile Include="gen\CmdletizationResources.cs" /> |
| 124 | + <Compile Include="gen\ComputerInfoResources.cs" /> |
| 125 | + <Compile Include="gen\ComputerResources.cs" /> |
| 126 | + <Compile Include="gen\ControlPanelResources.cs" /> |
| 127 | + <Compile Include="gen\EventlogResources.cs" /> |
| 128 | + <Compile Include="gen\HotFixResources.cs" /> |
| 129 | + <Compile Include="gen\ManagementMshSnapInResources.cs" /> |
| 130 | + <Compile Include="gen\NavigationResources.cs" /> |
| 131 | + <Compile Include="gen\ProcessCommandHelpResources.cs" /> |
| 132 | + <Compile Include="gen\ProcessResources.cs" /> |
| 133 | + <Compile Include="gen\ServiceResources.cs" /> |
| 134 | + <Compile Include="gen\TransactionResources.cs" /> |
| 135 | + <Compile Include="gen\WebServiceResources.cs" /> |
| 136 | + <Compile Include="gen\WmiResources.cs" /> |
| 137 | + <Compile Include="singleshell\installer\MshManagementMshSnapin.cs" /> |
| 138 | + </ItemGroup> |
| 139 | + <ItemGroup> |
| 140 | + <None Include="map.json" /> |
| 141 | + <None Include="project.json" /> |
| 142 | + </ItemGroup> |
| 143 | + <ItemGroup> |
| 144 | + <EmbeddedResource Include="resources\ClearRecycleBinResources.resx" /> |
| 145 | + <EmbeddedResource Include="resources\ClipboardResources.resx" /> |
| 146 | + <EmbeddedResource Include="resources\CmdletizationResources.resx" /> |
| 147 | + <EmbeddedResource Include="resources\ComputerInfoResources.resx" /> |
| 148 | + <EmbeddedResource Include="resources\ComputerResources.resx" /> |
| 149 | + <EmbeddedResource Include="resources\ControlPanelResources.resx" /> |
| 150 | + <EmbeddedResource Include="resources\EventlogResources.resx" /> |
| 151 | + <EmbeddedResource Include="resources\HotFixResources.resx" /> |
| 152 | + <EmbeddedResource Include="resources\ManagementMshSnapInResources.resx" /> |
| 153 | + <EmbeddedResource Include="resources\NavigationResources.resx" /> |
| 154 | + <EmbeddedResource Include="resources\ProcessCommandHelpResources.resx" /> |
| 155 | + <EmbeddedResource Include="resources\ProcessResources.resx" /> |
| 156 | + <EmbeddedResource Include="resources\ServiceResources.resx" /> |
| 157 | + <EmbeddedResource Include="resources\TransactionResources.resx" /> |
| 158 | + <EmbeddedResource Include="resources\WebServiceResources.resx" /> |
| 159 | + <EmbeddedResource Include="resources\WmiResources.resx" /> |
| 160 | + </ItemGroup> |
| 161 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" /> |
| 162 | + <ProjectExtensions> |
| 163 | + <VisualStudio AllowExistingFolder="true" /> |
| 164 | + </ProjectExtensions> |
| 165 | +</Project> |
0 commit comments