~do-win/do/test-paths

« back to all changes in this revision

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

  • Committer: Hardeep S
  • Date: 2009-06-22 02:28:55 UTC
  • Revision ID: ootz0rz@gmail.com-20090622022855-embecxnw2c3dbb53
added a reference to the Windows Scripting Host COM object for use in ApplicationItem. ApplicationItem now uses the WSH to deal with shortcut files similar to how it worked with .desktop files prior. ApplicationItemSource updated to reflect changes in ApplicationItem

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.30729</ProductVersion>
 
6
    <ProductVersion>9.0.21022</ProductVersion>
7
7
    <SchemaVersion>2.0</SchemaVersion>
8
8
    <ProjectGuid>{99FBFAD8-4176-4D04-8D6D-2C66A4041C01}</ProjectGuid>
9
9
    <OutputType>Library</OutputType>
117
117
    </ProjectReference>
118
118
  </ItemGroup>
119
119
  <ItemGroup>
 
120
    <COMReference Include="IWshRuntimeLibrary">
 
121
      <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
 
122
      <VersionMajor>1</VersionMajor>
 
123
      <VersionMinor>0</VersionMinor>
 
124
      <Lcid>0</Lcid>
 
125
      <WrapperTool>tlbimp</WrapperTool>
 
126
      <Isolated>False</Isolated>
 
127
    </COMReference>
 
128
  </ItemGroup>
 
129
  <ItemGroup>
120
130
    <Folder Include="src\Plugins\Applications\" />
121
131
    <Folder Include="src\Plugins\Clipboard\" />
122
132
    <Folder Include="src\Plugins\GNOME\" />