You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
4.5 KiB
99 lines
4.5 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{E0A5E80A-003B-4335-A9DC-A76E2E46D38D}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.PackageManagement.Cmdlets</RootNamespace> |
|
<AssemblyName>PackageManagement.Cmdlets</AssemblyName> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
<OutputPath>..\..\..\..\..\..\AddIns\Misc\PackageManagement\</OutputPath> |
|
<TargetFrameworkProfile /> |
|
<NoWin32Manifest>False</NoWin32Manifest> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>True</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<BaseAddress>4194304</BaseAddress> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="NuGet.Core"> |
|
<HintPath>..\..\RequiredLibraries\NuGet.Core.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="Src\CmdletTerminatingError.cs" /> |
|
<Compile Include="Src\GetPackageCmdlet.cs" /> |
|
<Compile Include="Src\GetProjectCmdlet.cs" /> |
|
<Compile Include="Src\GetVSComponentModelCmdlet.cs" /> |
|
<Compile Include="Src\ICmdletTerminatingError.cs" /> |
|
<Compile Include="Src\InstallPackageCmdlet.cs" /> |
|
<Compile Include="Src\InvokeInitializePackagesCmdlet.cs" /> |
|
<Compile Include="Src\InvokeProcessPackageActionsCmdlet.cs" /> |
|
<Compile Include="Src\InvokeUpdateWorkingDirectoryCmdlet.cs" /> |
|
<Compile Include="Src\ITerminatingCmdlet.cs" /> |
|
<Compile Include="Src\OpenProjects.cs" /> |
|
<Compile Include="Src\PackageManagementCmdlet.cs" /> |
|
<Compile Include="Src\UninstallPackageCmdlet.cs" /> |
|
<Compile Include="Src\UpdatePackageCmdlet.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\Project\PackageManagement.csproj"> |
|
<Project>{AE4AB0FA-6087-4480-AF37-0FA1452B3DA1}</Project> |
|
<Name>PackageManagement</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\SharpDevelop.EnvDTE\SharpDevelop.EnvDTE.vbproj"> |
|
<Project>{6FB1260D-68A2-41A0-BB09-F5F710842E99}</Project> |
|
<Name>SharpDevelop.EnvDTE</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Src" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |