Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web.Tests/Agendas.Web.Tests.csproj @ 275:bf993f99cee3
Ticket #123: Patrocinadores de las vans.
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 14 Dec 2011 08:15:44 -0300 |
parents | b87a4875b2b6 |
children | c8f378272407 |
rev | line source |
---|---|
179 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{10FECBBD-F07F-4721-87DA-D3184CF86C90}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Agendas.Web.Tests</RootNamespace> | |
12 <AssemblyName>Agendas.Web.Tests</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</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> | |
243
59f8fa2f835e
Ticket 177: Valor de Duración de VAN en 0.
juanjose.montesdeocaarbos
parents:
242
diff
changeset
|
34 <Reference Include="Castle.Core"> |
59f8fa2f835e
Ticket 177: Valor de Duración de VAN en 0.
juanjose.montesdeocaarbos
parents:
242
diff
changeset
|
35 <HintPath>..\packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll</HintPath> |
59f8fa2f835e
Ticket 177: Valor de Duración de VAN en 0.
juanjose.montesdeocaarbos
parents:
242
diff
changeset
|
36 </Reference> |
241
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
37 <Reference Include="Moq"> |
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
38 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> |
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
39 </Reference> |
237
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
40 <Reference Include="NHibernate, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL" /> |
233
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
41 <Reference Include="NHibernate.ByteCode.Castle"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
42 <HintPath>..\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
43 </Reference> |
179 | 44 <Reference Include="nunit.framework"> |
45 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> | |
46 </Reference> | |
47 <Reference Include="System" /> | |
48 <Reference Include="System.Core" /> | |
275
bf993f99cee3
Ticket #123: Patrocinadores de las vans.
juanjose.montesdeocaarbos
parents:
262
diff
changeset
|
49 <Reference Include="System.Drawing" /> |
245 | 50 <Reference Include="System.Web" /> |
179 | 51 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
52 <Reference Include="System.Xml.Linq" /> | |
53 <Reference Include="System.Data.DataSetExtensions" /> | |
54 <Reference Include="Microsoft.CSharp" /> | |
55 <Reference Include="System.Data" /> | |
56 <Reference Include="System.Xml" /> | |
57 </ItemGroup> | |
58 <ItemGroup> | |
59 <Compile Include="AutorizationsTests.cs" /> | |
233
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
60 <Compile Include="Controllers\EventoControllerTests.cs" /> |
275
bf993f99cee3
Ticket #123: Patrocinadores de las vans.
juanjose.montesdeocaarbos
parents:
262
diff
changeset
|
61 <Compile Include="Controllers\HttpPostedFileBaseModelBinder.cs" /> |
262 | 62 <Compile Include="Controllers\MvcControllerTestsBase.cs" /> |
275
bf993f99cee3
Ticket #123: Patrocinadores de las vans.
juanjose.montesdeocaarbos
parents:
262
diff
changeset
|
63 <Compile Include="Controllers\PatrocinadorControllerTests.cs" /> |
259
e6c041d8e1bf
Ticket #193.1: Al guardar (nuevo/modificar) una persona, que la cuenta de twitter no comience con @
juanjose.montesdeocaarbos
parents:
245
diff
changeset
|
64 <Compile Include="Controllers\PersonaControllerTests.cs" /> |
275
bf993f99cee3
Ticket #123: Patrocinadores de las vans.
juanjose.montesdeocaarbos
parents:
262
diff
changeset
|
65 <Compile Include="Helpers\HttpServerStub.cs" /> |
179 | 66 <Compile Include="Properties\AssemblyInfo.cs" /> |
67 </ItemGroup> | |
68 <ItemGroup> | |
69 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | |
70 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | |
71 <Name>Agendas.Domain</Name> | |
72 </ProjectReference> | |
237
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
73 <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj"> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
74 <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
75 <Name>Agendas.NHibernate</Name> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
76 </ProjectReference> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
77 <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj"> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
78 <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
79 <Name>Agendas.Repositories.NHibernate</Name> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
80 </ProjectReference> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
81 <ProjectReference Include="..\Agendas.Repositories.Tests\Agendas.Repositories.Tests.csproj"> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
82 <Project>{BFCD197C-01D5-4645-B0DF-053867E16FDE}</Project> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
83 <Name>Agendas.Repositories.Tests</Name> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
84 </ProjectReference> |
179 | 85 <ProjectReference Include="..\Agendas.Web\Agendas.Web.csproj"> |
86 <Project>{319A8E3D-C61E-455F-A1BF-A6B1B1636BAB}</Project> | |
87 <Name>Agendas.Web</Name> | |
88 </ProjectReference> | |
89 </ItemGroup> | |
233
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
90 <ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
91 <Content Include="App.config"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
92 <SubType>Designer</SubType> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
93 </Content> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
94 </ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
95 <ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
96 <Content Include="hibernate.cfg.xml"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
97 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
98 </Content> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
99 </ItemGroup> |
241
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
100 <ItemGroup> |
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
101 <None Include="packages.config" /> |
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
102 </ItemGroup> |
275
bf993f99cee3
Ticket #123: Patrocinadores de las vans.
juanjose.montesdeocaarbos
parents:
262
diff
changeset
|
103 <ItemGroup> |
bf993f99cee3
Ticket #123: Patrocinadores de las vans.
juanjose.montesdeocaarbos
parents:
262
diff
changeset
|
104 <Folder Include="App_Data\" /> |
bf993f99cee3
Ticket #123: Patrocinadores de las vans.
juanjose.montesdeocaarbos
parents:
262
diff
changeset
|
105 </ItemGroup> |
179 | 106 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
107 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
108 Other similar extension points exist, see Microsoft.Common.targets. | |
109 <Target Name="BeforeBuild"> | |
110 </Target> | |
111 <Target Name="AfterBuild"> | |
112 </Target> | |
113 --> | |
114 </Project> |