source: libpipi/trunk/pipi-sharp/pipi-sharp.csproj @ 2914

Last change on this file since 2914 was 2914, checked in by Sam Hocevar, 15 years ago

Create Visual Studio build files for libpipi, pipi-sharp and The Pimp.

File size: 1.9 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <RootNamespace>pipi_sharp</RootNamespace>
10    <AssemblyName>pipi-sharp</AssemblyName>
11  </PropertyGroup>
12  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13    <DebugSymbols>true</DebugSymbols>
14    <DebugType>full</DebugType>
15    <Optimize>true</Optimize>
16    <OutputPath>.\</OutputPath>
17    <DefineConstants>DEBUG;TRACE</DefineConstants>
18    <ErrorReport>prompt</ErrorReport>
19    <WarningLevel>4</WarningLevel>
20    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23    <DebugType>pdbonly</DebugType>
24    <Optimize>true</Optimize>
25    <OutputPath>.\</OutputPath>
26    <DefineConstants>TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <ItemGroup>
31    <Reference Include="System" />
32    <Reference Include="System.Data" />
33    <Reference Include="System.Xml" />
34  </ItemGroup>
35  <ItemGroup>
36    <Compile Include="AssemblyInfo.cs" />
37    <Compile Include="Picture.cs" />
38    <Compile Include="Pipi.cs" />
39  </ItemGroup>
40  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
41  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
42       Other similar extension points exist, see Microsoft.Common.targets.
43  <Target Name="BeforeBuild">
44  </Target>
45  <Target Name="AfterBuild">
46  </Target>
47  -->
48</Project>
Note: See TracBrowser for help on using the repository browser.