Changeset 3428 for libcaca/trunk/caca-sharp/caca-sharp.csproj
- Timestamp:
- Apr 29, 2009, 2:22:35 PM (13 years ago)
- File:
-
- 1 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.
Note: See TracChangeset
for help on using the changeset viewer.