blob: d6c55ddc22b3b84b5a01515f7cb08cdd312347c9 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A3AB61BE-057D-4DD4-824C-AC174322C5D2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PortCMIS</RootNamespace>
<AssemblyName>PortCMIS</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</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>
<DocumentationFile>
</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>
<DocumentationFile>bin\Release\PortCMIS.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>portcmis.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="binding\atompub\AtomPubBinding.cs" />
<Compile Include="binding\atompub\AtomPubUtils.cs" />
<Compile Include="binding\atompub\XmlConstants.cs" />
<Compile Include="binding\atompub\XmlConverter.cs" />
<Compile Include="binding\atompub\XmlUtils.cs" />
<Compile Include="binding\atompub\XmlWalker.cs" />
<Compile Include="binding\BindingCaches.cs" />
<Compile Include="binding\BindingImpl.cs" />
<Compile Include="binding\BindingIntf.cs" />
<Compile Include="binding\BindingsConstants.cs" />
<Compile Include="binding\browser\BrowserBinding.cs" />
<Compile Include="binding\browser\BrowserConstants.cs" />
<Compile Include="binding\browser\BrowserConverter.cs" />
<Compile Include="binding\browser\BrowserUtils.cs" />
<Compile Include="binding\browser\json\Json.cs" />
<Compile Include="const\ClientVersion.cs" />
<Compile Include="binding\DateTimeHelper.cs" />
<Compile Include="binding\HttpPortable.cs" />
<Compile Include="binding\Http.cs" />
<Compile Include="binding\IOUtils.cs" />
<Compile Include="binding\Services.cs" />
<Compile Include="binding\Url.cs" />
<Compile Include="client\ClientCaches.cs" />
<Compile Include="client\ClientImpl.cs" />
<Compile Include="client\ClientIntf.cs" />
<Compile Include="client\ClientObjectFactory.cs" />
<Compile Include="client\ClientObjects.cs" />
<Compile Include="client\ClientTypes.cs" />
<Compile Include="client\ClientUtils.cs" />
<Compile Include="const\BasicPermissions.cs" />
<Compile Include="const\BindingType.cs" />
<Compile Include="const\ExtensionFeatures.cs" />
<Compile Include="const\PermissionMappingKeys.cs" />
<Compile Include="client\SessionParameterDefaults.cs" />
<Compile Include="data\DataImpl.cs" />
<Compile Include="data\DataIntf.cs" />
<Compile Include="data\Extensions.cs" />
<Compile Include="enum\Enums.cs" />
<Compile Include="exceptions\Exceptions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="const\PropertyIds.cs" />
<Compile Include="client\SessionParameter.cs" />
<Compile Include="utils\Cache.cs" />
<Compile Include="utils\Logger.cs" />
</ItemGroup>
<ItemGroup>
<None Include="portcmis.snk" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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>