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 >
0 commit comments