home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / multimedia / ria / Setup.exe / SetupViewer.msi / _75EBC28FE1C0461CAB8E5829536994B4 < prev    next >
Extensible Markup Language  |  2006-12-27  |  5KB  |  114 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <Project 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>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{78BB8A61-C631-49D3-B025-6F69DE9E9D0F}</ProjectGuid>
  9.     <OutputType>Library</OutputType>
  10.     <RootNamespace>Demo</RootNamespace>
  11.     <AssemblyName>Demo</AssemblyName>
  12.     <MyType>Windows</MyType>
  13.   </PropertyGroup>
  14.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15.     <DebugSymbols>true</DebugSymbols>
  16.     <DebugType>full</DebugType>
  17.     <DefineDebug>true</DefineDebug>
  18.     <DefineTrace>true</DefineTrace>
  19.     <OutputPath>bin\Debug\</OutputPath>
  20.     <DocumentationFile>Demo.xml</DocumentationFile>
  21.     <DefineConstants>_MYFORMS=True</DefineConstants>
  22.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25.     <DebugType>pdbonly</DebugType>
  26.     <DefineDebug>false</DefineDebug>
  27.     <DefineTrace>true</DefineTrace>
  28.     <Optimize>true</Optimize>
  29.     <OutputPath>bin\Release\</OutputPath>
  30.     <DocumentationFile>Demo.xml</DocumentationFile>
  31.     <DefineConstants>_MYFORMS=True</DefineConstants>
  32.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  33.   </PropertyGroup>
  34.   <ItemGroup>
  35.     <Reference Include="System" />
  36.     <Reference Include="System.Data" />
  37.     <Reference Include="System.Drawing" />
  38.     <Reference Include="System.Windows.Forms" />
  39.     <Reference Include="System.Xml" />
  40.   </ItemGroup>
  41.   <ItemGroup>
  42.     <Import Include="Microsoft.VisualBasic" />
  43.     <Import Include="System" />
  44.     <Import Include="System.Collections" />
  45.     <Import Include="System.Collections.Generic" />
  46.     <Import Include="System.Data" />
  47.     <Import Include="System.Drawing" />
  48.     <Import Include="System.Diagnostics" />
  49.     <Import Include="System.Windows.Forms" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="My Project\Application.Designer.vb">
  53.       <AutoGen>True</AutoGen>
  54.       <DependentUpon>Application.myapp</DependentUpon>
  55.     </Compile>
  56.     <Compile Include="UserControl1.vb">
  57.       <SubType>UserControl</SubType>
  58.     </Compile>
  59.     <Compile Include="UserControl1.Designer.vb">
  60.       <DependentUpon>UserControl1.vb</DependentUpon>
  61.     </Compile>
  62.     <Compile Include="My Project\AssemblyInfo.vb" />
  63.     <Compile Include="My Project\Resources.Designer.vb">
  64.       <AutoGen>True</AutoGen>
  65.       <DesignTime>True</DesignTime>
  66.       <DependentUpon>Resources.resx</DependentUpon>
  67.     </Compile>
  68.     <Compile Include="My Project\Settings.Designer.vb">
  69.       <AutoGen>True</AutoGen>
  70.       <DependentUpon>Settings.settings</DependentUpon>
  71.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  72.     </Compile>
  73.   </ItemGroup>
  74.   <ItemGroup>
  75.     <EmbeddedResource Include="My Project\Resources.resx">
  76.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  77.       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  78.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  79.       <SubType>Designer</SubType>
  80.     </EmbeddedResource>
  81.     <EmbeddedResource Include="UserControl1.resx">
  82.       <SubType>Designer</SubType>
  83.       <DependentUpon>UserControl1.vb</DependentUpon>
  84.     </EmbeddedResource>
  85.   </ItemGroup>
  86.   <ItemGroup>
  87.     <None Include="My Project\Application.myapp">
  88.       <Generator>MyApplicationCodeGenerator</Generator>
  89.       <LastGenOutput>Application.Designer.vb</LastGenOutput>
  90.     </None>
  91.     <None Include="My Project\Settings.settings">
  92.       <Generator>SettingsSingleFileGenerator</Generator>
  93.       <CustomToolNamespace>My</CustomToolNamespace>
  94.       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  95.     </None>
  96.   </ItemGroup>
  97.   <ItemGroup>
  98.     <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
  99.   </ItemGroup>
  100.   <ItemGroup>
  101.     <ProjectReference Include="..\Plugins\Plugins.vbproj">
  102.       <Project>{8BE4906C-AE40-4520-B272-09383786641A}</Project>
  103.       <Name>Plugins</Name>
  104.     </ProjectReference>
  105.   </ItemGroup>
  106.   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  107.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  108.        Other similar extension points exist, see Microsoft.Common.targets.
  109.   <Target Name="BeforeBuild">
  110.   </Target>
  111.   <Target Name="AfterBuild">
  112.   </Target>
  113.   -->
  114. </Project>