root/trunk/eCard/eCardMVC/Platnosci.Tests/Platnosci.Tests.csproj @ 919

Wersja 919, 5.4 KB (wprowadzona przez alina, 16 years temu)

re #215 testy dla controlera merchant, dodanie do linku powrotnego parametru ordernumber, dodanie komunikatu do akcji fail,

Line 
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>Platnosci.Tests</RootNamespace>
12    <AssemblyName>Platnosci.Tests</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="Moq, Version=4.0.812.4, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\..\..\..\Documents and Settings\Administrator\Pulpit\Moq.4.0.812.4-bin\Moq.dll</HintPath>
37    </Reference>
38    <Reference Include="MvcContrib, Version=1.5.996.0, Culture=neutral, processorArchitecture=MSIL">
39      <SpecificVersion>False</SpecificVersion>
40      <HintPath>..\lib\MvcContrib.dll</HintPath>
41    </Reference>
42    <Reference Include="MvcContrib.FluentHtml, Version=1.5.996.0, Culture=neutral, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\lib\MvcContrib.FluentHtml.dll</HintPath>
45    </Reference>
46    <Reference Include="MvcContrib.TestHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\lib\MvcContrib.TestHelper.dll</HintPath>
49    </Reference>
50    <Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\lib\nunit.framework.dll</HintPath>
53    </Reference>
54    <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\lib\Rhino.Mocks.dll</HintPath>
57    </Reference>
58    <Reference Include="System" />
59    <Reference Include="System.Core">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.Web.Abstractions">
63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
66    <Reference Include="System.Xml.Linq">
67      <RequiredTargetFramework>3.5</RequiredTargetFramework>
68    </Reference>
69    <Reference Include="System.Data.DataSetExtensions">
70      <RequiredTargetFramework>3.5</RequiredTargetFramework>
71    </Reference>
72    <Reference Include="System.Data" />
73    <Reference Include="System.Xml" />
74    <Reference Include="WatiN.Core, Version=2.0.10.928, Culture=neutral, PublicKeyToken=db7cfd3acb5ad44e, processorArchitecture=x86">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\..\..\Documents and Settings\Administrator\Pulpit\WatiN-2.0.10.928-net-2.0\bin\WatiN.Core.dll</HintPath>
77    </Reference>
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="Properties\AssemblyInfo.cs" />
81    <Compile Include="Web\MerchantControllerTests.cs" />
82    <Compile Include="Web\FakeDataContext.cs" />
83    <Compile Include="Web\FakeTranslate.cs" />
84    <Compile Include="Web\Function.cs" />
85    <Compile Include="Web\PlatnosciControllerTests.cs" />
86    <Compile Include="Web\StatusTest.cs" />
87    <Compile Include="Web\TestMethods.cs" />
88    <Compile Include="Web\UIAccountTest.cs" />
89    <Compile Include="Web\UIPlatnosciTests.cs" />
90  </ItemGroup>
91  <ItemGroup>
92    <ProjectReference Include="..\Platnosci.Core\Platnosci.Core.csproj">
93      <Project>{329506B5-F705-46AE-A31D-799141FEA70E}</Project>
94      <Name>Platnosci.Core</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\Platnosci\Platnosci.Web.csproj">
97      <Project>{19B73EC2-0D53-4F8C-91E1-A08FCC0174E5}</Project>
98      <Name>Platnosci.Web</Name>
99    </ProjectReference>
100  </ItemGroup>
101  <ItemGroup>
102    <None Include="app.config" />
103  </ItemGroup>
104  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106       Other similar extension points exist, see Microsoft.Common.targets.
107  <Target Name="BeforeBuild">
108  </Target>
109  <Target Name="AfterBuild">
110  </Target>
111  -->
112</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.