mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12874 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
271 lines
14 KiB
XML
271 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" 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>{55907DD1-87C0-4544-AFBC-4B9761E2CFBA}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WcfCmisWSTests</RootNamespace>
|
|
<AssemblyName>WcfCmisWSTests</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>build\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.core, Version=2.4.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.core.extensions, Version=2.4.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.core.interfaces, Version=2.4.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.core.tests, Version=2.4.5.0, Culture=neutral, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.extensions.tests, Version=2.4.5.0, Culture=neutral, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.fixtures, Version=2.4.5.0, Culture=neutral, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.framework, Version=2.4.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.framework.extensions, Version=2.4.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.mocks, Version=2.4.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.uikit, Version=2.4.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.uikit.tests, Version=2.4.5.0, Culture=neutral, processorArchitecture=MSIL" />
|
|
<Reference Include="nunit.util, Version=2.4.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization">
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.ServiceModel">
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<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="Source\AbstractCmisServicesHelper.cs" />
|
|
<Compile Include="Source\FolderCreatorStrategy.cs" />
|
|
<Compile Include="Source\CmisManipulationsStrategy.cs" />
|
|
<Compile Include="Source\CmisTypesConverter.cs" />
|
|
<Compile Include="Source\DiscoveryServiceClientTest.cs" />
|
|
<Compile Include="Source\DocumentCreatorStrategy.cs" />
|
|
<Compile Include="Source\MultiFilingServiceClientTest.cs" />
|
|
<Compile Include="Source\NavigationServiceClientTest.cs" />
|
|
<Compile Include="Source\NavigationServiceToObjectServiceTypesConverter.cs" />
|
|
<Compile Include="Source\ObjectServiceClientTest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Source\RepositoryServiceClientTest.cs" />
|
|
<Compile Include="Source\SecurityMessageHeader.cs" />
|
|
<Compile Include="Service References\DiscoveryService\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Service References\MultiFilingService\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Service References\NavigationService\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Service References\ObjectService\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Service References\RepositoryService\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Service References\VersioningService\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\SoapRequestHeaderProcessorAttribute.cs" />
|
|
<Compile Include="Source\SoapRequestMassagesInspector.cs" />
|
|
<Compile Include="Source\VersioningServiceToObjectServiceTypesConverter.cs" />
|
|
<Compile Include="Source\VersioninServiceClientTest.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="Service References\RepositoryService\RepositoryService.wsdl" />
|
|
<None Include="Service References\RepositoryService\RepositoryServicePort.wsdl" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadataStorage Include="Service References\DiscoveryService\" />
|
|
<WCFMetadataStorage Include="Service References\MultiFilingService\" />
|
|
<WCFMetadataStorage Include="Service References\NavigationService\" />
|
|
<WCFMetadataStorage Include="Service References\ObjectService\" />
|
|
<WCFMetadataStorage Include="Service References\RepositoryService\" />
|
|
<WCFMetadataStorage Include="Service References\VersioningService\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\RepositoryService\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\RepositoryService\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Properties\DataSources\System.Xml.XmlElement.datasource" />
|
|
<None Include="Service References\ObjectService\ObjectService.wsdl" />
|
|
<None Include="Service References\ObjectService\ObjectServicePort.wsdl" />
|
|
<None Include="Service References\RepositoryService\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Service References\RepositoryService\WcfCmisWSTests.RepositoryService.cmisAnyXml.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\RepositoryService\WcfCmisWSTests.RepositoryService.cmisRepositoryCapabilitiesType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\RepositoryService\WcfCmisWSTests.RepositoryService.cmisRepositoryEntryType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\RepositoryService\WcfCmisWSTests.RepositoryService.cmisTypeDefinitionType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\ObjectService\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\ObjectService\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\NavigationService\NavigationService.wsdl" />
|
|
<None Include="Service References\NavigationService\NavigationServicePort.wsdl" />
|
|
<None Include="Service References\ObjectService\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Service References\ObjectService\WcfCmisWSTests.ObjectService.cmisAllowableActionsType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\ObjectService\WcfCmisWSTests.ObjectService.cmisContentStreamType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\ObjectService\WcfCmisWSTests.ObjectService.cmisObjectType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\NavigationService\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\NavigationService\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\NavigationService\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Service References\NavigationService\WcfCmisWSTests.NavigationService.cmisObjectType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\VersioningService\VersioningService.wsdl" />
|
|
<None Include="Service References\VersioningService\VersioningServicePort.wsdl" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\VersioningService\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\VersioningService\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\DiscoveryService\DiscoveryService.wsdl" />
|
|
<None Include="Service References\DiscoveryService\DiscoveryServicePort.wsdl" />
|
|
<None Include="Service References\VersioningService\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Service References\VersioningService\WcfCmisWSTests.VersioningService.cmisObjectType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\DiscoveryService\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\DiscoveryService\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\DiscoveryService\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Service References\DiscoveryService\WcfCmisWSTests.DiscoveryService.cmisObjectType.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\MultiFilingService\MultiFilingService.wsdl" />
|
|
<None Include="Service References\MultiFilingService\MultiFilingServicePort.wsdl" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\MultiFilingService\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\MultiFilingService\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\MultiFilingService\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Properties\log4net\log4net.dll" />
|
|
<Content Include="Properties\log4net\log4net.xml" />
|
|
<Content Include="Properties\NUnit\nunit.core.dll" />
|
|
<Content Include="Properties\NUnit\nunit.core.extensions.dll" />
|
|
<Content Include="Properties\NUnit\nunit.core.interfaces.dll" />
|
|
<Content Include="Properties\NUnit\nunit.core.tests.dll" />
|
|
<Content Include="Properties\NUnit\nunit.extensions.tests.dll" />
|
|
<Content Include="Properties\NUnit\nunit.fixtures.dll" />
|
|
<Content Include="Properties\NUnit\nunit.framework.dll" />
|
|
<Content Include="Properties\NUnit\nunit.framework.extensions.dll" />
|
|
<Content Include="Properties\NUnit\nunit.framework.xml" />
|
|
<Content Include="Properties\NUnit\nunit.mocks.dll" />
|
|
<Content Include="Properties\NUnit\nunit.uikit.dll" />
|
|
<Content Include="Properties\NUnit\nunit.uikit.tests.dll" />
|
|
<Content Include="Properties\NUnit\nunit.util.dll" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Target Name="BeforeBuild">
|
|
<RemoveDir Directories="build" ContinueOnError="true" />
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
<RemoveDir Directories="obj" />
|
|
</Target>
|
|
<!-- 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.
|
|
-->
|
|
</Project> |