Skip to content

Commit 11247bb

Browse files
authored
Add files via upload
1 parent 6781d34 commit 11247bb

16 files changed

+2689
-0
lines changed

VB/ADS.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.24720.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ADS", "ADS.vbproj", "{61F81F68-29F6-440D-B466-55C30F16DAF2}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{61F81F68-29F6-440D-B466-55C30F16DAF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{61F81F68-29F6-440D-B466-55C30F16DAF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{61F81F68-29F6-440D-B466-55C30F16DAF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{61F81F68-29F6-440D-B466-55C30F16DAF2}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

VB/ADS.vbproj

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>8.0.50727</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{61F81F68-29F6-440D-B466-55C30F16DAF2}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<StartupObject>ADS.My.MyApplication</StartupObject>
11+
<RootNamespace>ADS</RootNamespace>
12+
<AssemblyName>ADS</AssemblyName>
13+
<MyType>WindowsForms</MyType>
14+
<ApplicationIcon>Resources\user_search.ico</ApplicationIcon>
15+
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
16+
<FileUpgradeFlags>
17+
</FileUpgradeFlags>
18+
<UpgradeBackupLocation>
19+
</UpgradeBackupLocation>
20+
<OldToolsVersion>2.0</OldToolsVersion>
21+
</PropertyGroup>
22+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23+
<DebugSymbols>true</DebugSymbols>
24+
<DebugType>full</DebugType>
25+
<DefineDebug>true</DefineDebug>
26+
<DefineTrace>true</DefineTrace>
27+
<OutputPath>bin\Debug\</OutputPath>
28+
<DocumentationFile>ADS.xml</DocumentationFile>
29+
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
30+
</PropertyGroup>
31+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32+
<DebugType>pdbonly</DebugType>
33+
<DefineDebug>false</DefineDebug>
34+
<DefineTrace>true</DefineTrace>
35+
<Optimize>true</Optimize>
36+
<OutputPath>bin\Release\</OutputPath>
37+
<DocumentationFile>ADS.xml</DocumentationFile>
38+
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
39+
</PropertyGroup>
40+
<ItemGroup>
41+
<Reference Include="System" />
42+
<Reference Include="System.DirectoryServices" />
43+
<Reference Include="System.Drawing" />
44+
<Reference Include="System.Windows.Forms" />
45+
</ItemGroup>
46+
<ItemGroup>
47+
<Import Include="Microsoft.VisualBasic" />
48+
<Import Include="System" />
49+
<Import Include="System.Collections" />
50+
<Import Include="System.Collections.Generic" />
51+
<Import Include="System.Drawing" />
52+
<Import Include="System.Diagnostics" />
53+
<Import Include="System.Windows.Forms" />
54+
</ItemGroup>
55+
<ItemGroup>
56+
<Compile Include="frmMain.vb">
57+
<SubType>Form</SubType>
58+
</Compile>
59+
<Compile Include="My Project\AssemblyInfo.vb" />
60+
<Compile Include="My Project\Application.Designer.vb">
61+
<AutoGen>True</AutoGen>
62+
<DependentUpon>Application.myapp</DependentUpon>
63+
</Compile>
64+
<Compile Include="My Project\Resources.Designer.vb">
65+
<AutoGen>True</AutoGen>
66+
<DesignTime>True</DesignTime>
67+
<DependentUpon>Resources.resx</DependentUpon>
68+
</Compile>
69+
<Compile Include="My Project\Settings.Designer.vb">
70+
<AutoGen>True</AutoGen>
71+
<DependentUpon>Settings.settings</DependentUpon>
72+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
73+
</Compile>
74+
</ItemGroup>
75+
<ItemGroup>
76+
<EmbeddedResource Include="frmMain.resx">
77+
<DependentUpon>frmMain.vb</DependentUpon>
78+
<SubType>Designer</SubType>
79+
</EmbeddedResource>
80+
<EmbeddedResource Include="My Project\Resources.resx">
81+
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
82+
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
83+
<CustomToolNamespace>My.Resources</CustomToolNamespace>
84+
<SubType>Designer</SubType>
85+
</EmbeddedResource>
86+
</ItemGroup>
87+
<ItemGroup>
88+
<None Include="My Project\Application.myapp">
89+
<Generator>MyApplicationCodeGenerator</Generator>
90+
<LastGenOutput>Application.Designer.vb</LastGenOutput>
91+
</None>
92+
<None Include="My Project\Settings.settings">
93+
<Generator>SettingsSingleFileGenerator</Generator>
94+
<CustomToolNamespace>My</CustomToolNamespace>
95+
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
96+
</None>
97+
</ItemGroup>
98+
<ItemGroup>
99+
<None Include="Resources\zoom.png" />
100+
</ItemGroup>
101+
<ItemGroup>
102+
<None Include="Resources\cross.png" />
103+
</ItemGroup>
104+
<ItemGroup>
105+
<None Include="Resources\disk.png" />
106+
<Content Include="Resources\user_search.ico" />
107+
<None Include="Resources\vcard.png" />
108+
</ItemGroup>
109+
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
110+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111+
Other similar extension points exist, see Microsoft.Common.targets.
112+
<Target Name="BeforeBuild">
113+
</Target>
114+
<Target Name="AfterBuild">
115+
</Target>
116+
-->
117+
</Project>

VB/My Project/Application.Designer.vb

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VB/My Project/Application.myapp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<MySubMain>true</MySubMain>
4+
<MainForm>frmMain</MainForm>
5+
<SingleInstance>false</SingleInstance>
6+
<ShutdownMode>0</ShutdownMode>
7+
<EnableVisualStyles>true</EnableVisualStyles>
8+
<AuthenticationMode>0</AuthenticationMode>
9+
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
10+
</MyApplicationData>

VB/My Project/AssemblyInfo.vb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Imports System
2+
Imports System.Reflection
3+
Imports System.Runtime.InteropServices
4+
5+
' General Information about an assembly is controlled through the following
6+
' set of attributes. Change these attribute values to modify the information
7+
' associated with an assembly.
8+
9+
' Review the values of the assembly attributes
10+
11+
<Assembly: AssemblyTitle("ADS")>
12+
<Assembly: AssemblyDescription("Active Directory Search")>
13+
<Assembly: AssemblyCompany("")>
14+
<Assembly: AssemblyProduct("Active Directory Search")>
15+
<Assembly: AssemblyCopyright("© None")>
16+
<Assembly: AssemblyTrademark("")>
17+
18+
<Assembly: ComVisible(False)>
19+
20+
'The following GUID is for the ID of the typelib if this project is exposed to COM
21+
<Assembly: Guid("2329b682-cad5-4cfe-890b-0d595b81f6ff")>
22+
23+
' Version information for an assembly consists of the following four values:
24+
'
25+
' Major Version
26+
' Minor Version
27+
' Build Number
28+
' Revision
29+
'
30+
' You can specify all the values or you can default the Build and Revision Numbers
31+
' by using the '*' as shown below:
32+
' <Assembly: AssemblyVersion("1.0.*")>
33+
34+
<Assembly: AssemblyVersion("2.5.0.0")>
35+
<Assembly: AssemblyFileVersion("2.5.0.0")>

VB/My Project/Resources.Designer.vb

Lines changed: 103 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)