Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
90 gunterl 1
//------------------------------------------------------------------------------
2
// <auto-generated>
3
//     This code was generated by a tool.
4
//     Runtime Version:2.0.50727.1433
5
//
6
//     Changes to this file may cause incorrect behavior and will be lost if
7
//     the code is regenerated.
8
// </auto-generated>
9
//------------------------------------------------------------------------------
10
 
11
using Microsoft.Dss.Core.Attributes;
12
using Microsoft.Dss.ServiceModel.Dssp;
13
using System;
14
using System.Collections.Generic;
15
using interopservices = System.Runtime.InteropServices;
16
#if NET_CF20
17
 
18
 
19
[assembly: ServiceDeclaration(DssServiceDeclaration.Proxy, SourceAssemblyKey="cf.roboboardservice.y2007.m08, version=0.0.0.0, culture=neutral, publickeytoken=7a99" +
20
    "181333b055f6")]
21
 
22
#else
23
 
24
 
25
[assembly: ServiceDeclaration(DssServiceDeclaration.Proxy, SourceAssemblyKey="roboboardservice.y2007.m08, version=0.0.0.0, culture=neutral, publickeytoken=7a99" +
26
    "181333b055f6")]
27
 
28
#endif
29
[assembly: System.Security.SecurityTransparentAttribute()]
30
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute()]
31
[assembly: interopservices.ComVisible(true)]
32
 
33