mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-08-24 09:03:32 +08:00
Remove tabs and format file
--HG-- branch : dev
This commit is contained in:
parent
23b101a644
commit
6d082f2ce3
12
Orchard.proj
12
Orchard.proj
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<!-- Initialization -->
|
||||
<!-- Initialization -->
|
||||
|
||||
<PropertyGroup>
|
||||
<LibFolder>$(MSBuildProjectDirectory)\lib</LibFolder>
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
<Import Project="$(LibFolder)\msbuild\MSBuild.Community.Tasks.Targets"/>
|
||||
|
||||
<!-- Coordinating Targets -->
|
||||
<!-- Coordinating Targets -->
|
||||
|
||||
<Target Name ="Build">
|
||||
<CallTarget Targets="Clean"/>
|
||||
@ -44,7 +44,7 @@
|
||||
</Target>
|
||||
|
||||
|
||||
<!-- Building -->
|
||||
<!-- Building -->
|
||||
|
||||
<Target Name="Clean">
|
||||
<MSBuild Projects="$(SrcFolder)\Orchard.sln" Targets="Clean" />
|
||||
@ -59,7 +59,7 @@
|
||||
</Target>
|
||||
|
||||
|
||||
<!-- Testing -->
|
||||
<!-- Testing -->
|
||||
|
||||
<Target Name ="Test">
|
||||
<PropertyGroup>
|
||||
@ -92,7 +92,7 @@
|
||||
<NUnit Assemblies="@(SpecAssemblies)" ToolPath="$(LibFolder)\nunit" />
|
||||
</Target>
|
||||
|
||||
<!-- Packaging -->
|
||||
<!-- Packaging -->
|
||||
|
||||
<UsingTask AssemblyFile="$(CompileFolder)\MSBuild.Orchard.Tasks.dll" TaskName="MSBuild.Orchard.Tasks.StageProjectAlteration" />
|
||||
|
||||
@ -168,7 +168,7 @@
|
||||
<Zip Files="@(Zip-Source)" WorkingDirectory="$(MSBuildProjectDirectory)" ZipFileName="$(SourceFolder)\Orchard.Source.zip" />
|
||||
</Target>
|
||||
|
||||
<!-- Profiling -->
|
||||
<!-- Profiling -->
|
||||
|
||||
<Target Name="Profiling-Stage">
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user