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

« back to all changes in this revision

Viewing changes to .pc/build_Twitterizer2_with_default_compiler.patch/lib/Twitterizer/Twitterizer2/Twitterizer2.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"?>
2
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
3
  <PropertyGroup>
4
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11
11
    <RootNamespace>Twitterizer</RootNamespace>
12
12
    <AssemblyName>Twitterizer2</AssemblyName>
13
13
    <FileAlignment>512</FileAlignment>
 
14
    <SignAssembly>false</SignAssembly>
14
15
    <AssemblyOriginatorKeyFile>Twitterizer2.snk</AssemblyOriginatorKeyFile>
15
16
    <FileUpgradeFlags>
16
17
    </FileUpgradeFlags>
31
32
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32
33
    <UseApplicationTrust>false</UseApplicationTrust>
33
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
35
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\twitterizer\</SolutionDir>
 
36
    <RestorePackages>true</RestorePackages>
34
37
  </PropertyGroup>
35
38
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36
39
    <DebugSymbols>true</DebugSymbols>
37
40
    <DebugType>full</DebugType>
38
41
    <Optimize>false</Optimize>
39
 
    <OutputPath>bin\Debug\</OutputPath>
 
42
    <OutputPath>..\Debug\Twitterizer2\Full\</OutputPath>
40
43
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
44
    <ErrorReport>prompt</ErrorReport>
42
45
    <WarningLevel>4</WarningLevel>
43
 
    <DocumentationFile>bin\Debug\Twitterizer2.XML</DocumentationFile>
 
46
    <DocumentationFile>..\Debug\Twitterizer2\Full\Twitterizer2.XML</DocumentationFile>
44
47
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45
48
  </PropertyGroup>
46
49
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47
50
    <DebugType>pdbonly</DebugType>
48
51
    <Optimize>true</Optimize>
49
 
    <OutputPath>..\Release\Twitterizer2\</OutputPath>
 
52
    <OutputPath>..\Release\net40\</OutputPath>
50
53
    <DefineConstants>TRACE</DefineConstants>
51
54
    <ErrorReport>prompt</ErrorReport>
52
55
    <WarningLevel>4</WarningLevel>
53
 
    <DocumentationFile>..\Release\Twitterizer2.XML</DocumentationFile>
 
56
    <DocumentationFile>..\Release\net40\Twitterizer2.XML</DocumentationFile>
54
57
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55
58
  </PropertyGroup>
56
59
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Mono-Debug|AnyCPU' ">
62
65
    <PlatformTarget>AnyCPU</PlatformTarget>
63
66
    <ErrorReport>prompt</ErrorReport>
64
67
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65
 
    <WarningLevel>4</WarningLevel>
66
 
    <Optimize>false</Optimize>
67
68
  </PropertyGroup>
68
69
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Mono-Release|AnyCPU' ">
69
70
    <OutputPath>bin\Mono-Release\</OutputPath>
75
76
    <PlatformTarget>AnyCPU</PlatformTarget>
76
77
    <ErrorReport>prompt</ErrorReport>
77
78
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78
 
    <WarningLevel>4</WarningLevel>
79
79
  </PropertyGroup>
80
80
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CCNET|AnyCPU' ">
81
81
    <DebugSymbols>true</DebugSymbols>
86
86
    <PlatformTarget>AnyCPU</PlatformTarget>
87
87
    <ErrorReport>prompt</ErrorReport>
88
88
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89
 
    <WarningLevel>4</WarningLevel>
90
 
    <Optimize>false</Optimize>
91
89
  </PropertyGroup>
92
90
  <PropertyGroup>
93
91
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
96
94
    <Reference Include="System" />
97
95
    <Reference Include="System.Drawing" />
98
96
    <Reference Include="System.Runtime.Serialization" />
99
 
    <Reference Include="System.Web" />
100
97
    <Reference Include="System.Xml" />
101
98
    <Reference Include="System.Configuration" />
102
99
    <Reference Include="System.Core" />
107
104
    </Compile>
108
105
    <Compile Include="Attributes\RateLimitedAttribute.cs" />
109
106
    <Compile Include="Attributes\AuthorizedCommandAttribute.cs" />
 
107
    <Compile Include="Core\TwitterDictionary.cs" />
110
108
    <Compile Include="Core\RequestResult.cs" />
111
109
    <Compile Include="Core\TwitterCursorPagedIdCollection.cs" />
112
110
    <Compile Include="Core\ITwitterObject.cs">
147
145
    <Compile Include="Methods\Favorites\ListFavoritesCommand.cs" />
148
146
    <Compile Include="Methods\Favorites\ListFavoritesOptions.cs" />
149
147
    <Compile Include="Methods\Favorites\TwitterFavorite.cs" />
 
148
    <Compile Include="Methods\Friendship\UpdateFriendshipOptions.cs" />
 
149
    <Compile Include="Methods\Friendship\UpdateFriendshipCommand.cs" />
 
150
    <Compile Include="Methods\Friendship\NoRetweetIDsCommand.cs" />
 
151
    <Compile Include="Methods\Friendship\TwitterRelationship.cs" />
150
152
    <Compile Include="Methods\Friendship\OutgoingFriendshipsCommand.cs" />
151
153
    <Compile Include="Methods\Friendship\OutgoingFriendshipsOptions.cs" />
152
154
    <Compile Include="Methods\Friendship\FriendsIdsCommand.cs" />
194
196
    <Compile Include="Methods\Spam\TwitterSpam.cs" />
195
197
    <Compile Include="Methods\Timeline\PagedTimelineCommand.cs" />
196
198
    <Compile Include="Methods\Timeline\UserTimelineOptions.cs" />
 
199
    <Compile Include="Methods\Trends\AvailableTrendsCommand.cs" />
 
200
    <Compile Include="Methods\Trends\AvailableTrendsOptions.cs" />
 
201
    <Compile Include="Methods\Trends\WeeklyTrendsCommand.cs" />
 
202
    <Compile Include="Methods\Trends\DailyTrendsCommand.cs" />
 
203
    <Compile Include="Methods\Trends\TrendsOptions.cs" />
 
204
    <Compile Include="Methods\Trends\TwitterTrendDictionary.cs" />
 
205
    <Compile Include="Methods\Trends\TwitterTrendLocationPlaceType.cs" />
197
206
    <Compile Include="Methods\Trends\TwitterTrendLocation.cs" />
198
207
    <Compile Include="Methods\Trends\TwitterTrendLocationCollection.cs" />
199
208
    <Compile Include="Methods\Trends\TrendsCommand.cs" />
200
 
    <Compile Include="Methods\Trends\TrendsOptions.cs" />
 
209
    <Compile Include="Methods\Trends\LocalTrendsOptions.cs" />
201
210
    <Compile Include="Methods\Search\SearchCommand.cs" />
202
211
    <Compile Include="Methods\Timeline\TimelineOptions.cs" />
203
212
    <Compile Include="Methods\Timeline\TwitterTimeline.cs" />
272
281
    <Compile Include="Methods\List\TwitterList.cs" />
273
282
    <Compile Include="Methods\List\TwitterListCollection.cs" />
274
283
    <Compile Include="Methods\Account\TwitterRateLimitStatus.cs" />
275
 
    <Compile Include="Methods\Friendship\TwitterRelationship.cs" />
 
284
    <Compile Include="Methods\Friendship\TwitterRelationshipUser.cs" />
276
285
    <Compile Include="Methods\TwitterResultTypeEnum.cs" />
277
286
    <Compile Include="Methods\Search\TwitterSearch.cs" />
278
287
    <Compile Include="Methods\Search\TwitterSearchResult.cs" />
328
337
      <Link>GettingStarted.txt</Link>
329
338
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
330
339
    </Content>
331
 
    <Content Include="..\Json.NET.license.txt">
332
 
      <Link>Json.NET.license.txt</Link>
333
 
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
334
 
    </Content>
335
340
    <Content Include="..\Twitterizer2.license.txt">
336
341
      <Link>Twitterizer2.license.txt</Link>
337
342
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
357
362
      <Name>Newtonsoft.Json</Name>
358
363
    </ProjectReference>
359
364
  </ItemGroup>
360
 
</Project>
 
365
</Project>
 
 
b'\\ No newline at end of file'