Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dir.props « System.DirectoryServices « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a2542eb5ffbef4fae69a78dce95f98fbc892079 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\dir.props" />
  <PropertyGroup>
    <!-- this assembly is inbox in desktop, do not version it unless you
         plan on shipping a new desktop version out of band. Instead add API
         to a different assembly. -->
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
    <AssemblyKey>MSFT</AssemblyKey>
  </PropertyGroup>
</Project>