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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-05-18 03:40:47 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-05-18 04:31:14 +0300
commitd57d91565b68717d80a60234fcefe558a02d8886 (patch)
tree50cc0afc9e031d68d1eefa0a73aa6b0d83aaeec1 /mcs/class/System.Web.ApplicationServices
parentf1bc138d686e19b1c91b43d31a65b569d4af8bb5 (diff)
[genproj] Updates to project generator and csproj files.
* Adds support for a handful of new command line arguments that we now use in the build. * Always attempts to match to a project name, to get the proper project dependency. * Update to support .exe and .dll in the generation. * Remove warnings and some dead code * Update the resulting csproj files based on running: make update-csproj make package-inputs mono genproj.exe
Diffstat (limited to 'mcs/class/System.Web.ApplicationServices')
-rw-r--r--mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices-net_4_x.csproj22
1 files changed, 12 insertions, 10 deletions
diff --git a/mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices-net_4_x.csproj b/mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices-net_4_x.csproj
index c66e6452e31..92b0bf27922 100644
--- a/mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices-net_4_x.csproj
+++ b/mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices-net_4_x.csproj
@@ -10,6 +10,7 @@
<NoWarn>1699</NoWarn>
<OutputPath>./../../class/lib/net_4_x</OutputPath>
<NoStdLib>True</NoStdLib>
+
<NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -46,22 +47,23 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Configuration\MembershipPasswordCompatibilityMode.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\IMembershipAdapter.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\MembershipCreateStatus.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\MembershipCreateUserException.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\MembershipPasswordException.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\MembershipPasswordFormat.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\MembershipProviderCollection.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\MembershipUserCollection.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\MembershipValidatePasswordEventHandler.cs" />
+ <Compile Include="..\referencesource\System.Web.ApplicationServices\Security\ValidatePasswordEventArgs.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="System.Web.Configuration\MembershipPasswordCompatibilityMode.cs" />
+ <Compile Include="ReferenceSources\SR.missing.cs" />
<Compile Include="System.Web.Security\IMembershipHelper.cs" />
- <Compile Include="System.Web.Security\MembershipCreateStatus.cs" />
- <Compile Include="System.Web.Security\MembershipCreateUserException.cs" />
- <Compile Include="System.Web.Security\MembershipPasswordException.cs" />
- <Compile Include="System.Web.Security\MembershipPasswordFormat.cs" />
<Compile Include="System.Web.Security\MembershipProvider.cs" />
- <Compile Include="System.Web.Security\MembershipProviderCollection.cs" />
<Compile Include="System.Web.Security\MembershipUser.cs" />
- <Compile Include="System.Web.Security\MembershipUserCollection.cs" />
- <Compile Include="System.Web.Security\MembershipValidatePasswordEventHandler.cs" />
<Compile Include="System.Web.Security\RoleProvider.cs" />
- <Compile Include="System.Web.Security\ValidatePasswordEventArgs.cs" />
<Compile Include="System.Web.UI\KeyedList.cs" />
<Compile Include="System.Web.UI\KeyedListEnumerator.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.