~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do.Platform/Do.Platform.mdp

  • Committer: Hardeep S
  • Date: 2009-06-23 03:53:12 UTC
  • Revision ID: ootz0rz@gmail.com-20090623035312-it8tb5wkha6nf31p
Added Do.Interface.Windows, and a bunch of cleanup with old MonoDevelop files elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Project name="Do.Platform" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2
 
  <Configurations active="Debug">
3
 
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
 
      <Output directory="bin/Debug" assembly="Do.Platform" />
5
 
      <Build debugmode="True" target="Library" />
6
 
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7
 
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8
 
    </Configuration>
9
 
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
10
 
      <Output directory="bin/Release" assembly="Do.Platform" />
11
 
      <Build debugmode="False" target="Library" />
12
 
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13
 
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14
 
    </Configuration>
15
 
  </Configurations>
16
 
  <Contents>
17
 
    <File name="src" subtype="Directory" buildaction="Compile" />
18
 
    <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
19
 
    <File name="src/Do.Platform" subtype="Directory" buildaction="Compile" />
20
 
    <File name="src/System" subtype="Directory" buildaction="Compile" />
21
 
    <File name="src/System/Linq" subtype="Directory" buildaction="Compile" />
22
 
    <File name="Resources/Do.Platform.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
23
 
    <File name="src/Do.Platform/LogBase.cs" subtype="Code" buildaction="Compile" />
24
 
    <File name="src/Do.Platform/Log.cs" subtype="Code" buildaction="Compile" />
25
 
    <File name="src/Do.Platform/LogTSender.cs" subtype="Code" buildaction="Compile" />
26
 
    <File name="src/Do.Platform/Do.Platform.Common" subtype="Directory" buildaction="Compile" />
27
 
    <File name="src/Do.Platform/Services.cs" subtype="Code" buildaction="Compile" />
28
 
    <File name="src/Do.Platform/Do.Platform.ServiceStack" subtype="Directory" buildaction="Compile" />
29
 
    <File name="src/Do.Platform/Do.Platform.ServiceStack/IService.cs" subtype="Code" buildaction="Compile" />
30
 
    <File name="src/Do.Platform/Do.Platform.Default" subtype="Directory" buildaction="Compile" />
31
 
    <File name="src/Do.Platform/Do.Platform.Default/EnvironmentService.cs" subtype="Code" buildaction="Compile" />
32
 
    <File name="src/Do.Platform/IEnvironmentService.cs" subtype="Code" buildaction="Compile" />
33
 
    <File name="src/Do.Universe" subtype="Directory" buildaction="Compile" />
34
 
    <File name="src/Do.Universe/Do.Universe.Common/EmailAction.cs" subtype="Code" buildaction="Compile" />
35
 
    <File name="src/Do.Universe/Do.Universe.Common/OpenAction.cs" subtype="Code" buildaction="Compile" />
36
 
    <File name="src/Do.Universe/Do.Universe.Common/OpenUrlAction.cs" subtype="Code" buildaction="Compile" />
37
 
    <File name="src/Do.Universe/Do.Universe.Common/OpenWithAction.cs" subtype="Code" buildaction="Compile" />
38
 
    <File name="src/Do.Universe/Do.Universe.Common/RevealAction.cs" subtype="Code" buildaction="Compile" />
39
 
    <File name="src/Do.Universe/Do.Universe.Common/RunAction.cs" subtype="Code" buildaction="Compile" />
40
 
    <File name="src/Do.Platform/ICoreService.cs" subtype="Code" buildaction="Compile" />
41
 
    <File name="src/Do.Platform/Do.Platform.Default/CoreService.cs" subtype="Code" buildaction="Compile" />
42
 
    <File name="src/Do.Platform/IPreferencesService.cs" subtype="Code" buildaction="Compile" />
43
 
    <File name="src/Do.Platform/IPreferences.cs" subtype="Code" buildaction="Compile" />
44
 
    <File name="src/Do.Platform/Do.Platform.Default/PreferencesService.cs" subtype="Code" buildaction="Compile" />
45
 
    <File name="src/Do.Platform/ILogService.cs" subtype="Code" buildaction="Compile" />
46
 
    <File name="src/Do.Platform/Do.Platform.Default/LogService.cs" subtype="Code" buildaction="Compile" />
47
 
    <File name="src/Do.Platform/Do.Platform.Common/AbstractLogService.cs" subtype="Code" buildaction="Compile" />
48
 
    <File name="src/Do.Platform/Do.Platform.Common/FileLogService.cs" subtype="Code" buildaction="Compile" />
49
 
    <File name="src/Do.Platform/Do.Platform.ServiceStack/IInitializedService.cs" subtype="Code" buildaction="Compile" />
50
 
    <File name="src/Do.Platform/Do.Platform.Common/DictionaryPreferencesService.cs" subtype="Code" buildaction="Compile" />
51
 
    <File name="src/Do.Platform/Do.Platform.Common/Tests" subtype="Directory" buildaction="Compile" />
52
 
    <File name="src/Do.Platform/Do.Platform.Common/Tests/DictionaryPreferencesServiceTests.cs" subtype="Code" buildaction="Compile" />
53
 
    <File name="src/Do.Platform/Do.Platform.Preferences" subtype="Directory" buildaction="Compile" />
54
 
    <File name="src/Do.Platform/Do.Platform.Preferences/PreferencesFactory.cs" subtype="Code" buildaction="Compile" />
55
 
    <File name="src/Do.Platform/PreferencesChangedEventArgs.cs" subtype="Code" buildaction="Compile" />
56
 
    <File name="src/Do.Platform/Do.Platform.Preferences/PreferencesImplementation.cs" subtype="Code" buildaction="Compile" />
57
 
    <File name="src/Do.Platform/Do.Platform.Preferences/Tests/PreferencesImplementationTests.cs" subtype="Code" buildaction="Compile" />
58
 
    <File name="src/Do.Platform/Do.Platform.Default/SecurePreferencesService.cs" subtype="Code" buildaction="Compile" />
59
 
    <File name="src/Do.Platform/ISecurePreferencesService.cs" subtype="Code" buildaction="Compile" />
60
 
    <File name="src/Do.Platform/IUniverseFactoryService.cs" subtype="Code" buildaction="Compile" />
61
 
    <File name="src/Do.Platform/Do.Platform.Default/UniverseFactoryService.cs" subtype="Code" buildaction="Compile" />
62
 
    <File name="src/Do.Platform/INotificationsService.cs" subtype="Code" buildaction="Compile" />
63
 
    <File name="src/Do.Platform/Do.Platform.Default/NotificationsService.cs" subtype="Code" buildaction="Compile" />
64
 
    <File name="src/Do.Platform/IWindowingService.cs" subtype="Code" buildaction="Compile" />
65
 
    <File name="src/Do.Platform/Do.Platform.Default/WindowingService.cs" subtype="Code" buildaction="Compile" />
66
 
    <File name="src/Do.Platform/NotificationEventArgs.cs" subtype="Code" buildaction="Compile" />
67
 
    <File name="src/Do.Platform/Notification.cs" subtype="Code" buildaction="Compile" />
68
 
    <File name="src/Do.Platform/Do.Platform.Common/EventsOnlyNotificationsService.cs" subtype="Code" buildaction="Compile" />
69
 
    <File name="src/Do.Platform/SecurePreferencesWrapper.cs" subtype="Code" buildaction="Compile" />
70
 
    <File name="src/Do.Platform/ActionableNotification.cs" subtype="Code" buildaction="Compile" />
71
 
    <File name="src/Do.Platform/PathsService.cs" subtype="Code" buildaction="Compile" />
72
 
    <File name="src/Do.Platform/AbstractApplicationService.cs" subtype="Code" buildaction="Compile" />
73
 
    <File name="src/Do.Platform/Do.Platform.Default/DefaultApplicationService.cs" subtype="Code" buildaction="Compile" />
74
 
    <File name="src/Do.Platform/Do.Platform.Default/DefaultPathsService.cs" subtype="Code" buildaction="Compile" />
75
 
    <File name="src/Do.Platform/Do.Platform.Common/CommonPathsService.cs" subtype="Code" buildaction="Compile" />
76
 
    <File name="src/System/Linq/EnumerableExtensions.cs" subtype="Code" buildaction="Compile" />
77
 
    <File name="src/Do.Platform/AbstractSystemService.cs" subtype="Code" buildaction="Compile" />
78
 
    <File name="src/Do.Platform/Do.Platform.Default/DefaultSystemService.cs" subtype="Code" buildaction="Compile" />
79
 
    <File name="src/Do.Platform/INetworkService.cs" subtype="Code" buildaction="Compile" />
80
 
    <File name="src/Do.Platform/NetworkStateChangedEventArgs.cs" subtype="Code" buildaction="Compile" />
81
 
    <File name="src/Do.Platform/Do.Platform.Default/NetworkService.cs" subtype="Code" buildaction="Compile" />
82
 
  </Contents>
83
 
  <References>
84
 
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
85
 
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
86
 
    <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
87
 
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
88
 
    <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
89
 
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
90
 
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
91
 
    <ProjectReference type="Gac" localcopy="True" refto="gnome-vfs-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
92
 
    <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
93
 
  </References>
94
 
</Project>
 
 
b'\\ No newline at end of file'