asciipumper

- mspaint style program to create irc ascii art
git clone git://git.acid.vegas/asciipumper.git
Log | Files | Refs | Archive | README

AsciiPumper.csproj (7837B)

      1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
      2   <PropertyGroup>
      3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      5     <ProductVersion>9.0.20404</ProductVersion>
      6     <SchemaVersion>2.0</SchemaVersion>
      7     <ProjectGuid>{3F20CEF2-815A-43E2-9071-0D5462F245BF}</ProjectGuid>
      8     <OutputType>WinExe</OutputType>
      9     <AppDesignerFolder>Properties</AppDesignerFolder>
     10     <RootNamespace>AsciiPumper</RootNamespace>
     11     <AssemblyName>AsciiPumper</AssemblyName>
     12     <ManifestCertificateThumbprint>4DD6994A8DC8FB07112F22D88EE79355E4A1AEDB</ManifestCertificateThumbprint>
     13     <ManifestKeyFile>AsciiPumper_TemporaryKey.pfx</ManifestKeyFile>
     14     <GenerateManifests>true</GenerateManifests>
     15     <SignManifests>true</SignManifests>
     16     <IsWebBootstrapper>false</IsWebBootstrapper>
     17     <ApplicationIcon>Resources\MainIcon.ico</ApplicationIcon>
     18     <TargetZone>LocalIntranet</TargetZone>
     19     <FileUpgradeFlags>
     20     </FileUpgradeFlags>
     21     <OldToolsVersion>2.0</OldToolsVersion>
     22     <UpgradeBackupLocation>
     23     </UpgradeBackupLocation>
     24     <SignAssembly>true</SignAssembly>
     25     <AssemblyOriginatorKeyFile>asciipumper.pfx</AssemblyOriginatorKeyFile>
     26     <PublishUrl>c:\temp\AsciiPumper\</PublishUrl>
     27     <Install>true</Install>
     28     <InstallFrom>Disk</InstallFrom>
     29     <UpdateEnabled>false</UpdateEnabled>
     30     <UpdateMode>Foreground</UpdateMode>
     31     <UpdateInterval>7</UpdateInterval>
     32     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     33     <UpdatePeriodically>false</UpdatePeriodically>
     34     <UpdateRequired>false</UpdateRequired>
     35     <MapFileExtensions>true</MapFileExtensions>
     36     <SupportUrl>http://code.google.com/p/asciipumper/</SupportUrl>
     37     <ProductName>Ascii Pumper</ProductName>
     38     <PublisherName>PP4L</PublisherName>
     39     <CreateWebPageOnPublish>false</CreateWebPageOnPublish>
     40     <ApplicationRevision>1</ApplicationRevision>
     41     <ApplicationVersion>1.1.0.%2a</ApplicationVersion>
     42     <UseApplicationTrust>false</UseApplicationTrust>
     43     <BootstrapperEnabled>true</BootstrapperEnabled>
     44   </PropertyGroup>
     45   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     46     <DebugSymbols>true</DebugSymbols>
     47     <DebugType>full</DebugType>
     48     <Optimize>false</Optimize>
     49     <OutputPath>bin\Debug\</OutputPath>
     50     <DefineConstants>DEBUG;TRACE</DefineConstants>
     51     <ErrorReport>prompt</ErrorReport>
     52     <WarningLevel>4</WarningLevel>
     53   </PropertyGroup>
     54   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     55     <DebugType>pdbonly</DebugType>
     56     <Optimize>true</Optimize>
     57     <OutputPath>bin\Release\</OutputPath>
     58     <DefineConstants>TRACE</DefineConstants>
     59     <ErrorReport>prompt</ErrorReport>
     60     <WarningLevel>4</WarningLevel>
     61   </PropertyGroup>
     62   <ItemGroup>
     63     <Reference Include="System" />
     64     <Reference Include="System.Data" />
     65     <Reference Include="System.Deployment" />
     66     <Reference Include="System.Drawing" />
     67     <Reference Include="System.Windows.Forms" />
     68     <Reference Include="System.Xml" />
     69   </ItemGroup>
     70   <ItemGroup>
     71     <Compile Include="AboutBox1.cs">
     72       <SubType>Form</SubType>
     73     </Compile>
     74     <Compile Include="AboutBox1.Designer.cs">
     75       <DependentUpon>AboutBox1.cs</DependentUpon>
     76     </Compile>
     77     <Compile Include="CellInfo.cs" />
     78     <Compile Include="ColorPalette.cs" />
     79     <Compile Include="ColorSelector.cs">
     80       <SubType>UserControl</SubType>
     81     </Compile>
     82     <Compile Include="ColorSelector.Designer.cs">
     83       <DependentUpon>ColorSelector.cs</DependentUpon>
     84     </Compile>
     85     <Compile Include="ImageImporter.cs" />
     86     <Compile Include="KeypressAction.cs" />
     87     <Compile Include="MainForm.cs">
     88       <SubType>Form</SubType>
     89     </Compile>
     90     <Compile Include="MainForm.Designer.cs">
     91       <DependentUpon>MainForm.cs</DependentUpon>
     92     </Compile>
     93     <Compile Include="OptionsForm.cs">
     94       <SubType>Form</SubType>
     95     </Compile>
     96     <Compile Include="OptionsForm.Designer.cs">
     97       <DependentUpon>OptionsForm.cs</DependentUpon>
     98     </Compile>
     99     <Compile Include="PaintAction.cs" />
    100     <Compile Include="PaintCanvas.cs">
    101       <SubType>UserControl</SubType>
    102     </Compile>
    103     <Compile Include="PaintCanvas.Designer.cs">
    104       <DependentUpon>PaintCanvas.cs</DependentUpon>
    105     </Compile>
    106     <Compile Include="Program.cs" />
    107     <Compile Include="Properties\AssemblyInfo.cs" />
    108     <EmbeddedResource Include="AboutBox1.resx">
    109       <SubType>Designer</SubType>
    110       <DependentUpon>AboutBox1.cs</DependentUpon>
    111     </EmbeddedResource>
    112     <EmbeddedResource Include="ColorSelector.resx">
    113       <SubType>Designer</SubType>
    114       <DependentUpon>ColorSelector.cs</DependentUpon>
    115     </EmbeddedResource>
    116     <EmbeddedResource Include="MainForm.resx">
    117       <SubType>Designer</SubType>
    118       <DependentUpon>MainForm.cs</DependentUpon>
    119     </EmbeddedResource>
    120     <EmbeddedResource Include="OptionsForm.resx">
    121       <SubType>Designer</SubType>
    122       <DependentUpon>OptionsForm.cs</DependentUpon>
    123     </EmbeddedResource>
    124     <EmbeddedResource Include="PaintCanvas.resx">
    125       <SubType>Designer</SubType>
    126       <DependentUpon>PaintCanvas.cs</DependentUpon>
    127     </EmbeddedResource>
    128     <EmbeddedResource Include="Properties\Resources.resx">
    129       <Generator>ResXFileCodeGenerator</Generator>
    130       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    131       <SubType>Designer</SubType>
    132     </EmbeddedResource>
    133     <EmbeddedResource Include="PumpForm.resx">
    134       <SubType>Designer</SubType>
    135       <DependentUpon>PumpForm.cs</DependentUpon>
    136     </EmbeddedResource>
    137     <Compile Include="Properties\Resources.Designer.cs">
    138       <AutoGen>True</AutoGen>
    139       <DependentUpon>Resources.resx</DependentUpon>
    140       <DesignTime>True</DesignTime>
    141     </Compile>
    142     <None Include="app.config" />
    143     <None Include="Properties\Settings.settings">
    144       <Generator>SettingsSingleFileGenerator</Generator>
    145       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    146     </None>
    147     <Compile Include="Properties\Settings.Designer.cs">
    148       <AutoGen>True</AutoGen>
    149       <DependentUpon>Settings.settings</DependentUpon>
    150       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    151     </Compile>
    152     <Compile Include="PumpForm.cs">
    153       <SubType>Form</SubType>
    154     </Compile>
    155     <Compile Include="PumpForm.Designer.cs">
    156       <DependentUpon>PumpForm.cs</DependentUpon>
    157     </Compile>
    158     <Compile Include="Settings.cs" />
    159     <Compile Include="UndoableAction.cs" />
    160   </ItemGroup>
    161   <ItemGroup>
    162     <Content Include="asciipumper.txt">
    163       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    164     </Content>
    165     <Content Include="license.txt">
    166       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    167     </Content>
    168     <Content Include="README.txt">
    169       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    170     </Content>
    171     <BaseApplicationManifest Include="Properties\app.manifest" />
    172     <None Include="asciipumper.pfx" />
    173     <None Include="Resources\MainIcon.ico" />
    174   </ItemGroup>
    175   <ItemGroup>
    176     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
    177       <Visible>False</Visible>
    178       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
    179       <Install>true</Install>
    180     </BootstrapperPackage>
    181   </ItemGroup>
    182   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    183   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    184        Other similar extension points exist, see Microsoft.Common.targets.
    185   <Target Name="BeforeBuild">
    186   </Target>
    187   <Target Name="AfterBuild">
    188   </Target>
    189   -->
    190 </Project>