home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 9146 / BLP Converter.7z / src / BLP Converter / BLP Converter.csproj < prev    next >
Encoding:
Extensible Markup Language  |  2015-04-29  |  5.7 KB  |  136 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)' == '' ">x86</Platform>
  6.     <ProductVersion>8.0.30703</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{64FF167C-4BD1-40B8-BA50-F0FA421B9FA6}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>BLP_Converter</RootNamespace>
  12.     <AssemblyName>BLP Converter</AssemblyName>
  13.     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14.     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15.     <FileAlignment>512</FileAlignment>
  16.     <PublishUrl>publish\</PublishUrl>
  17.     <Install>true</Install>
  18.     <InstallFrom>Disk</InstallFrom>
  19.     <UpdateEnabled>false</UpdateEnabled>
  20.     <UpdateMode>Foreground</UpdateMode>
  21.     <UpdateInterval>7</UpdateInterval>
  22.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23.     <UpdatePeriodically>false</UpdatePeriodically>
  24.     <UpdateRequired>false</UpdateRequired>
  25.     <MapFileExtensions>true</MapFileExtensions>
  26.     <ApplicationRevision>0</ApplicationRevision>
  27.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28.     <IsWebBootstrapper>false</IsWebBootstrapper>
  29.     <UseApplicationTrust>false</UseApplicationTrust>
  30.     <BootstrapperEnabled>true</BootstrapperEnabled>
  31.   </PropertyGroup>
  32.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  33.     <PlatformTarget>x86</PlatformTarget>
  34.     <DebugSymbols>true</DebugSymbols>
  35.     <DebugType>pdbonly</DebugType>
  36.     <Optimize>false</Optimize>
  37.     <OutputPath>bin\Debug\</OutputPath>
  38.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  39.     <ErrorReport>prompt</ErrorReport>
  40.     <WarningLevel>4</WarningLevel>
  41.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  42.     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  43.   </PropertyGroup>
  44.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45.     <PlatformTarget>x86</PlatformTarget>
  46.     <DebugType>none</DebugType>
  47.     <Optimize>true</Optimize>
  48.     <OutputPath>bin\Release\</OutputPath>
  49.     <DefineConstants>
  50.     </DefineConstants>
  51.     <ErrorReport>prompt</ErrorReport>
  52.     <WarningLevel>4</WarningLevel>
  53.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  54.     <UseVSHostingProcess>false</UseVSHostingProcess>
  55.   </PropertyGroup>
  56.   <PropertyGroup />
  57.   <PropertyGroup>
  58.     <ApplicationIcon>1.ico</ApplicationIcon>
  59.   </PropertyGroup>
  60.   <ItemGroup>
  61.     <Reference Include="System" />
  62.     <Reference Include="System.Core" />
  63.     <Reference Include="System.Xml.Linq" />
  64.     <Reference Include="System.Data.DataSetExtensions" />
  65.     <Reference Include="Microsoft.CSharp" />
  66.     <Reference Include="System.Data" />
  67.     <Reference Include="System.Deployment" />
  68.     <Reference Include="System.Drawing" />
  69.     <Reference Include="System.Windows.Forms" />
  70.     <Reference Include="System.Xml" />
  71.   </ItemGroup>
  72.   <ItemGroup>
  73.     <Compile Include="MainForm.cs">
  74.       <SubType>Form</SubType>
  75.     </Compile>
  76.     <Compile Include="MainForm.Designer.cs">
  77.       <DependentUpon>MainForm.cs</DependentUpon>
  78.     </Compile>
  79.     <Compile Include="Program.cs" />
  80.     <Compile Include="Properties\AssemblyInfo.cs" />
  81.     <EmbeddedResource Include="MainForm.resx">
  82.       <DependentUpon>MainForm.cs</DependentUpon>
  83.     </EmbeddedResource>
  84.     <EmbeddedResource Include="Properties\Resources.resx">
  85.       <Generator>ResXFileCodeGenerator</Generator>
  86.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  87.       <SubType>Designer</SubType>
  88.     </EmbeddedResource>
  89.     <Compile Include="Properties\Resources.Designer.cs">
  90.       <AutoGen>True</AutoGen>
  91.       <DependentUpon>Resources.resx</DependentUpon>
  92.     </Compile>
  93.     <None Include="Properties\Settings.settings">
  94.       <Generator>SettingsSingleFileGenerator</Generator>
  95.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96.     </None>
  97.     <Compile Include="Properties\Settings.Designer.cs">
  98.       <AutoGen>True</AutoGen>
  99.       <DependentUpon>Settings.settings</DependentUpon>
  100.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101.     </Compile>
  102.   </ItemGroup>
  103.   <ItemGroup>
  104.     <Content Include="1.ico" />
  105.   </ItemGroup>
  106.   <ItemGroup>
  107.     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  108.       <Visible>False</Visible>
  109.       <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  110.       <Install>true</Install>
  111.     </BootstrapperPackage>
  112.     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  113.       <Visible>False</Visible>
  114.       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  115.       <Install>false</Install>
  116.     </BootstrapperPackage>
  117.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  118.       <Visible>False</Visible>
  119.       <ProductName>.NET Framework 3.5 SP1</ProductName>
  120.       <Install>false</Install>
  121.     </BootstrapperPackage>
  122.     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  123.       <Visible>False</Visible>
  124.       <ProductName>Windows Installer 3.1</ProductName>
  125.       <Install>true</Install>
  126.     </BootstrapperPackage>
  127.   </ItemGroup>
  128.   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  130.        Other similar extension points exist, see Microsoft.Common.targets.
  131.   <Target Name="BeforeBuild">
  132.   </Target>
  133.   <Target Name="AfterBuild">
  134.   </Target>
  135.   -->
  136. </Project>