Files
Umbraco-CMS/umbraco/umbraco.webservices/umbraco.webservices.csproj
Shandem f6d0d043b5 DO NOT DOWNLOAD. DOWNLOAT LATEST STABLE FROM RELEASE TAB
Created 4.1.0 branch

[TFS Changeset #55082]
2009-06-19 07:39:16 +00:00

111 lines
4.6 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F66213DE-4DA6-4CC5-BFA5-9EA27B155A55}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>umbraco.webservices</RootNamespace>
<AssemblyName>umbraco.webservices</AssemblyName>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\presentation\bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\presentation\bin\umbraco.webservices.XML</DocumentationFile>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BaseWebService.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Common.cs" />
<Compile Include="DocumentService.asmx.cs">
<DependentUpon>DocumentService.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="FileService.asmx.cs">
<DependentUpon>FileService.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="MaintanceService.asmx.cs">
<DependentUpon>MaintanceService.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="MediaService.asmx.cs">
<DependentUpon>MediaService.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="MemberService.asmx.cs">
<DependentUpon>MemberService.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StylesheetService.asmx.cs">
<DependentUpon>StylesheetService.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="TemplateService.asmx.cs">
<DependentUpon>TemplateService.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="DocumentService.asmx" />
<Content Include="FileService.asmx" />
<Content Include="MaintanceService.asmx" />
<Content Include="MediaService.asmx" />
<Content Include="MemberService.asmx" />
<Content Include="StylesheetService.asmx" />
<Content Include="TemplateService.asmx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\businesslogic\umbraco.businesslogic.csproj">
<Project>{E469A9CE-1BEC-423F-AC44-713CD72457EA}</Project>
<Name>umbraco.businesslogic</Name>
</ProjectReference>
<ProjectReference Include="..\cms\umbraco.cms.csproj">
<Project>{CCD75EC3-63DB-4184-B49D-51C1DD337230}</Project>
<Name>umbraco.cms</Name>
</ProjectReference>
<ProjectReference Include="..\presentation\umbraco.presentation.csproj">
<Project>{651E1350-91B6-44B7-BD60-7207006D7003}</Project>
<Name>umbraco.presentation</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>
-->
<PropertyGroup>
<PostBuildEvent>xcopy "$(ProjectDir)*.asmx" "$(ProjectDir)..\presentation\umbraco\webservices\api\*.asmx" /Y</PostBuildEvent>
</PropertyGroup>
</Project>