DSInternals/Src/DSInternals.Replication.Model/DSInternals.Replication.Model.csproj
2018-12-30 22:49:17 +01:00

69 lines
3.0 KiB
XML

<?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')" />
<Import Project="..\Configuration\Common.csproj.props" />
<PropertyGroup>
<ProjectGuid>{0BCA513C-5F12-48B6-8288-D3A95EC2994A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DSInternals.Replication.Model</RootNamespace>
<AssemblyName>DSInternals.Replication.Model</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Runtime.Serialization" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Configuration\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="PartialAttributeSet.cs" />
<Compile Include="ReplicatedLinkedValueCollection.cs" />
<Compile Include="ReplicaAttributeCollection.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ReplicaAttribute.cs" />
<Compile Include="ReplicaObject.cs" />
<Compile Include="ReplicaObjectCollection.cs" />
<Compile Include="ReplicationCookie.cs" />
<Compile Include="ReplicationCursor.cs" />
<Compile Include="ReplicationResult.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DSInternals.Common\DSInternals.Common.csproj">
<Project>{7d47f040-d3a9-43ca-9f69-ef91faf2c23a}</Project>
<Name>DSInternals.Common</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>
-->
</Project>