home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 7356 / GladiusPS2ImageExtractor.7z / GladiusPS2ImageExtractor / GladiusImage.csproj < prev    next >
Encoding:
Extensible Markup Language  |  2014-05-21  |  3.1 KB  |  79 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>9.0.21022</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{56F4BD87-2404-4263-80D5-6FA2161EB0A4}</ProjectGuid>
  9.     <OutputType>Exe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>TargaImage</RootNamespace>
  12.     <AssemblyName>TargaImage</AssemblyName>
  13.     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  15.     <ApplicationIcon>Resources\Paloma.ico</ApplicationIcon>
  16.     <FileUpgradeFlags>
  17.     </FileUpgradeFlags>
  18.     <UpgradeBackupLocation>
  19.     </UpgradeBackupLocation>
  20.     <OldToolsVersion>3.5</OldToolsVersion>
  21.     <TargetFrameworkProfile />
  22.   </PropertyGroup>
  23.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24.     <DebugSymbols>true</DebugSymbols>
  25.     <DebugType>full</DebugType>
  26.     <Optimize>false</Optimize>
  27.     <OutputPath>bin\Debug\</OutputPath>
  28.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <WarningLevel>4</WarningLevel>
  31.   </PropertyGroup>
  32.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33.     <DebugType>pdbonly</DebugType>
  34.     <Optimize>true</Optimize>
  35.     <OutputPath>bin\Release\</OutputPath>
  36.     <DefineConstants>TRACE</DefineConstants>
  37.     <ErrorReport>prompt</ErrorReport>
  38.     <WarningLevel>4</WarningLevel>
  39.     <DocumentationFile>bin\Release\TargaImage.xml</DocumentationFile>
  40.   </PropertyGroup>
  41.   <PropertyGroup>
  42.     <StartupObject>xexuxjy.GladiusHeader</StartupObject>
  43.   </PropertyGroup>
  44.   <ItemGroup>
  45.     <Reference Include="System" />
  46.     <Reference Include="System.Data" />
  47.     <Reference Include="System.Drawing" />
  48.     <Reference Include="System.Windows.Forms" />
  49.     <Reference Include="System.Xml" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="Resource1.Designer.cs">
  53.       <AutoGen>True</AutoGen>
  54.       <DesignTime>True</DesignTime>
  55.       <DependentUpon>Resource1.resx</DependentUpon>
  56.     </Compile>
  57.     <Compile Include="GladiusImage.cs" />
  58.     <Compile Include="Properties\AssemblyInfo.cs" />
  59.   </ItemGroup>
  60.   <ItemGroup>
  61.     <None Include="app.config" />
  62.     <None Include="Resources\Paloma.ico" />
  63.   </ItemGroup>
  64.   <ItemGroup>
  65.     <EmbeddedResource Include="Resource1.resx">
  66.       <Generator>ResXFileCodeGenerator</Generator>
  67.       <LastGenOutput>Resource1.Designer.cs</LastGenOutput>
  68.       <SubType>Designer</SubType>
  69.     </EmbeddedResource>
  70.   </ItemGroup>
  71.   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  72.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  73.        Other similar extension points exist, see Microsoft.Common.targets.
  74.   <Target Name="BeforeBuild">
  75.   </Target>
  76.   <Target Name="AfterBuild">
  77.   </Target>
  78.   -->
  79. </Project>