mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
156 lines
6.5 KiB
XML
156 lines
6.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" 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>{71A006E0-85BD-4CC4-ADF9-B548D5CA72A7}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>OrchardCLI</RootNamespace>
|
|
<AssemblyName>OrchardCLI</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<TargetFrameworkProfile />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Orchard\ApplicationObject.cs">
|
|
<Link>ApplicationObject.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\HostContext\CommandHostContext.cs">
|
|
<Link>HostContext\CommandHostContext.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\HostContext\CommandHostContextProvider.cs">
|
|
<Link>HostContext\CommandHostContextProvider.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\HostContext\ICommandHostContextProvider.cs">
|
|
<Link>HostContext\ICommandHostContextProvider.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\Host\CommandHost.cs">
|
|
<Link>Host\CommandHost.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\IOrchardParametersParser.cs">
|
|
<Link>IOrchardParametersParser.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\Logger.cs">
|
|
<Link>Logger.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\OrchardParameters.cs">
|
|
<Link>OrchardParameters.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\OrchardParametersParser.cs">
|
|
<Link>OrchardParametersParser.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\Parameters\CommandLineParser.cs">
|
|
<Link>Parameters\CommandLineParser.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\Parameters\CommandParameters.cs">
|
|
<Link>Parameters\CommandParameters.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\Parameters\CommandParametersParser.cs">
|
|
<Link>Parameters\CommandParametersParser.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\Parameters\CommandSwitch.cs">
|
|
<Link>Parameters\CommandSwitch.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\Parameters\ICommandParametersParser.cs">
|
|
<Link>Parameters\ICommandParametersParser.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\ResponseFiles\ResponseFileReader.cs">
|
|
<Link>ResponseFiles\ResponseFileReader.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Orchard\ResponseFiles\ResponseFiles.cs">
|
|
<Link>ResponseFiles\ResponseFiles.cs</Link>
|
|
</Compile>
|
|
<Compile Include="CLIHost.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- 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>
|
|
-->
|
|
</Project> |