Changeset 3490 for libcaca/trunk/caca-sharp
- Timestamp:
- May 20, 2009, 4:20:59 PM (13 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk
- Property svn:ignore
-
old new 14 14 INSTALL 15 15 caca-config 16 Debug17 Release18 x6419 16 libcaca.suo 20 17 libcaca.ncb
-
- Property svn:ignore
-
libcaca/trunk/caca-sharp
- Property svn:ignore
-
old new 4 4 *.dll 5 5 *.config 6 obj7 6 *.user
-
- Property svn:ignore
-
libcaca/trunk/caca-sharp/caca-sharp.csproj
r3452 r3490 30 30 <UseApplicationTrust>false</UseApplicationTrust> 31 31 <BootstrapperEnabled>true</BootstrapperEnabled> 32 <OutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutputPath> 33 <BaseOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</BaseOutputPath> 34 <IntermediateOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</IntermediateOutputPath> 32 35 </PropertyGroup> 33 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 35 38 <DebugType>full</DebugType> 36 39 <Optimize>false</Optimize> 37 <OutputPath>..\Debug\</OutputPath>38 40 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 41 <ErrorReport>prompt</ErrorReport> … … 44 46 <DebugType>pdbonly</DebugType> 45 47 <Optimize>true</Optimize> 46 <OutputPath>..\Release\</OutputPath>47 48 <DefineConstants>TRACE</DefineConstants> 48 49 <ErrorReport>prompt</ErrorReport> … … 52 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 53 54 <DebugSymbols>true</DebugSymbols> 54 <OutputPath>..\Debug\</OutputPath>55 55 <DefineConstants>DEBUG;TRACE</DefineConstants> 56 56 <DebugType>full</DebugType> … … 59 59 </PropertyGroup> 60 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 61 <OutputPath>..\Release\</OutputPath>62 61 <DefineConstants>TRACE</DefineConstants> 63 62 <Optimize>true</Optimize> … … 68 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 69 68 <DebugSymbols>true</DebugSymbols> 70 <OutputPath>bin\x86\Debug\</OutputPath>71 69 <DefineConstants>DEBUG;TRACE</DefineConstants> 72 70 <DebugType>full</DebugType> … … 75 73 </PropertyGroup> 76 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 77 <OutputPath>bin\x86\Release\</OutputPath>78 75 <DefineConstants>TRACE</DefineConstants> 79 76 <Optimize>true</Optimize> … … 123 120 </Target> 124 121 --> 122 <PropertyGroup> 123 <PreBuildEvent>rd /Q /S $(ProjectDir)\obj</PreBuildEvent> 124 </PropertyGroup> 125 125 </Project> -
libcaca/trunk/caca-sharp/test-csharp.csproj
r3465 r3490 31 31 <UseApplicationTrust>false</UseApplicationTrust> 32 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> 33 36 </PropertyGroup> 34 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 36 39 <DebugType>full</DebugType> 37 40 <Optimize>false</Optimize> 38 <OutputPath>..\Debug\</OutputPath>39 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 42 <ErrorReport>prompt</ErrorReport> … … 45 47 <DebugType>pdbonly</DebugType> 46 48 <Optimize>true</Optimize> 47 <OutputPath>..\Release\</OutputPath>48 49 <DefineConstants>TRACE</DefineConstants> 49 50 <ErrorReport>prompt</ErrorReport> … … 53 54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 54 55 <DebugSymbols>true</DebugSymbols> 55 <OutputPath>..\Debug\</OutputPath>56 56 <DefineConstants>DEBUG;TRACE</DefineConstants> 57 57 <DebugType>full</DebugType> … … 60 60 </PropertyGroup> 61 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 62 <OutputPath>..\Release\</OutputPath>63 62 <DefineConstants>TRACE</DefineConstants> 64 63 <Optimize>true</Optimize> … … 75 74 </Target> 76 75 --> 76 <PropertyGroup> 77 <PreBuildEvent>rd /Q /S $(ProjectDir)\obj</PreBuildEvent> 78 </PropertyGroup> 77 79 <ItemGroup> 78 80 <Compile Include="test.cs" />
Note: See TracChangeset
for help on using the changeset viewer.