| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <PropertyGroup> | |
| <ProjectType>Local</ProjectType> | |
| <ProductVersion>9.0.30729</ProductVersion> | |
| <SchemaVersion>2.0</SchemaVersion> | |
| <ProjectGuid>{69F4FF0E-13DE-4AF6-B8AF-572A36239083}</ProjectGuid> | |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| <ApplicationIcon> | |
| </ApplicationIcon> | |
| <AssemblyKeyContainerName> | |
| </AssemblyKeyContainerName> | |
| <AssemblyName>ThoughtWorks.Selenium.Core</AssemblyName> | |
| <AssemblyOriginatorKeyFile>..\..\..\WebDriver.snk</AssemblyOriginatorKeyFile> | |
| <DefaultClientScript>JScript</DefaultClientScript> | |
| <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | |
| <DefaultTargetSchema>IE50</DefaultTargetSchema> | |
| <DelaySign>false</DelaySign> | |
| <OutputType>Library</OutputType> | |
| <RootNamespace>ThoughtWorks.Selenium.Core</RootNamespace> | |
| <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | |
| <StartupObject> | |
| </StartupObject> | |
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
| <FileUpgradeFlags> | |
| </FileUpgradeFlags> | |
| <OldToolsVersion>3.5</OldToolsVersion> | |
| <UpgradeBackupLocation /> | |
| <PublishUrl>publish\</PublishUrl> | |
| <Install>true</Install> | |
| <InstallFrom>Disk</InstallFrom> | |
| <UpdateEnabled>false</UpdateEnabled> | |
| <UpdateMode>Foreground</UpdateMode> | |
| <UpdateInterval>7</UpdateInterval> | |
| <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
| <UpdatePeriodically>false</UpdatePeriodically> | |
| <UpdateRequired>false</UpdateRequired> | |
| <MapFileExtensions>true</MapFileExtensions> | |
| <ApplicationRevision>0</ApplicationRevision> | |
| <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
| <IsWebBootstrapper>false</IsWebBootstrapper> | |
| <UseApplicationTrust>false</UseApplicationTrust> | |
| <BootstrapperEnabled>true</BootstrapperEnabled> | |
| <TargetFrameworkProfile /> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| <OutputPath>..\..\..\build\cli\Debug\</OutputPath> | |
| <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | |
| <BaseAddress>285212672</BaseAddress> | |
| <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | |
| <ConfigurationOverrideFile> | |
| </ConfigurationOverrideFile> | |
| <DefineConstants>CODE_ANALYSIS</DefineConstants> | |
| <DocumentationFile>..\..\..\build\cli\Debug\ThoughtWorks.Selenium.Core.xml</DocumentationFile> | |
| <DebugSymbols>true</DebugSymbols> | |
| <FileAlignment>4096</FileAlignment> | |
| <NoStdLib>false</NoStdLib> | |
| <NoWarn> | |
| </NoWarn> | |
| <Optimize>false</Optimize> | |
| <RegisterForComInterop>false</RegisterForComInterop> | |
| <RemoveIntegerChecks>false</RemoveIntegerChecks> | |
| <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | |
| <WarningLevel>4</WarningLevel> | |
| <DebugType>full</DebugType> | |
| <ErrorReport>prompt</ErrorReport> | |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
| <DebugSymbols>true</DebugSymbols> | |
| <OutputPath>..\..\..\build\cli\Release\</OutputPath> | |
| <BaseAddress>285212672</BaseAddress> | |
| <DocumentationFile>..\..\..\build\cli\Release\ThoughtWorks.Selenium.Core.xml</DocumentationFile> | |
| <FileAlignment>4096</FileAlignment> | |
| <DebugType>full</DebugType> | |
| <PlatformTarget>AnyCPU</PlatformTarget> | |
| <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
| <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
| <ErrorReport>prompt</ErrorReport> | |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
| </PropertyGroup> | |
| <PropertyGroup> | |
| <SignAssembly>true</SignAssembly> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Reference Include="System"> | |
| <Name>System</Name> | |
| </Reference> | |
| <Reference Include="System.Core"> | |
| <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
| </Reference> | |
| <Reference Include="System.Data"> | |
| <Name>System.Data</Name> | |
| </Reference> | |
| <Reference Include="System.Web" /> | |
| <Reference Include="System.Xml"> | |
| <Name>System.XML</Name> | |
| </Reference> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Compile Include="Properties\AssemblyInfo.cs"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| <Compile Include="DefaultRemoteCommand.cs"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| <Compile Include="DefaultSelenium.cs"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| <Compile Include="HttpCommandProcessor.cs"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| <Compile Include="ICommandProcessor.cs"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| <Compile Include="IRemoteCommand.cs"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| <Compile Include="ISelenium.cs"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| <Compile Include="SeleniumException.cs"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
| <Visible>False</Visible> | |
| <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |
| <Install>false</Install> | |
| </BootstrapperPackage> | |
| <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
| <Visible>False</Visible> | |
| <ProductName>.NET Framework 3.5 SP1</ProductName> | |
| <Install>true</Install> | |
| </BootstrapperPackage> | |
| <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | |
| <Visible>False</Visible> | |
| <ProductName>Windows Installer 3.1</ProductName> | |
| <Install>true</Install> | |
| </BootstrapperPackage> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <None Include="..\..\..\WebDriver.snk"> | |
| <Link>WebDriver.snk</Link> | |
| </None> | |
| </ItemGroup> | |
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
| <PropertyGroup> | |
| <PreBuildEvent> | |
| </PreBuildEvent> | |
| <PostBuildEvent> | |
| </PostBuildEvent> | |
| </PropertyGroup> | |
| </Project> |