~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Platform.OSX/Do.Platform.OSX.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>{39CF1D2E-FF28-4B4C-86DE-F98D54448A05}</ProjectGuid>
8
6
   <OutputType>Library</OutputType>
9
7
   <RootNamespace>Do.Platform.OSX</RootNamespace>
10
8
   <AssemblyName>Do.Platform.OSX</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
 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
 
b'</Project>'
 
 
b'\\ No newline at end of file'