~ubuntu-branches/ubuntu/trusty/smuxi/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/db4o-net/Db4objects.Db4o.NativeQueries/Db4objects.Db4o.NativeQueries-2008.csproj

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer
  • Date: 2013-05-25 22:11:31 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130525221131-nd2mc0kzubuwyx20
Tags: 0.8.11-1
* [22d13d5] Imported Upstream version 0.8.11
* [6d2b95a] Refreshed patches
* [89eb66e] Added ServiceStack libraries to smuxi-engine package
* [848ab10] Enable Campfire engine
* [c6dbdc7] Always build db4o for predictable build result
* [13ec489] Exclude OS X specific libraries from dh_clideps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="3.5">
3
 
  <PropertyGroup>
4
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
 
    <ProductVersion>9.0.21022</ProductVersion>
7
 
    <SchemaVersion>2.0</SchemaVersion>
8
 
    <ProjectGuid>{AB1BF369-A9C4-4876-9797-178DB8AD437F}</ProjectGuid>
9
 
    <OutputType>Library</OutputType>
10
 
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
 
    <RootNamespace>Db4objects.Db4o.NativeQueries</RootNamespace>
12
 
    <AssemblyName>Db4objects.Db4o.NativeQueries</AssemblyName>
13
 
    <FileUpgradeFlags>
14
 
    </FileUpgradeFlags>
15
 
    <OldToolsVersion>2.0</OldToolsVersion>
16
 
    <UpgradeBackupLocation>
17
 
    </UpgradeBackupLocation>
18
 
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
19
 
    
20
 
    
21
 
  
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
 
<SignAssembly>true</SignAssembly>
42
 
<AssemblyOriginatorKeyFile>../db4objects.snk</AssemblyOriginatorKeyFile>
43
 
</PropertyGroup>
44
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45
 
    <DebugSymbols>true</DebugSymbols>
46
 
    <DebugType>full</DebugType>
47
 
    <Optimize>false</Optimize>
48
 
    <OutputPath>bin\Debug\</OutputPath>
49
 
    <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
50
 
    <ErrorReport>prompt</ErrorReport>
51
 
    <WarningLevel>4</WarningLevel>
52
 
    <DocumentationFile>bin\Debug\Db4objects.Db4o.NativeQueries.xml</DocumentationFile>
53
 
    <NoWarn>1591;1572;1573;1574;0419;</NoWarn>
54
 
  </PropertyGroup>
55
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56
 
    <DebugType>pdbonly</DebugType>
57
 
    <Optimize>true</Optimize>
58
 
    <OutputPath>bin\Release\</OutputPath>
59
 
    <DefineConstants>TRACE;NET_3_5</DefineConstants>
60
 
    <ErrorReport>prompt</ErrorReport>
61
 
    <WarningLevel>4</WarningLevel>
62
 
    <DocumentationFile>bin\Release\Db4objects.Db4o.NativeQueries.xml</DocumentationFile>
63
 
    <NoWarn>1591;1572;1573;1574;0419;</NoWarn>
64
 
  </PropertyGroup>
65
 
  <ItemGroup>
66
 
    <Reference Include="Cecil.FlowAnalysis, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
67
 
      <SpecificVersion>False</SpecificVersion>
68
 
      <HintPath>..\Libs\net-2.0\Cecil.FlowAnalysis.dll</HintPath>
69
 
    </Reference>
70
 
    <Reference Include="Mono.Cecil, Version=0.6.8.8607, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
71
 
      <SpecificVersion>False</SpecificVersion>
72
 
      <HintPath>..\Libs\net-2.0\Mono.Cecil.dll</HintPath>
73
 
    </Reference>
74
 
    <Reference Include="System"/>
75
 
    <Reference Include="System.Core">
76
 
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77
 
    </Reference>
78
 
    <Reference Include="System.Data"/>
79
 
    <Reference Include="System.Xml"/>
80
 
  </ItemGroup>
81
 
  <ItemGroup>
82
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\AndExpression.cs"/>
83
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\BinaryExpression.cs"/>
84
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\BoolConstExpression.cs"/>
85
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Build\ExpressionBuilder.cs"/>
86
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\ArithmeticOperator.cs"/>
87
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\ComparisonOperator.cs"/>
88
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\ArithmeticExpression.cs"/>
89
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\ArrayAccessValue.cs"/>
90
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\CandidateFieldRoot.cs"/>
91
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\ComparisonOperandDescendant.cs"/>
92
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\ComparisonOperandRoot.cs"/>
93
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\ConstValue.cs"/>
94
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\FieldValue.cs"/>
95
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\IComparisonOperand.cs"/>
96
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\IComparisonOperandAnchor.cs"/>
97
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\IComparisonOperandVisitor.cs"/>
98
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\MethodCallValue.cs"/>
99
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\PredicateFieldRoot.cs"/>
100
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\StaticFieldRoot.cs"/>
101
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\Cmp\Operand\ThreeWayComparison.cs"/>
102
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\ComparisonExpression.cs"/>
103
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\IExpression.cs"/>
104
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\IExpressionPart.cs"/>
105
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\IExpressionVisitor.cs"/>
106
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\IgnoredExpression.cs"/>
107
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\NotExpression.cs"/>
108
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\OrExpression.cs"/>
109
 
<Compile Include="Db4objects.Db4o.NativeQueries\Expr\TraversingExpressionVisitor.cs"/>
110
 
<Compile Include="Db4objects.Db4o.NativeQueries\Instrumentation\ComparisonBytecodeGeneratingVisitor.cs"/>
111
 
<Compile Include="Db4objects.Db4o.NativeQueries\Instrumentation\SODAMethodBuilder.cs"/>
112
 
<Compile Include="Db4objects.Db4o.NativeQueries\Instrumentation\TypeDeducingVisitor.cs"/>
113
 
<Compile Include="Db4objects.Db4o.NativeQueries\Optimization\ComparisonQueryGeneratingVisitor.cs"/>
114
 
<Compile Include="Db4objects.Db4o.NativeQueries\Optimization\SODAQueryBuilder.cs"/>
115
 
<Compile Include="Properties\AssemblyInfo.cs"/>
116
 
<Compile Include="native\Db4objects.Db4o.NativeQueries\AssemblyResolver.cs"/>
117
 
<Compile Include="native\Db4objects.Db4o.NativeQueries\ICachingStrategy.cs"/>
118
 
<Compile Include="native\Db4objects.Db4o.NativeQueries\NQOptimizer.cs"/>
119
 
<Compile Include="native\Db4objects.Db4o.NativeQueries\Optimization\NativeQueriesPlatform.cs"/>
120
 
<Compile Include="native\Db4objects.Db4o.NativeQueries\QueryExpressionBuilder.cs"/>
121
 
<Compile Include="native\Db4objects.Db4o.NativeQueries\SingleItemCachingStrategy.cs"/>
122
 
<Compile Include="native\Db4objects.Db4o.NativeQueries\UnsupportedPredicateException.cs"/>
123
 
</ItemGroup>
124
 
  <ItemGroup>
125
 
    <ProjectReference Include="..\Db4objects.Db4o.Instrumentation\Db4objects.Db4o.Instrumentation-2008.csproj">
126
 
      <Project>{FFA59708-14D1-4C22-B9A4-1A389EE796D5}</Project>
127
 
      <Name>Db4objects.Db4o.Instrumentation-2008</Name>
128
 
    </ProjectReference>
129
 
    <ProjectReference Include="..\Db4objects.Db4o\Db4objects.Db4o-2008.csproj">
130
 
      <Project>{600CD3BF-2ED2-4183-87F7-ADD78A968AE0}</Project>
131
 
      <Name>Db4objects.Db4o-2008</Name>
132
 
    </ProjectReference>
133
 
  </ItemGroup>
134
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets"/>
135
 
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
136
 
       Other similar extension points exist, see Microsoft.Common.targets.
137
 
  <Target Name="BeforeBuild">
138
 
  </Target>
139
 
  <Target Name="AfterBuild">
140
 
  </Target>
141
 
  -->
142
 
</Project>