Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/SimplePad/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/SimplePad/SimplePad.vbproj

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <PropertyGroup>
    <ProjectType>Local</ProjectType>
    <ProductVersion>9.0.30729</ProductVersion>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <ProjectGuid>{CB06B053-FB16-48ED-BA0F-5929BDBC4B90}</ProjectGuid>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ApplicationIcon>AppIcon.ico</ApplicationIcon>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>SimplePad</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>WinExe</OutputType>
    <RootNamespace>
    </RootNamespace>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>3.5</OldToolsVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>bin\Debug\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>0</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineDebug>true</DefineDebug>
    <DefineTrace>true</DefineTrace>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <Optimize>false</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <DebugType>full</DebugType>
    <ErrorReport>prompt</ErrorReport>
    <PlatformTarget>x86</PlatformTarget>
    <NoWarn>42353,42354,42355</NoWarn>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <OutputPath>bin\Release\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>0</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineDebug>false</DefineDebug>
    <DefineTrace>true</DefineTrace>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>false</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <Optimize>true</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <DebugType>none</DebugType>
    <ErrorReport>prompt</ErrorReport>
    <PlatformTarget>x86</PlatformTarget>
    <NoWarn>42353,42354,42355</NoWarn>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationManifest>app.manifest</ApplicationManifest>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="DevExpress.Printing.v13.1.Core">
      <Name>DevExpress.Printing.v13.1.Core</Name>
    <HintPath></HintPath><Private>False</Private></Reference>
    <Reference Include="DevExpress.Data.v13.1">
      <Name>DevExpress.Data.v13.1</Name>
    <HintPath></HintPath><Private>False</Private></Reference>
    <Reference Include="DevExpress.Utils.v13.1">
      <Name>DevExpress.Utils.v13.1</Name>
    <HintPath></HintPath><Private>False</Private></Reference>
    <Reference Include="DevExpress.XtraBars.v13.1">
      <Name>DevExpress.XtraBars.v13.1</Name>
    <HintPath></HintPath><Private>False</Private></Reference>
    <Reference Include="DevExpress.XtraEditors.v13.1">
      <Name>DevExpress.XtraEditors.v13.1</Name>
    <HintPath></HintPath><Private>False</Private></Reference>
    <Reference Include="System">
      <Name>System</Name>
    <Private>False</Private></Reference>
    <Reference Include="System.Data">
      <Name>System.Data</Name>
    <Private>False</Private></Reference>
    <Reference Include="System.Drawing">
      <Name>System.Drawing</Name>
    <Private>False</Private></Reference>
    <Reference Include="System.Windows.Forms">
      <Name>System.Windows.Forms</Name>
    <Private>False</Private></Reference>
    <Reference Include="System.Xml">
      <Name>System.XML</Name>
    <Private>False</Private></Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.vb">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="ColorBox.vb">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="frmFind.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmFind.Designer.vb">
      <DependentUpon>frmFind.vb</DependentUpon>
    </Compile>
    <Compile Include="frmMain.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmMain.Designer.vb">
      <DependentUpon>frmMain.vb</DependentUpon>
    </Compile>
    <Compile Include="frmReplace.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmReplace.Designer.vb">
      <DependentUpon>frmReplace.vb</DependentUpon>
    </Compile>
    <Compile Include="Program.vb" />
    <EmbeddedResource Include="frmFind.resx">
      <DependentUpon>frmFind.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="frmMain.resx">
      <DependentUpon>frmMain.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="frmReplace.resx">
      <DependentUpon>frmReplace.vb</DependentUpon>
    </EmbeddedResource>
    <Content Include="AppIcon.ico" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    
  </ItemGroup>
  <ItemGroup>
    <Folder Include="My Project\" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  <PropertyGroup>
    
    
  </PropertyGroup>
</Project>