~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Platform/Do.Platform.csproj

  • Committer: Alex Launi
  • Date: 2010-03-30 03:23:29 UTC
  • mfrom: (1319.1.7 slnfiles)
  • Revision ID: alex.launi@gmail.com-20100330032329-eo18vlbxh44fx0qi
mergeĀ sln/csprojĀ branch

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="3.5">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 
6
    <ProductVersion>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>Do.Platform</RootNamespace>
 
11
    <AssemblyName>Do.Platform</AssemblyName>
 
12
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
15
    <DebugSymbols>true</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <Optimize>false</Optimize>
 
18
    <OutputPath>bin\Debug</OutputPath>
 
19
    <DefineConstants>DEBUG</DefineConstants>
 
20
    <ErrorReport>prompt</ErrorReport>
 
21
    <WarningLevel>4</WarningLevel>
 
22
    <PlatformTarget>x86</PlatformTarget>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>false</Optimize>
 
27
    <OutputPath>bin\Release</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <PlatformTarget>x86</PlatformTarget>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
34
      <Package>gtk-sharp-2.0</Package>
 
35
    </Reference>
 
36
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
37
      <Package>gtk-sharp-2.0</Package>
 
38
    </Reference>
 
39
    <Reference Include="Mono.Posix" />
 
40
    <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
 
41
      <Package>mono-addins</Package>
 
42
    </Reference>
 
43
    <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
 
44
      <Package>nunit</Package>
 
45
    </Reference>
 
46
    <Reference Include="System" />
 
47
    <Reference Include="System.Core" />
 
48
  </ItemGroup>
 
49
  <ItemGroup>
 
50
    <None Include="Resources\Do.Platform.addin.xml" />
 
51
  </ItemGroup>
 
52
  <ItemGroup>
 
53
    <Compile Include="src\Do.Platform\Do.Platform.Common\Tests\DictionaryPreferencesServiceTests.cs" />
 
54
    <Compile Include="src\Do.Platform\Do.Platform.Common\AbstractKeyBindingService.cs" />
 
55
    <Compile Include="src\Do.Platform\Do.Platform.Common\AbstractLogService.cs" />
 
56
    <Compile Include="src\Do.Platform\Do.Platform.Common\CommonPathsService.cs" />
 
57
    <Compile Include="src\Do.Platform\Do.Platform.Common\DictionaryPreferencesService.cs" />
 
58
    <Compile Include="src\Do.Platform\Do.Platform.Common\EventsOnlyNotificationsService.cs" />
 
59
    <Compile Include="src\Do.Platform\Do.Platform.Common\FileLogService.cs" />
 
60
    <Compile Include="src\Do.Platform\Do.Platform.Default\CoreService.cs" />
 
61
    <Compile Include="src\Do.Platform\Do.Platform.Default\DefaultApplicationService.cs" />
 
62
    <Compile Include="src\Do.Platform\Do.Platform.Default\DefaultPackageManagerService.cs" />
 
63
    <Compile Include="src\Do.Platform\Do.Platform.Default\DefaultPathsService.cs" />
 
64
    <Compile Include="src\Do.Platform\Do.Platform.Default\DefaultSystemService.cs" />
 
65
    <Compile Include="src\Do.Platform\Do.Platform.Default\EnvironmentService.cs" />
 
66
    <Compile Include="src\Do.Platform\Do.Platform.Default\KeyBindingService.cs" />
 
67
    <Compile Include="src\Do.Platform\Do.Platform.Default\LogService.cs" />
 
68
    <Compile Include="src\Do.Platform\Do.Platform.Default\NetworkService.cs" />
 
69
    <Compile Include="src\Do.Platform\Do.Platform.Default\NotificationsService.cs" />
 
70
    <Compile Include="src\Do.Platform\Do.Platform.Default\PluginManagerService.cs" />
 
71
    <Compile Include="src\Do.Platform\Do.Platform.Default\PreferencesService.cs" />
 
72
    <Compile Include="src\Do.Platform\Do.Platform.Default\SecurePreferencesService.cs" />
 
73
    <Compile Include="src\Do.Platform\Do.Platform.Default\UniverseFactoryService.cs" />
 
74
    <Compile Include="src\Do.Platform\Do.Platform.Default\WindowingService.cs" />
 
75
    <Compile Include="src\Do.Platform\Do.Platform.Preferences\Tests\PreferencesImplementationTests.cs" />
 
76
    <Compile Include="src\Do.Platform\Do.Platform.Preferences\PreferencesFactory.cs" />
 
77
    <Compile Include="src\Do.Platform\Do.Platform.Preferences\PreferencesImplementation.cs" />
 
78
    <Compile Include="src\Do.Platform\Do.Platform.ServiceStack\IInitializedService.cs" />
 
79
    <Compile Include="src\Do.Platform\Do.Platform.ServiceStack\IService.cs" />
 
80
    <Compile Include="src\Do.Platform\Do.Platform.ServiceStack\IStrictService.cs" />
 
81
    <Compile Include="src\Do.Platform\AbstractApplicationService.cs" />
 
82
    <Compile Include="src\Do.Platform\AbstractPackageManagerService.cs" />
 
83
    <Compile Include="src\Do.Platform\AbstractSystemService.cs" />
 
84
    <Compile Include="src\Do.Platform\ActionableNotification.cs" />
 
85
    <Compile Include="src\Do.Platform\ICoreService.cs" />
 
86
    <Compile Include="src\Do.Platform\IEnvironmentService.cs" />
 
87
    <Compile Include="src\Do.Platform\IKeyBindingService.cs" />
 
88
    <Compile Include="src\Do.Platform\ILogService.cs" />
 
89
    <Compile Include="src\Do.Platform\INetworkService.cs" />
 
90
    <Compile Include="src\Do.Platform\INotificationsService.cs" />
 
91
    <Compile Include="src\Do.Platform\IPluginManagerService.cs" />
 
92
    <Compile Include="src\Do.Platform\IPreferences.cs" />
 
93
    <Compile Include="src\Do.Platform\IPreferencesService.cs" />
 
94
    <Compile Include="src\Do.Platform\ISecurePreferencesService.cs" />
 
95
    <Compile Include="src\Do.Platform\IUniverseFactoryService.cs" />
 
96
    <Compile Include="src\Do.Platform\IWindowingService.cs" />
 
97
    <Compile Include="src\Do.Platform\KeyBinding.cs" />
 
98
    <Compile Include="src\Do.Platform\Log.cs" />
 
99
    <Compile Include="src\Do.Platform\LogBase.cs" />
 
100
    <Compile Include="src\Do.Platform\LogTSender.cs" />
 
101
    <Compile Include="src\Do.Platform\NetworkStateChangedEventArgs.cs" />
 
102
    <Compile Include="src\Do.Platform\Notification.cs" />
 
103
    <Compile Include="src\Do.Platform\NotificationEventArgs.cs" />
 
104
    <Compile Include="src\Do.Platform\PathsService.cs" />
 
105
    <Compile Include="src\Do.Platform\PreferencesChangedEventArgs.cs" />
 
106
    <Compile Include="src\Do.Platform\SecurePreferencesWrapper.cs" />
 
107
    <Compile Include="src\Do.Platform\Services.cs" />
 
108
    <Compile Include="src\Do.Universe\Do.Universe.Common\CopyToClipboardAction.cs" />
 
109
    <Compile Include="src\Do.Universe\Do.Universe.Common\EmailAction.cs" />
 
110
    <Compile Include="src\Do.Universe\Do.Universe.Common\OpenAction.cs" />
 
111
    <Compile Include="src\Do.Universe\Do.Universe.Common\OpenUrlAction.cs" />
 
112
    <Compile Include="src\Do.Universe\Do.Universe.Common\OpenWithAction.cs" />
 
113
    <Compile Include="src\Do.Universe\Do.Universe.Common\RevealAction.cs" />
 
114
    <Compile Include="src\Do.Universe\Do.Universe.Common\RunAction.cs" />
 
115
    <Compile Include="src\System\Linq\EnumerableExtensions.cs" />
 
116
  </ItemGroup>
 
117
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
118
  <ItemGroup>
 
119
    <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
 
120
      <Project>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</Project>
 
121
      <Name>Do.Universe</Name>
 
122
    </ProjectReference>
 
123
  </ItemGroup>
 
124
</Project>
 
 
b'\\ No newline at end of file'