Mini Kabibi Habibi
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ProjectGuid>{61E68D14-191C-4953-BB9E-919D633273C3}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>
</RootNamespace>
<AssemblyName>WizardTourDemo</AssemblyName>
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<PlatformTarget>x86</PlatformTarget>
<NoWarn>42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<PlatformTarget>x86</PlatformTarget>
<NoWarn>42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.BonusSkins.v13.1">
<SpecificVersion>False</SpecificVersion>
<HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.Printing.v13.1.Core">
<SpecificVersion>False</SpecificVersion>
<HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.Data.v13.1">
<SpecificVersion>False</SpecificVersion>
<HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.Utils.v13.1">
<SpecificVersion>False</SpecificVersion>
<HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.XtraEditors.v13.1">
<SpecificVersion>False</SpecificVersion>
<HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.XtraWizard.v13.1">
<SpecificVersion>False</SpecificVersion>
<HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="System"><Private>False</Private></Reference>
<Reference Include="System.Data"><Private>False</Private></Reference>
<Reference Include="System.Deployment"><Private>False</Private></Reference>
<Reference Include="System.Design"><Private>False</Private></Reference>
<Reference Include="System.Drawing"><Private>False</Private></Reference>
<Reference Include="System.Windows.Forms"><Private>False</Private></Reference>
<Reference Include="System.Xml"><Private>False</Private></Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="frmMain.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain.Designer.vb">
<DependentUpon>frmMain.vb</DependentUpon>
</Compile>
<Compile Include="frmStart.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmStart.Designer.vb">
<DependentUpon>frmStart.vb</DependentUpon>
</Compile>
<Compile Include="Info.vb" />
<Compile Include="Program.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<EmbeddedResource Include="frmMain.resx">
<SubType>Designer</SubType>
<DependentUpon>frmMain.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmStart.resx">
<DependentUpon>frmStart.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<SubType>Designer</SubType>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
</EmbeddedResource>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Content Include="AppIcon.ico" />
<Content Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</Content>
<Content Include="Resources\devexpress123.png" />
<Content Include="Resources\Have-fun!.png" />
<Content Include="Resources\wizard-image.png" />
<Content Include="Resources\Not-so-fast!.png" />
<Content Include="Resources\image-61x61.png" />
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>