~mandel/ubuntuone-windows-installer/install_service_wix

« back to all changes in this revision

Viewing changes to src/Canonical.UbuntuOne.ProcessDispatcher/Canonical.UbuntuOne.ProcessDispatcher.csproj

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 14:45:50 UTC
  • Revision ID: mandel@themacaque.com-20100708144550-27npe21c8vln8oub
Added missing conversions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
3
  <PropertyGroup>
4
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
9
9
    <OutputType>Exe</OutputType>
10
10
    <RootNamespace>Canonical.UbuntuOne.ProcessDispatcher</RootNamespace>
11
11
    <AssemblyName>Canonical.UbuntuOne.ProcessDispatcher</AssemblyName>
12
 
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13
12
  </PropertyGroup>
14
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
15
14
    <DebugSymbols>true</DebugSymbols>
83
82
    </ProjectReference>
84
83
  </ItemGroup>
85
84
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
85
  <ProjectExtensions>
 
86
    <MonoDevelop>
 
87
      <Properties InternalTargetFrameworkVersion="3.5" />
 
88
    </MonoDevelop>
 
89
  </ProjectExtensions>
86
90
</Project>
 
 
b'\\ No newline at end of file'