Changeset 1739
- Timestamp:
- 08/14/08 14:54:57 (4 months ago)
- Files:
-
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/BrowserAutomation.csproj (modified) (2 diffs)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/bin/Debug/BrowserAutomation.exe (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/bin/Debug/BrowserAutomation.pdb (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/bin/Debug/Interop.SHDocVw.dll (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/BrowserAutomation.csproj.FileListAbsolute.txt (modified) (1 diff)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/BrowserAutomation.csproj.ResolveComReference.cache (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/BrowserAutomation.exe (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/BrowserAutomation.pdb (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/Interop.SHDocVw.dll (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/BrowserAutomation.csproj
r1733 r1739 32 32 </PropertyGroup> 33 33 <ItemGroup> 34 <Reference Include="Interop.SHDocVw, Version=1.1.0.0, Culture=neutral">35 <SpecificVersion>False</SpecificVersion>36 <HintPath>..\References\Interop.SHDocVw.dll</HintPath>37 </Reference>38 34 <Reference Include="System" /> 39 35 <Reference Include="System.Core"> … … 55 51 <ItemGroup> 56 52 <Compile Include="Firefox.cs" /> 57 <Compile Include="IE.cs" />58 53 <Compile Include="Automation.cs" /> 54 <Compile Include="IE.cs"> 55 <SubType>Code</SubType> 56 </Compile> 59 57 <Compile Include="Properties\AssemblyInfo.cs" /> 58 </ItemGroup> 59 <ItemGroup> 60 <COMReference Include="SHDocVw"> 61 <Guid>{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}</Guid> 62 <VersionMajor>1</VersionMajor> 63 <VersionMinor>1</VersionMinor> 64 <Lcid>0</Lcid> 65 <WrapperTool>tlbimp</WrapperTool> 66 <Isolated>False</Isolated> 67 </COMReference> 60 68 </ItemGroup> 61 69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/BrowserAutomation.csproj.FileListAbsolute.txt
r1733 r1739 8 8 D:\Work\HoneyClient\BrowserAutomation\BrowserAutomation\bin\Debug\nunit.framework.dll 9 9 D:\Work\HoneyClient\BrowserAutomation\BrowserAutomation\bin\Debug\WatiN.Core.xml 10 D:\Work\HoneyClient\BrowserAutomation\BrowserAutomation\obj\Debug\Interop.SHDocVw.dll 11 D:\Work\HoneyClient\BrowserAutomation\BrowserAutomation\obj\Debug\BrowserAutomation.csproj.ResolveComReference.cache
