.csproj and .sln files added with added files and project respectively + randow password generator
This commit is contained in:
parent
0cb357a536
commit
1c22be13be
5 changed files with 95 additions and 21 deletions
|
@ -539,6 +539,48 @@
|
|||
<Compile Include="ProviderControls\hMailServer5_Settings.ascx.designer.cs">
|
||||
<DependentUpon>hMailServer5_Settings.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditAccount.ascx.cs">
|
||||
<DependentUpon>IceWarp_EditAccount.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditAccount.ascx.designer.cs">
|
||||
<DependentUpon>IceWarp_EditAccount.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditDomain.ascx.cs">
|
||||
<DependentUpon>IceWarp_EditDomain.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditDomain.ascx.designer.cs">
|
||||
<DependentUpon>IceWarp_EditDomain.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditForwarding.ascx.cs">
|
||||
<DependentUpon>IceWarp_EditForwarding.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditForwarding.ascx.designer.cs">
|
||||
<DependentUpon>IceWarp_EditForwarding.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditGroup.ascx.cs">
|
||||
<DependentUpon>IceWarp_EditGroup.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditGroup.ascx.designer.cs">
|
||||
<DependentUpon>IceWarp_EditGroup.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditList.ascx.cs">
|
||||
<DependentUpon>IceWarp_EditList.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_EditList.ascx.designer.cs">
|
||||
<DependentUpon>IceWarp_EditList.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_Settings.ascx.cs">
|
||||
<DependentUpon>IceWarp_Settings.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\IceWarp_Settings.ascx.designer.cs">
|
||||
<DependentUpon>IceWarp_Settings.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProviderControls\Lync_Settings.ascx.cs">
|
||||
<DependentUpon>Lync_Settings.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
@ -4125,6 +4167,12 @@
|
|||
<Content Include="ProviderControls\CRM2011_Settings.ascx" />
|
||||
<Content Include="ProviderControls\EnterpriseStorage_Settings.ascx" />
|
||||
<Content Include="ProviderControls\HeliconZoo_Settings.ascx" />
|
||||
<Content Include="ProviderControls\IceWarp_EditAccount.ascx" />
|
||||
<Content Include="ProviderControls\IceWarp_EditDomain.ascx" />
|
||||
<Content Include="ProviderControls\IceWarp_EditForwarding.ascx" />
|
||||
<Content Include="ProviderControls\IceWarp_EditGroup.ascx" />
|
||||
<Content Include="ProviderControls\IceWarp_EditList.ascx" />
|
||||
<Content Include="ProviderControls\IceWarp_Settings.ascx" />
|
||||
<Content Include="ProviderControls\RDS_Settings.ascx" />
|
||||
<Content Include="ServersEditWebPlatformInstaller.ascx" />
|
||||
<Content Include="ExchangeServer\ExchangeMailboxPlans.ascx" />
|
||||
|
@ -5368,6 +5416,11 @@
|
|||
<Content Include="App_LocalResources\UserOrganization.ascx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="ProviderControls\App_LocalResources\IceWarp_EditAccount.ascx.resx" />
|
||||
<Content Include="ProviderControls\App_LocalResources\IceWarp_EditDomain.ascx.resx" />
|
||||
<Content Include="ProviderControls\App_LocalResources\IceWarp_EditGroup.ascx.resx" />
|
||||
<Content Include="ProviderControls\App_LocalResources\IceWarp_EditList.ascx.resx" />
|
||||
<Content Include="ProviderControls\App_LocalResources\IceWarp_Settings.ascx.resx" />
|
||||
<EmbeddedResource Include="UserControls\App_LocalResources\EditDomainsList.ascx.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue