~veixar/do-plugins/imdb-metacritic-search

« back to all changes in this revision

Viewing changes to Opera/Opera.mdp

  • Committer: Veixar
  • Date: 2012-07-08 14:09:41 UTC
  • Revision ID: veixar@gmail.com-20120708140941-1v26v88g87pm1ujl
Added ImdbSerch and MetacriticSearch plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Project name="Opera" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
 
1
<Project name="Opera" fileversion="2.0" DefaultNamespace="Opera" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2
2
  <Configurations active="Debug">
3
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
4
      <Output directory="bin/Debug" assembly="Opera" />
5
5
      <Build debugmode="True" target="Library" />
6
 
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
 
6
      <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
7
7
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8
8
    </Configuration>
9
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
10
10
      <Output directory="bin/Release" assembly="Opera" />
11
11
      <Build debugmode="False" target="Library" />
12
 
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
 
12
      <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
13
13
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14
14
    </Configuration>
15
15
  </Configurations>
16
16
  <Contents>
17
 
    <File name="src" subtype="Directory" buildaction="Compile" />
18
 
    <File name="src/OperaBookmarkItemSource.cs" subtype="Code" buildaction="Compile" />
19
 
    <File name="Resources/Opera.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
 
17
    <File subtype="Directory" buildaction="Compile" name="src" />
 
18
    <File subtype="Code" buildaction="Compile" name="src/OperaBookmarkItemSource.cs" />
 
19
    <File subtype="Code" buildaction="EmbedAsResource" name="Resources/Opera.addin.xml" />
20
20
  </Contents>
21
21
  <References>
22
22
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />