| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|---|
| 3 | <PropertyGroup>
|
|---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
|---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
|---|
| 8 | <ProjectGuid>{1FD307C6-4D2F-4013-BD60-DD36FFE08CD4}</ProjectGuid>
|
|---|
| 9 | <OutputType>Library</OutputType>
|
|---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
|---|
| 11 | <RootNamespace>adMoto.Payments.Test</RootNamespace>
|
|---|
| 12 | <AssemblyName>adMoto.Payments.Test</AssemblyName>
|
|---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|---|
| 14 | <FileAlignment>512</FileAlignment>
|
|---|
| 15 | </PropertyGroup>
|
|---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
|---|
| 18 | <DebugType>full</DebugType>
|
|---|
| 19 | <Optimize>false</Optimize>
|
|---|
| 20 | <OutputPath>bin\Debug\</OutputPath>
|
|---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
|---|
| 23 | <WarningLevel>4</WarningLevel>
|
|---|
| 24 | </PropertyGroup>
|
|---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|---|
| 26 | <DebugType>pdbonly</DebugType>
|
|---|
| 27 | <Optimize>true</Optimize>
|
|---|
| 28 | <OutputPath>bin\Release\</OutputPath>
|
|---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
|---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
|---|
| 31 | <WarningLevel>4</WarningLevel>
|
|---|
| 32 | </PropertyGroup>
|
|---|
| 33 | <ItemGroup>
|
|---|
| 34 | <Reference Include="Interop.SHDocVw, Version=1.1.0.0, Culture=neutral, PublicKeyToken=db7cfd3acb5ad44e, processorArchitecture=MSIL">
|
|---|
| 35 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 36 | <HintPath>..\lib\Interop.SHDocVw.dll</HintPath>
|
|---|
| 37 | </Reference>
|
|---|
| 38 | <Reference Include="Moq, Version=4.0.812.4, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
|---|
| 39 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 40 | <HintPath>..\lib\Moq.dll</HintPath>
|
|---|
| 41 | </Reference>
|
|---|
| 42 | <Reference Include="MvcContrib, Version=1.5.996.0, Culture=neutral, processorArchitecture=MSIL">
|
|---|
| 43 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 44 | <HintPath>..\lib\MvcContrib.dll</HintPath>
|
|---|
| 45 | </Reference>
|
|---|
| 46 | <Reference Include="MvcContrib.FluentHtml, Version=1.5.996.0, Culture=neutral, processorArchitecture=MSIL">
|
|---|
| 47 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 48 | <HintPath>..\lib\MvcContrib.FluentHtml.dll</HintPath>
|
|---|
| 49 | </Reference>
|
|---|
| 50 | <Reference Include="MvcContrib.TestHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|---|
| 51 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 52 | <HintPath>..\lib\MvcContrib.TestHelper.dll</HintPath>
|
|---|
| 53 | </Reference>
|
|---|
| 54 | <Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|---|
| 55 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 56 | <HintPath>..\lib\nunit.framework.dll</HintPath>
|
|---|
| 57 | </Reference>
|
|---|
| 58 | <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
|
|---|
| 59 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 60 | <HintPath>..\lib\Rhino.Mocks.dll</HintPath>
|
|---|
| 61 | </Reference>
|
|---|
| 62 | <Reference Include="System" />
|
|---|
| 63 | <Reference Include="System.Core">
|
|---|
| 64 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|---|
| 65 | </Reference>
|
|---|
| 66 | <Reference Include="System.Web.Abstractions">
|
|---|
| 67 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|---|
| 68 | </Reference>
|
|---|
| 69 | <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|---|
| 70 | <Reference Include="System.Xml.Linq">
|
|---|
| 71 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|---|
| 72 | </Reference>
|
|---|
| 73 | <Reference Include="System.Data.DataSetExtensions">
|
|---|
| 74 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|---|
| 75 | </Reference>
|
|---|
| 76 | <Reference Include="System.Data" />
|
|---|
| 77 | <Reference Include="System.Xml" />
|
|---|
| 78 | <Reference Include="WatiN.Core, Version=2.0.10.928, Culture=neutral, PublicKeyToken=db7cfd3acb5ad44e, processorArchitecture=x86">
|
|---|
| 79 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 80 | <HintPath>..\lib\WatiN.Core.dll</HintPath>
|
|---|
| 81 | </Reference>
|
|---|
| 82 | </ItemGroup>
|
|---|
| 83 | <ItemGroup>
|
|---|
| 84 | <Compile Include="Properties\AssemblyInfo.cs" />
|
|---|
| 85 | <Compile Include="TestRunner.cs" />
|
|---|
| 86 | <Compile Include="UI\UIData.cs" />
|
|---|
| 87 | <Compile Include="UI\UIHelper.cs" />
|
|---|
| 88 | <Compile Include="Utils\eCardDataTests.cs" />
|
|---|
| 89 | <Compile Include="Utils\PaymentUtilsTests.cs" />
|
|---|
| 90 | <Compile Include="Controllers\MerchantControllerTests.cs" />
|
|---|
| 91 | <Compile Include="Fakes\FakeDataContext.cs" />
|
|---|
| 92 | <Compile Include="Fakes\FakeTranslation.cs" />
|
|---|
| 93 | <Compile Include="Fakes\TestDataHelper.cs" />
|
|---|
| 94 | <Compile Include="Controllers\PlatnosciControllerTests.cs" />
|
|---|
| 95 | <Compile Include="Controllers\eCardControllerTests.cs" />
|
|---|
| 96 | <Compile Include="Utils\TestDataHelperTests.cs" />
|
|---|
| 97 | <Compile Include="UI\AuthenticationTests.cs" />
|
|---|
| 98 | <Compile Include="UI\ValidationTests.cs" />
|
|---|
| 99 | <Compile Include="UI\MerchantTests.cs" />
|
|---|
| 100 | <Compile Include="Utils\MerchantTests.cs" />
|
|---|
| 101 | </ItemGroup>
|
|---|
| 102 | <ItemGroup>
|
|---|
| 103 | <ProjectReference Include="..\adMoto.Payments.Core\adMoto.Payments.Core.csproj">
|
|---|
| 104 | <Project>{C14BEFFA-8EAC-4E07-AEB2-27D2B3E46469}</Project>
|
|---|
| 105 | <Name>adMoto.Payments.Core</Name>
|
|---|
| 106 | </ProjectReference>
|
|---|
| 107 | <ProjectReference Include="..\adMoto.Payments.Web\adMoto.Payments.Web.csproj">
|
|---|
| 108 | <Project>{19B73EC2-0D53-4F8C-91E1-A08FCC0174E5}</Project>
|
|---|
| 109 | <Name>adMoto.Payments.Web</Name>
|
|---|
| 110 | </ProjectReference>
|
|---|
| 111 | </ItemGroup>
|
|---|
| 112 | <ItemGroup>
|
|---|
| 113 | <None Include="app.config" />
|
|---|
| 114 | </ItemGroup>
|
|---|
| 115 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|---|
| 116 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|---|
| 117 | Other similar extension points exist, see Microsoft.Common.targets.
|
|---|
| 118 | <Target Name="BeforeBuild">
|
|---|
| 119 | </Target>
|
|---|
| 120 | <Target Name="AfterBuild">
|
|---|
| 121 | </Target>
|
|---|
| 122 | -->
|
|---|
| 123 | </Project> |
|---|