~holger-seelig/titania/3.0

« back to all changes in this revision

Viewing changes to libtitania-anyoptions/libtitania-anyoptions.cproj

  • Committer: Holger Seelig
  • Date: 2017-01-31 05:07:29 UTC
  • Revision ID: holger.seelig@yahoo.de-20170131050729-mcb9l290ezhn7x7o
Incorporate x3dtidy and titania-info into Titania.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
 
  <PropertyGroup>
4
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
 
    <ProductVersion>8.0.30703</ProductVersion>
7
 
    <SchemaVersion>2.0</SchemaVersion>
8
 
    <ProjectGuid>{C9C7696B-8393-42CC-A26E-F2ED2ADC799F}</ProjectGuid>
9
 
    <Target>SharedLibrary</Target>
10
 
    <Language>CPP</Language>
11
 
    <Compiler>
12
 
      <Compiler ctype="GppCompiler" />
13
 
    </Compiler>
14
 
    <ReleaseVersion>0.3</ReleaseVersion>
15
 
  </PropertyGroup>
16
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
 
    <DebugSymbols>true</DebugSymbols>
18
 
    <OutputPath>bin\Debug</OutputPath>
19
 
    <DefineSymbols>DEBUG MONODEVELOP</DefineSymbols>
20
 
    <SourceDirectory>.</SourceDirectory>
21
 
    <OutputName>libtitania-anyoptions</OutputName>
22
 
    <CompileTarget>SharedLibrary</CompileTarget>
23
 
    <WarningLevel>All</WarningLevel>
24
 
    <OptimizationLevel>3</OptimizationLevel>
25
 
  </PropertyGroup>
26
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Parallel|AnyCPU' ">
27
 
    <OutputPath>bin\Parallel</OutputPath>
28
 
    <CompileTarget>SharedLibrary</CompileTarget>
29
 
    <OutputName>libtitania-anyoptions</OutputName>
30
 
    <WarningLevel>All</WarningLevel>
31
 
    <OptimizationLevel>3</OptimizationLevel>
32
 
    <DefineSymbols>MONODEVELOP _GLIBCXX_PARALLEL</DefineSymbols>
33
 
    <SourceDirectory>.</SourceDirectory>
34
 
  </PropertyGroup>
35
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36
 
    <OutputPath>bin\Release</OutputPath>
37
 
    <DefineSymbols>MONODEVELOP</DefineSymbols>
38
 
    <SourceDirectory>.</SourceDirectory>
39
 
    <OptimizationLevel>3</OptimizationLevel>
40
 
    <OutputName>libtitania-anyoptions</OutputName>
41
 
    <CompileTarget>SharedLibrary</CompileTarget>
42
 
    <WarningLevel>All</WarningLevel>
43
 
  </PropertyGroup>
44
 
  <ItemGroup>
45
 
    <Compile Include="anyoption.cpp" />
46
 
  </ItemGroup>
47
 
  <ItemGroup>
48
 
    <None Include="anyoption.h" />
49
 
    <None Include="libtitania-anyoptions.md.pc" />
50
 
    <None Include="Makefile.am" />
51
 
    <None Include="Makefile.in" />
52
 
    <None Include="libtitania-anyoptions.cproj" />
53
 
    <None Include="libtitania-anyoptions.pidb" />
54
 
  </ItemGroup>
55
 
  <ProjectExtensions>
56
 
    <MonoDevelop>
57
 
      <Properties>
58
 
        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile.am" IsAutotoolsProject="True" RelativeConfigureInPath="..">
59
 
          <BuildFilesVar Sync="True" Name="libtitania_anyoptions_la_SOURCES" />
60
 
          <DeployFilesVar />
61
 
          <ResourcesVar />
62
 
          <OthersVar />
63
 
          <GacRefVar />
64
 
          <AsmRefVar />
65
 
          <ProjectRefVar />
66
 
          <MessageRegex Name="gcc" />
67
 
        </MonoDevelop.Autotools.MakefileInfo>
68
 
      </Properties>
69
 
    </MonoDevelop>
70
 
  </ProjectExtensions>
71
 
</Project>