- Data:
- 2009-11-24 12:21:39 (16 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
eCard/eCardMVC/Platnosci.Tests/Platnosci.Tests.csproj (zmodyfikowane) (4 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 1 /branches/Abonament:701-884 1 2 /branches/AutoShopper:815-818 2 3 /branches/ReklamaReorganizacja:568-731 3 4 /tags/BazaReklam_1.1.28:831 4 /trunk:774-8 685 /trunk:774-893
-
- Property svn:mergeinfo
-
branches/Emisje/eCard/eCardMVC/Platnosci.Tests/Platnosci.Tests.csproj
r866 r895 32 32 </PropertyGroup> 33 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> 34 38 <Reference Include="MvcContrib, Version=1.5.996.0, Culture=neutral, processorArchitecture=MSIL"> 35 39 <SpecificVersion>False</SpecificVersion> … … 56 60 <RequiredTargetFramework>3.5</RequiredTargetFramework> 57 61 </Reference> 62 <Reference Include="System.Web.Abstractions"> 63 <RequiredTargetFramework>3.5</RequiredTargetFramework> 64 </Reference> 58 65 <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> 59 66 <Reference Include="System.Xml.Linq"> … … 65 72 <Reference Include="System.Data" /> 66 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> 67 78 </ItemGroup> 68 79 <ItemGroup> 69 80 <Compile Include="Properties\AssemblyInfo.cs" /> 81 <Compile Include="Web\FakeDataContext.cs" /> 82 <Compile Include="Web\Function.cs" /> 70 83 <Compile Include="Web\PlatnosciControllerTests.cs" /> 84 <Compile Include="Web\TestMethods.cs" /> 85 <Compile Include="Web\UIAccountTest.cs" /> 86 <Compile Include="Web\UIPlatnosciTests.cs" /> 71 87 </ItemGroup> 72 88 <ItemGroup> … … 80 96 </ProjectReference> 81 97 </ItemGroup> 98 <ItemGroup> 99 <None Include="app.config" /> 100 </ItemGroup> 82 101 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 83 102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
