~do-win/do/test-paths

« back to all changes in this revision

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

  • Committer: Chris S.
  • Date: 2009-06-24 05:16:06 UTC
  • Revision ID: chris@szikszoy.com-20090624051606-9g5ip3nfkau6pvzl
add windows paths service

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  <PropertyGroup>
4
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
 
    <ProductVersion>9.0.21022</ProductVersion>
 
6
    <ProductVersion>9.0.30729</ProductVersion>
7
7
    <SchemaVersion>2.0</SchemaVersion>
8
8
    <ProjectGuid>{99FBFAD8-4176-4D04-8D6D-2C66A4041C01}</ProjectGuid>
9
9
    <OutputType>Library</OutputType>
79
79
    <Compile Include="src\Do.Platform\Do.Platform.Windows\TrayIconPreferences.cs" />
80
80
    <Compile Include="src\Do.Platform\Do.Platform.Windows\TrayIconService.cs" />
81
81
    <Compile Include="src\Do.Platform\Do.Platform.Windows\UniverseFactoryService.cs" />
 
82
    <Compile Include="src\Do.Platform\Do.Platform.Windows\WindowsPathsService.cs" />
82
83
    <Compile Include="src\Do.Universe\ApplicationItem.cs" />
83
84
    <Compile Include="src\Do.Universe\ApplicationItemSource.cs" />
84
85
    <Compile Include="src\Do.Universe\CategoryItem.cs" />
87
88
    <Compile Include="src\Do.Universe\GNOMESpecialLocationsItemSource.cs" />
88
89
    <Compile Include="src\Do.Universe\NullApplicationItem.cs" />
89
90
    <Compile Include="src\Do.Widgets\AbstractLoginWidget.cs" />
 
91
    <Compile Include="src\Extensions\WinAPIFolder.cs" />
90
92
  </ItemGroup>
91
93
  <ItemGroup>
92
94
    <EmbeddedResource Include="Properties\Resources.resx">