~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to caca-sharp/test-csharp.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2010-02-08 01:40:59 UTC
  • mfrom: (1.1.8 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100208014059-9q4av8pze8p7uw3i
Tags: 0.99.beta17-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3
3
  <PropertyGroup>
4
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
 
    <ProductVersion>8.0.50727</ProductVersion>
 
6
    <ProductVersion>9.0.30729</ProductVersion>
7
7
    <SchemaVersion>2.0</SchemaVersion>
8
8
    <ProjectGuid>{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}</ProjectGuid>
9
9
    <OutputType>Exe</OutputType>
10
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
11
    <RootNamespace>test_csharp</RootNamespace>
12
12
    <AssemblyName>test-csharp</AssemblyName>
 
13
    <FileUpgradeFlags>
 
14
    </FileUpgradeFlags>
 
15
    <OldToolsVersion>2.0</OldToolsVersion>
 
16
    <UpgradeBackupLocation>
 
17
    </UpgradeBackupLocation>
 
18
    <PublishUrl>publish\</PublishUrl>
 
19
    <Install>true</Install>
 
20
    <InstallFrom>Disk</InstallFrom>
 
21
    <UpdateEnabled>false</UpdateEnabled>
 
22
    <UpdateMode>Foreground</UpdateMode>
 
23
    <UpdateInterval>7</UpdateInterval>
 
24
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
25
    <UpdatePeriodically>false</UpdatePeriodically>
 
26
    <UpdateRequired>false</UpdateRequired>
 
27
    <MapFileExtensions>true</MapFileExtensions>
 
28
    <ApplicationRevision>0</ApplicationRevision>
 
29
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
30
    <IsWebBootstrapper>false</IsWebBootstrapper>
 
31
    <UseApplicationTrust>false</UseApplicationTrust>
 
32
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
33
    <OutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutputPath>
 
34
    <BaseOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</BaseOutputPath>
 
35
    <IntermediateOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</IntermediateOutputPath>
13
36
  </PropertyGroup>
14
37
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15
38
    <DebugSymbols>true</DebugSymbols>
16
39
    <DebugType>full</DebugType>
17
40
    <Optimize>false</Optimize>
18
 
    <OutputPath>Debug\</OutputPath>
19
41
    <DefineConstants>DEBUG;TRACE</DefineConstants>
20
42
    <ErrorReport>prompt</ErrorReport>
21
43
    <WarningLevel>4</WarningLevel>
 
44
    <PlatformTarget>x86</PlatformTarget>
22
45
  </PropertyGroup>
23
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24
47
    <DebugType>pdbonly</DebugType>
25
48
    <Optimize>true</Optimize>
26
 
    <OutputPath>Release\</OutputPath>
27
49
    <DefineConstants>TRACE</DefineConstants>
28
50
    <ErrorReport>prompt</ErrorReport>
29
51
    <WarningLevel>4</WarningLevel>
 
52
    <PlatformTarget>x86</PlatformTarget>
 
53
  </PropertyGroup>
 
54
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
 
55
    <DebugSymbols>true</DebugSymbols>
 
56
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
57
    <DebugType>full</DebugType>
 
58
    <PlatformTarget>x64</PlatformTarget>
 
59
    <ErrorReport>prompt</ErrorReport>
 
60
  </PropertyGroup>
 
61
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
 
62
    <DefineConstants>TRACE</DefineConstants>
 
63
    <Optimize>true</Optimize>
 
64
    <DebugType>pdbonly</DebugType>
 
65
    <PlatformTarget>x64</PlatformTarget>
 
66
    <ErrorReport>prompt</ErrorReport>
30
67
  </PropertyGroup>
31
68
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
32
69
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
36
73
  <Target Name="AfterBuild">
37
74
  </Target>
38
75
  -->
 
76
  <PropertyGroup>
 
77
    <PreBuildEvent>rd /Q /S $(ProjectDir)\obj</PreBuildEvent>
 
78
  </PropertyGroup>
39
79
  <ItemGroup>
40
80
    <Compile Include="test.cs" />
41
81
  </ItemGroup>
42
82
  <ItemGroup>
43
83
    <ProjectReference Include="caca-sharp.csproj">
44
84
      <Project>{046BD004-7B02-4521-BF01-9D9042F19AD5}</Project>
45
 
      <Name>caca-sharp</Name>
 
85
      <Name>caca-sharp %28caca-sharp\caca-sharp%29</Name>
46
86
    </ProjectReference>
47
87
  </ItemGroup>
48
88
  <ItemGroup>
49
89
    <Reference Include="System.Drawing" />
50
90
  </ItemGroup>
 
91
  <ItemGroup>
 
92
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
 
93
      <Visible>False</Visible>
 
94
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
 
95
      <Install>true</Install>
 
96
    </BootstrapperPackage>
 
97
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
 
98
      <Visible>False</Visible>
 
99
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
 
100
      <Install>false</Install>
 
101
    </BootstrapperPackage>
 
102
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
 
103
      <Visible>False</Visible>
 
104
      <ProductName>.NET Framework 3.5</ProductName>
 
105
      <Install>false</Install>
 
106
    </BootstrapperPackage>
 
107
  </ItemGroup>
51
108
</Project>