~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to GMailContacts/GMailContacts.mdp

  • Committer: Alex Launi
  • Date: 2008-05-29 23:01:38 UTC
  • Revision ID: alex@eriktorvaldsonn-20080529230138-zti0z6a2528zxdqh
Make GCal and GMail handle SSL without mozroots

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Project name="GMailContacts" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2
 
  <Configurations active="Debug">
 
2
  <Configurations active="Release">
3
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
4
      <Output directory="bin/Debug" assembly="GMailContacts" />
5
5
      <Build debugmode="True" target="Library" />
23
23
    <File name="src/GMail.cs" subtype="Code" buildaction="Compile" />
24
24
    <File name="src/GMailContactItemSource.cs" subtype="Code" buildaction="Compile" />
25
25
    <File name="src/GMailContactDetailItem.cs" subtype="Code" buildaction="Compile" />
 
26
    <File name="src/CertHandler.cs" subtype="Code" buildaction="Compile" />
26
27
  </Contents>
27
28
  <References>
28
29
    <ProjectReference type="Assembly" localcopy="True" refto="Google.GData.Extensions.dll" />
31
32
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" />
32
33
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
33
34
    <ProjectReference type="Gac" localcopy="True" refto="Gnome.Keyring, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1a73e1bde00c9b66" />
 
35
    <ProjectReference type="Gac" localcopy="True" refto="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
34
36
  </References>
35
37
</Project>
 
 
b'\\ No newline at end of file'