Menu

[407e1f]: / Pixel Studio C-1.vbproj  Maximize  Restore  History

Download this file

322 lines (322 with data), 11.9 kB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>
    </ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{0289603D-D444-4AA4-A32D-7591E059DFB2}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <StartupObject>Pixel_Studio_C_1.My.MyApplication</StartupObject>
    <RootNamespace>Pixel_Studio_C_1</RootNamespace>
    <AssemblyName>Pixel Studio C-1</AssemblyName>
    <FileAlignment>512</FileAlignment>
    <MyType>WindowsForms</MyType>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <TargetFrameworkProfile>Client</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|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <DefineDebug>true</DefineDebug>
    <DefineTrace>true</DefineTrace>
    <OutputPath>bin\Debug\</OutputPath>
    <DocumentationFile>Pixel Studio C-1.xml</DocumentationFile>
    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
    <Optimize>true</Optimize>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <DefineDebug>false</DefineDebug>
    <DefineTrace>true</DefineTrace>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DocumentationFile>Pixel Studio C-1.xml</DocumentationFile>
    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  </PropertyGroup>
  <PropertyGroup>
    <OptionExplicit>On</OptionExplicit>
  </PropertyGroup>
  <PropertyGroup>
    <OptionCompare>Binary</OptionCompare>
  </PropertyGroup>
  <PropertyGroup>
    <OptionStrict>Off</OptionStrict>
  </PropertyGroup>
  <PropertyGroup>
    <OptionInfer>On</OptionInfer>
  </PropertyGroup>
  <PropertyGroup>
    <TargetZone>LocalIntranet</TargetZone>
  </PropertyGroup>
  <PropertyGroup>
    <GenerateManifests>false</GenerateManifests>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationManifest>My Project\app.manifest</ApplicationManifest>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>pxN.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="ColorPicker">
      <HintPath>..\..\..\..\..\Desktop\ColorPickerProject\ColorPicker\bin\Debug\ColorPicker.dll</HintPath>
    </Reference>
    <Reference Include="DevComponents.DotNetBar2, Version=11.0.0.0, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
      <Private>True</Private>
      <EmbedInteropTypes>False</EmbedInteropTypes>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Transitions">
      <HintPath>..\..\..\..\..\Desktop\DLLs\Transitions.dll</HintPath>
    </Reference>
    <Reference Include="UndoRedoFramework">
      <HintPath>..\..\..\..\..\Desktop\UndoRedoSolution\UndoRedoFramework\bin\Debug\UndoRedoFramework.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Import Include="Microsoft.VisualBasic" />
    <Import Include="System" />
    <Import Include="System.Collections" />
    <Import Include="System.Collections.Generic" />
    <Import Include="System.Data" />
    <Import Include="System.Drawing" />
    <Import Include="System.Diagnostics" />
    <Import Include="System.Windows.Forms" />
    <Import Include="System.Linq" />
    <Import Include="System.Xml.Linq" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Canvas.Designer.vb">
      <DependentUpon>Canvas.vb</DependentUpon>
    </Compile>
    <Compile Include="Canvas.vb">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="CheckButton.vb">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="ColorTab.Designer.vb">
      <DependentUpon>ColorTab.vb</DependentUpon>
    </Compile>
    <Compile Include="ColorTab.vb">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="FloodFill.vb" />
    <Compile Include="Form1.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form1.Designer.vb">
      <DependentUpon>Form1.vb</DependentUpon>
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmSettings.Designer.vb">
      <DependentUpon>frmSettings.vb</DependentUpon>
    </Compile>
    <Compile Include="frmSettings.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Language.vb" />
    <Compile Include="My Project\AssemblyInfo.vb" />
    <Compile Include="My Project\Application.Designer.vb">
      <AutoGen>True</AutoGen>
      <DependentUpon>Application.myapp</DependentUpon>
    </Compile>
    <Compile Include="My Project\Resources.Designer.vb">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="My Project\Settings.Designer.vb">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="newFrm.Designer.vb">
      <DependentUpon>newFrm.vb</DependentUpon>
    </Compile>
    <Compile Include="newFrm.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Pixel.vb" />
    <Compile Include="progressForm.Designer.vb">
      <DependentUpon>progressForm.vb</DependentUpon>
    </Compile>
    <Compile Include="progressForm.vb">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="PXIFileFormat.vb">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Compile>
    <Compile Include="PXL_ENC.vb" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Canvas.resx">
      <DependentUpon>Canvas.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ColorTab.resx">
      <DependentUpon>ColorTab.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form1.resx">
      <DependentUpon>Form1.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="frmSettings.resx">
      <DependentUpon>frmSettings.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="My Project\Resources.resx">
      <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.vb</LastGenOutput>
      <CustomToolNamespace>My.Resources</CustomToolNamespace>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="newFrm.resx">
      <DependentUpon>newFrm.vb</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="progressForm.resx">
      <DependentUpon>progressForm.vb</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
    <None Include="ClassDiagram1.cd" />
    <None Include="My Project\app.manifest">
      <SubType>Designer</SubType>
    </None>
    <None Include="My Project\Application.myapp">
      <Generator>MyApplicationCodeGenerator</Generator>
      <LastGenOutput>Application.Designer.vb</LastGenOutput>
    </None>
    <None Include="My Project\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <CustomToolNamespace>My</CustomToolNamespace>
      <LastGenOutput>Settings.Designer.vb</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Document-01.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Document-011.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Folder-Open.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Save.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Save As.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Data-Import.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Data-Export.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Fire-Exit.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Command-Undo.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Command-Redo.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\shadow.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Arrow-Expand.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Pencil.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Data-Erase.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\Color Picker.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\colorPick.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\eraseCur.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\pencilCur.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\shade.png" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="PSC.ico" />
    <Content Include="pxN.ico" />
    <None Include="Resources\fill.png" />
    <None Include="Resources\Paint-Bucket.png" />
    <None Include="Resources\Shape-Circle.png" />
    <None Include="Resources\Rectangle.png" />
    <None Include="Resources\Minus1.png" />
    <None Include="Resources\Minus.png" />
    <None Include="Resources\brush.png" />
    <None Include="Resources\window.png" />
    <None Include="Resources\pin.png" />
    <None Include="Resources\PSC.png" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
      <Visible>False</Visible>
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <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>false</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="$(MSBuildToolsPath)\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>