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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2017-07-25 01:10:34 +0300
committerStephen Toub <stoub@microsoft.com>2017-07-25 01:10:34 +0300
commit87e8a6717b99ef9d6449ec784ce9f67de498904d (patch)
tree836e5ed9fd9e78d53838dc75fff85ade3cddaa96 /src/System.DirectoryServices.AccountManagement
parent5d79a6a348c44b57c83648c2f4ced2527da27b3a (diff)
Fix csproj file casing (#22561)
Diffstat (limited to 'src/System.DirectoryServices.AccountManagement')
-rw-r--r--src/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
index a50b48f7f3..7a653a3ece 100644
--- a/src/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
+++ b/src/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
@@ -17,10 +17,10 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
- <Compile Include="System\DirectoryServices\AccountManagement\externdll.cs" />
+ <Compile Include="System\DirectoryServices\AccountManagement\ExternDll.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\interopt.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\PrincipalSearcher.cs" />
- <Compile Include="System\DirectoryServices\AccountManagement\utils.cs" />
+ <Compile Include="System\DirectoryServices\AccountManagement\Utils.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\constants.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\Context.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\StoreCtx.cs" />
@@ -67,7 +67,7 @@
<Compile Include="System\DirectoryServices\AccountManagement\AD\QBEMatchType.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\AD\SidList.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\AD\ADDNConstraintLinkedAttrSet.cs" />
- <Compile Include="System\DirectoryServices\AccountManagement\AD\dspropertycollection.cs" />
+ <Compile Include="System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs" />
<Compile Include="System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs" />