Changeset 3428 for libcaca/trunk/caca-sharp
- Timestamp:
- Apr 29, 2009, 2:22:35 PM (13 years ago)
- Location:
- libcaca/trunk/caca-sharp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-sharp/caca-sharp.csproj
r2956 r3428 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion> 8.0.50727</ProductVersion>5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{046BD004-7B02-4521-BF01-9D9042F19AD5}</ProjectGuid> … … 10 10 <RootNamespace>caca_sharp</RootNamespace> 11 11 <AssemblyName>caca-sharp</AssemblyName> 12 <FileUpgradeFlags> 13 </FileUpgradeFlags> 14 <OldToolsVersion>2.0</OldToolsVersion> 15 <UpgradeBackupLocation> 16 </UpgradeBackupLocation> 17 <PublishUrl>publish\</PublishUrl> 18 <Install>true</Install> 19 <InstallFrom>Disk</InstallFrom> 20 <UpdateEnabled>false</UpdateEnabled> 21 <UpdateMode>Foreground</UpdateMode> 22 <UpdateInterval>7</UpdateInterval> 23 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 24 <UpdatePeriodically>false</UpdatePeriodically> 25 <UpdateRequired>false</UpdateRequired> 26 <MapFileExtensions>true</MapFileExtensions> 27 <ApplicationRevision>0</ApplicationRevision> 28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 29 <IsWebBootstrapper>false</IsWebBootstrapper> 30 <UseApplicationTrust>false</UseApplicationTrust> 31 <BootstrapperEnabled>true</BootstrapperEnabled> 12 32 </PropertyGroup> 13 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 15 35 <DebugType>full</DebugType> 16 36 <Optimize>false</Optimize> 17 <OutputPath> Debug\</OutputPath>37 <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 18 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 19 39 <ErrorReport>prompt</ErrorReport> … … 23 43 <DebugType>pdbonly</DebugType> 24 44 <Optimize>true</Optimize> 25 <OutputPath> Release\</OutputPath>45 <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 26 46 <DefineConstants>TRACE</DefineConstants> 27 47 <ErrorReport>prompt</ErrorReport> … … 44 64 <Compile Include="AssemblyInfo.cs" /> 45 65 </ItemGroup> 66 <ItemGroup> 67 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 68 <Visible>False</Visible> 69 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 70 <Install>true</Install> 71 </BootstrapperPackage> 72 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 73 <Visible>False</Visible> 74 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 75 <Install>false</Install> 76 </BootstrapperPackage> 77 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 78 <Visible>False</Visible> 79 <ProductName>.NET Framework 3.5</ProductName> 80 <Install>false</Install> 81 </BootstrapperPackage> 82 </ItemGroup> 46 83 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 47 84 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
libcaca/trunk/caca-sharp/test-csharp.csproj
r2956 r3428 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> … … 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> 13 33 </PropertyGroup> 14 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 16 36 <DebugType>full</DebugType> 17 37 <Optimize>false</Optimize> 18 <OutputPath> Debug\</OutputPath>38 <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 19 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 20 40 <ErrorReport>prompt</ErrorReport> … … 24 44 <DebugType>pdbonly</DebugType> 25 45 <Optimize>true</Optimize> 26 <OutputPath> Release\</OutputPath>46 <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 27 47 <DefineConstants>TRACE</DefineConstants> 28 48 <ErrorReport>prompt</ErrorReport> … … 49 69 <Reference Include="System.Drawing" /> 50 70 </ItemGroup> 71 <ItemGroup> 72 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 73 <Visible>False</Visible> 74 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 75 <Install>true</Install> 76 </BootstrapperPackage> 77 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 78 <Visible>False</Visible> 79 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 80 <Install>false</Install> 81 </BootstrapperPackage> 82 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 83 <Visible>False</Visible> 84 <ProductName>.NET Framework 3.5</ProductName> 85 <Install>false</Install> 86 </BootstrapperPackage> 87 </ItemGroup> 51 88 </Project>
Note: See TracChangeset
for help on using the changeset viewer.