1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Win32Resource>VistaBridgeLibrary.res</Win32Resource>
6 <OldToolsVersion>2.0</OldToolsVersion>
7 <UpgradeBackupLocation>
8 </UpgradeBackupLocation>
9 <PublishUrl>publish\</PublishUrl>
10 <Install>true</Install>
11 <InstallFrom>Disk</InstallFrom>
12 <UpdateEnabled>false</UpdateEnabled>
13 <UpdateMode>Foreground</UpdateMode>
14 <UpdateInterval>7</UpdateInterval>
15 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
16 <UpdatePeriodically>false</UpdatePeriodically>
17 <UpdateRequired>false</UpdateRequired>
18 <MapFileExtensions>true</MapFileExtensions>
19 <ApplicationRevision>0</ApplicationRevision>
20 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
21 <IsWebBootstrapper>false</IsWebBootstrapper>
22 <UseApplicationTrust>false</UseApplicationTrust>
23 <BootstrapperEnabled>true</BootstrapperEnabled>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
26 <OutputPath>bin\x64\Release\</OutputPath>
27 <DefineConstants>TRACE</DefineConstants>
28 <Optimize>true</Optimize>
29 <DebugType>pdbonly</DebugType>
30 <PlatformTarget>x64</PlatformTarget>
31 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
32 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
33 <ErrorReport>prompt</ErrorReport>
36 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
37 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
38 <ProductVersion>9.0.21022</ProductVersion>
39 <SchemaVersion>2.0</SchemaVersion>
40 <ProjectGuid>{CE304F35-FABF-4A24-AC48-5710670A82BE}</ProjectGuid>
41 <OutputType>Library</OutputType>
42 <AppDesignerFolder>Properties</AppDesignerFolder>
43 <RootNamespace>Microsoft.SDK.Samples.VistaBridge</RootNamespace>
44 <AssemblyName>VistaBridgeLibrary</AssemblyName>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
47 <DebugSymbols>true</DebugSymbols>
48 <DebugType>full</DebugType>
49 <Optimize>false</Optimize>
50 <OutputPath>bin\Debug\</OutputPath>
51 <DefineConstants>TRACE;DEBUG</DefineConstants>
52 <ErrorReport>prompt</ErrorReport>
53 <WarningLevel>4</WarningLevel>
54 <RunCodeAnalysis>false</RunCodeAnalysis>
55 <CodeAnalysisRules>-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1308;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Globalization#CA1307;-Microsoft.Globalization#CA1309</CodeAnalysisRules>
57 <RegisterForComInterop>false</RegisterForComInterop>
58 <DocumentationFile>bin\Debug\VistaBridgeLibrary.XML</DocumentationFile>
60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
61 <DebugType>pdbonly</DebugType>
62 <Optimize>true</Optimize>
63 <OutputPath>bin\Release\</OutputPath>
64 <DefineConstants>TRACE</DefineConstants>
65 <ErrorReport>prompt</ErrorReport>
66 <WarningLevel>4</WarningLevel>
69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
70 <DebugSymbols>true</DebugSymbols>
71 <OutputPath>bin\x64\Debug\</OutputPath>
72 <DefineConstants>DEBUG;TRACE</DefineConstants>
73 <DebugType>full</DebugType>
74 <PlatformTarget>x64</PlatformTarget>
75 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
76 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
77 <ErrorReport>prompt</ErrorReport>
80 <Reference Include="PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=x86">
81 <SpecificVersion>False</SpecificVersion>
83 <Reference Include="PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
84 <SpecificVersion>False</SpecificVersion>
86 <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
87 <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" />
88 <Reference Include="System.Drawing" />
89 <Reference Include="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
90 <SpecificVersion>False</SpecificVersion>
92 <Reference Include="System.Xml" />
93 <Reference Include="UIAutomationProvider, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
94 <Reference Include="WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
97 <Compile Include="ApplicationRecoveryRestart\ArrManager.cs" />
98 <Compile Include="ApplicationRecoveryRestart\RecoveryData.cs" />
99 <Compile Include="ApplicationRecoveryRestart\RecoverySettings.cs" />
100 <Compile Include="ApplicationRecoveryRestart\RestartRestrictions.cs" />
101 <Compile Include="ApplicationRecoveryRestart\RestartSettings.cs" />
102 <Compile Include="GlobalSuppressions.cs" />
103 <Compile Include="Interop\COMGuids.cs" />
104 <Compile Include="Interop\DllVersionManager.cs" />
105 <Compile Include="Interop\ErrorHelper.cs" />
106 <Compile Include="Interop\ExternDll.cs" />
107 <Compile Include="Interop\Helpers.cs" />
108 <Compile Include="Interop\INetwork.cs" />
109 <Compile Include="Interop\INetworkConnection.cs" />
110 <Compile Include="Interop\INetworkListManager.cs" />
111 <Compile Include="Interop\NativeTaskDialog.cs" />
112 <Compile Include="Interop\NativeTaskDialogShowState.cs" />
113 <Compile Include="Interop\NativeTaskDialogSettings.cs" />
114 <Compile Include="Interop\NetworkListManagerClass.cs" />
115 <Compile Include="Interop\ShellWrapperDefinitions.cs" />
116 <Compile Include="Interop\ShellComInterfaces.cs" />
117 <Compile Include="Interop\NativeMethods.cs" />
118 <Compile Include="Interop\SafeNativeMethods.cs" />
119 <Compile Include="Dialogs\CommonFileDialog.cs" />
120 <Compile Include="Dialogs\CommonFileDialogControl.cs" />
121 <Compile Include="Dialogs\CommonFileDialogFilter.cs" />
122 <Compile Include="Dialogs\CommonFileDialogFilterCollection.cs" />
123 <Compile Include="Dialogs\CommonFileDialogFolderChangeEventArgs.cs" />
124 <Compile Include="Dialogs\CommonFileDialogResult.cs" />
125 <Compile Include="Dialogs\CommonFileDialogStandardFilters.cs" />
126 <Compile Include="Dialogs\CommonOpenFileDialog.cs" />
127 <Compile Include="Dialogs\CommonSaveFileDialog.cs" />
128 <Compile Include="Dialogs\DialogControl.cs" />
129 <Compile Include="KnownFolders\DefinitionOptions.cs" />
130 <Compile Include="KnownFolders\FolderCategory.cs" />
131 <Compile Include="KnownFolders\FolderTypes.cs" />
132 <Compile Include="KnownFolders\KnownFolders.cs" />
133 <Compile Include="KnownFolders\FoldersIdentifiers.cs" />
134 <Compile Include="KnownFolders\KnownFolder.cs">
135 <SubType>Code</SubType>
137 <Compile Include="KnownFolders\KnownFolderManager.cs" />
138 <Compile Include="KnownFolders\RedirectionCapabilities.cs" />
139 <Compile Include="Miscellaneous\InteropHelper.cs" />
140 <Compile Include="NetworkList\Connectivity.cs" />
141 <Compile Include="NetworkList\DomainType.cs" />
142 <Compile Include="NetworkList\Network.cs" />
143 <Compile Include="NetworkList\NetworkCategory.cs" />
144 <Compile Include="NetworkList\NetworkCollection.cs" />
145 <Compile Include="NetworkList\NetworkConnection.cs" />
146 <Compile Include="NetworkList\NetworkConnectionCollection.cs" />
147 <Compile Include="NetworkList\NetworkConnectivityLevels.cs" />
148 <Compile Include="NetworkList\NetworkListManager.cs" />
149 <Compile Include="PowerMgmt\BatteryState.cs" />
150 <Compile Include="PowerMgmt\EventManager.cs" />
151 <Compile Include="PowerMgmt\ExecutionState.cs" />
152 <Compile Include="PowerMgmt\MessageManager.cs" />
153 <Compile Include="PowerMgmt\PersonalityGuids.cs" />
154 <Compile Include="PowerMgmt\Power.cs" />
155 <Compile Include="PowerMgmt\PowerManager.cs" />
156 <Compile Include="PowerMgmt\PowerPersonality.cs" />
157 <Compile Include="PowerMgmt\PowerSource.cs" />
158 <Compile Include="StockIcons\StockIcon.cs" />
159 <Compile Include="StockIcons\StockIconEnums.cs" />
160 <Compile Include="StockIcons\StockIconHelper.cs" />
161 <Compile Include="StockIcons\StockIcons.cs" />
162 <Compile Include="Dialogs\TaskDialogBar.cs" />
163 <Compile Include="Dialogs\TaskDialogButton.cs" />
164 <Compile Include="Dialogs\TaskDialogButtonBase.cs" />
165 <Compile Include="Dialogs\TaskDialogClosingEventArgs.cs" />
166 <Compile Include="Dialogs\TaskDialogCommandLink.cs" />
167 <Compile Include="Dialogs\TaskDialogControl.cs" />
168 <Compile Include="Dialogs\DialogControlCollection.cs" />
169 <Compile Include="Dialogs\TaskDialogHyperlinkClickedEventArgs.cs" />
170 <Compile Include="Dialogs\TaskDialogMarquee.cs" />
171 <Compile Include="Dialogs\TaskDialogRadioButton.cs" />
172 <Compile Include="Dialogs\TaskDialogExpandedInfoMode.cs" />
173 <Compile Include="Dialogs\TaskDialogStartupLocation.cs" />
174 <Compile Include="Dialogs\TaskDialogTickEventArgs.cs" />
175 <Compile Include="Dialogs\IDialogControlHost.cs" />
176 <Compile Include="Dialogs\TaskDialogProgressBar.cs" />
177 <Compile Include="Dialogs\TaskDialogProgressBarState.cs" />
178 <Compile Include="Dialogs\TaskDialogResult.cs" />
179 <Compile Include="Interop\UnsafeNativeMethods.cs" />
180 <Compile Include="Dialogs\TaskDialogDefaults.cs" />
181 <Compile Include="Dialogs\TaskDialogStandardButton.cs" />
182 <Compile Include="Dialogs\TaskDialogStandardButtons.cs" />
183 <Compile Include="Dialogs\TaskDialogStandardIcon.cs" />
184 <Compile Include="Miscellaneous\UACManager.cs" />
185 <Compile Include="Properties\AssemblyInfo.cs" />
186 <Compile Include="Properties\Resources.Designer.cs">
187 <AutoGen>True</AutoGen>
188 <DesignTime>True</DesignTime>
189 <DependentUpon>Resources.resx</DependentUpon>
191 <Compile Include="Dialogs\TaskDialog.cs" />
194 <EmbeddedResource Include="Properties\Resources.resx">
195 <SubType>Designer</SubType>
196 <Generator>ResXFileCodeGenerator</Generator>
197 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
201 <Content Include="CHANGELIST.txt" />
202 <Content Include="VistaBridgeLibrary.rc" />
205 <None Include="VBSL.cd" />
206 <None Include="VistaBridgeLibrary.dll.manifest">
210 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
211 <Visible>False</Visible>
212 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
213 <Install>true</Install>
214 </BootstrapperPackage>
215 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
216 <Visible>False</Visible>
217 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
218 <Install>false</Install>
219 </BootstrapperPackage>
220 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
221 <Visible>False</Visible>
222 <ProductName>.NET Framework 3.5</ProductName>
223 <Install>false</Install>
224 </BootstrapperPackage>
227 <Folder Include="Resources\" />
229 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
230 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
231 Other similar extension points exist, see Microsoft.Common.targets.
232 <Target Name="BeforeBuild">
234 <Target Name="AfterBuild">