~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Universe/Do.Universe.csproj

  • Committer: rugby471 at gmail
  • Date: 2010-10-15 16:08:38 UTC
  • Revision ID: rugby471@gmail.com-20101015160838-z9m3utbf7bxzb5ty
reverted to before docky removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
 
 
b'<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">'
2
0
 <PropertyGroup>
3
1
   <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
2
   <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
5
3
   <ProductVersion>9.0.21022</ProductVersion>
6
4
   <SchemaVersion>2.0</SchemaVersion>
7
5
   <ProjectGuid>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</ProjectGuid>
8
6
   <OutputType>Library</OutputType>
9
7
   <RootNamespace>Do.Universe</RootNamespace>
10
8
   <AssemblyName>Do.Universe</AssemblyName>
11
9
   <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12
10
 </PropertyGroup>
13
11
 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14
12
   <DebugSymbols>true</DebugSymbols>
15
13
   <DebugType>full</DebugType>
16
14
   <Optimize>false</Optimize>
17
15
   <OutputPath>bin\Debug</OutputPath>
18
16
   <DefineConstants>DEBUG</DefineConstants>
19
17
   <ErrorReport>prompt</ErrorReport>
20
18
   <WarningLevel>4</WarningLevel>
21
19
   <PlatformTarget>x86</PlatformTarget>
22
20
 </PropertyGroup>
23
21
 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
24
22
   <DebugType>none</DebugType>
25
23
   <Optimize>false</Optimize>
26
24
   <OutputPath>bin\Release</OutputPath>
27
25
   <ErrorReport>prompt</ErrorReport>
28
26
   <WarningLevel>4</WarningLevel>
29
27
   <PlatformTarget>x86</PlatformTarget>
30
28
 </PropertyGroup>
31
29
 <ItemGroup>
32
30
   <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
33
31
     <Package>gtk-sharp-2.0</Package>
34
32
   </Reference>
35
33
   <Reference Include="System" />
36
34
   <Reference Include="System.Core" />
37
35
   <Reference Include="Mono.Posix" />
38
36
 </ItemGroup>
39
37
 <ItemGroup>
40
38
   <None Include="Resources\Do.Universe.addin.xml" />
41
39
   <None Include="Resources\phone.png" />
42
40
 </ItemGroup>
43
41
 <ItemGroup>
44
42
   <Compile Include="src\Do.Universe\Do.Universe.Common\AddressContactDetailItem.cs" />
45
43
   <Compile Include="src\Do.Universe\Do.Universe.Common\BookmarkItem.cs" />
46
44
   <Compile Include="src\Do.Universe\Do.Universe.Common\ContactDetailItem.cs" />
47
45
   <Compile Include="src\Do.Universe\Do.Universe.Common\EmailContactDetailItem.cs" />
48
46
   <Compile Include="src\Do.Universe\Do.Universe.Common\PhoneContactDetailItem.cs" />
49
47
   <Compile Include="src\Do.Universe\Do.Universe.Common\TextItem.cs" />
50
48
   <Compile Include="src\Do.Universe\Do.Universe.Safe\SafeAct.cs" />
51
49
   <Compile Include="src\Do.Universe\Do.Universe.Safe\SafeElement.cs" />
52
50
   <Compile Include="src\Do.Universe\Do.Universe.Safe\SafeItem.cs" />
53
51
   <Compile Include="src\Do.Universe\Do.Universe.Safe\SafeItemSource.cs" />
54
52
   <Compile Include="src\Do.Universe\Act.cs" />
55
53
   <Compile Include="src\Do.Universe\ContactItem.cs" />
56
54
   <Compile Include="src\Do.Universe\Element.cs" />
57
55
   <Compile Include="src\Do.Universe\EmptyElement.cs" />
58
56
   <Compile Include="src\Do.Universe\EmptyItem.cs" />
59
57
   <Compile Include="src\Do.Universe\IApplicationItem.cs" />
60
58
   <Compile Include="src\Do.Universe\IBookmarkItem.cs" />
61
59
   <Compile Include="src\Do.Universe\IContactDetailItem.cs" />
62
60
   <Compile Include="src\Do.Universe\IElement.cs" />
63
61
   <Compile Include="src\Do.Universe\IFileItem.cs" />
64
62
   <Compile Include="src\Do.Universe\IItem.cs" />
65
63
   <Compile Include="src\Do.Universe\IOpenableItem.cs" />
66
64
   <Compile Include="src\Do.Universe\IRunnableItem.cs" />
67
65
   <Compile Include="src\Do.Universe\Item.cs" />
68
66
   <Compile Include="src\Do.Universe\ItemSource.cs" />
69
67
   <Compile Include="src\Do.Universe\ITextItem.cs" />
70
68
   <Compile Include="src\Do.Universe\IUriItem.cs" />
71
69
   <Compile Include="src\Do.Universe\IUrlItem.cs" />
72
70
   <Compile Include="src\Do.Universe\ProxyItem.cs" />
73
71
 </ItemGroup>
74
72
 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
 
b'</Project>'
 
 
b'\\ No newline at end of file'