mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
175 lines
7.7 KiB
XML
175 lines
7.7 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>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{DFD137A2-DDB5-4D22-BE0D-FA9AD4C8B059}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Orchard.Packaging</RootNamespace>
|
|
<AssemblyName>Orchard.Packaging</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>..\..\..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="NuGet.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\lib\nuget\NuGet.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data.Services.Client" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AdminMenu.cs" />
|
|
<Compile Include="Commands\PackagingCommands.cs" />
|
|
<Compile Include="Controllers\PackagingServicesController.cs" />
|
|
<Compile Include="Controllers\DownloadStreamResult.cs" />
|
|
<Compile Include="Controllers\GalleryController.cs" />
|
|
<Compile Include="DefaultPackagingUpdater.cs" />
|
|
<Compile Include="Migrations.cs" />
|
|
<Compile Include="Models\PackagingSource.cs" />
|
|
<Compile Include="ResourceManifest.cs" />
|
|
<Compile Include="Service References\GalleryServer\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.datasvcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Services\AtomExtensions.cs" />
|
|
<Compile Include="Services\ExtensionReferenceRepository.cs" />
|
|
<Compile Include="Services\FileBaseProjectSystem.cs" />
|
|
<Compile Include="Services\IPackageBuilder.cs" />
|
|
<Compile Include="Services\IPackageInstaller.cs" />
|
|
<Compile Include="Services\IPackageManager.cs" />
|
|
<Compile Include="Services\IPackagingSourceManager.cs" />
|
|
<Compile Include="Services\NugetLogger.cs" />
|
|
<Compile Include="Services\PackageBuilder.cs" />
|
|
<Compile Include="Services\PackageData.cs" />
|
|
<Compile Include="Services\PackageInstaller.cs" />
|
|
<Compile Include="Services\PackageManager.cs" />
|
|
<Compile Include="Services\PackagingEntry.cs" />
|
|
<Compile Include="Services\PackagingSourceManager.cs" />
|
|
<Compile Include="ViewModels\PackagingAddSourceViewModel.cs" />
|
|
<Compile Include="ViewModels\PackagingHarvestViewModel.cs" />
|
|
<Compile Include="ViewModels\PackagingExtensionsViewModel.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ViewModels\PackagingSourcesViewModel.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Module.txt" />
|
|
<Content Include="Service References\GalleryServer\Reference.datasvcmap">
|
|
<Generator>DataServiceClientGenerator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</Content>
|
|
<Content Include="Styles\orchard-packaging-admin.css" />
|
|
<Content Include="Views\Gallery\AddSource.cshtml" />
|
|
<Content Include="Views\Gallery\Modules.cshtml" />
|
|
<Content Include="Views\Gallery\Sources.cshtml" />
|
|
<Content Include="Views\Web.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\PackagingServices\AddModule.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
<Name>Orchard.Framework</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Content\Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Scripts\Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Styles\Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Gallery\Themes.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\PackagingServices\AddTheme.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ServiceReferenceMetadataStorage Include="Service References\GalleryServer\">
|
|
<Type>datasvcmap</Type>
|
|
</ServiceReferenceMetadataStorage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Service References\GalleryServer\service.edmx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.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" Condition="'$(MvcBuildViews)'=='true'">
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
|
|
</Target>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>False</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>40980</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>
|
|
</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>True</UseCustomServer>
|
|
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |