Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web.Tests/Agendas.Web.Tests.csproj @ 245:bdc946dd5c94
Agregando Tests a Agenda.Web
author | juanjose.montesdeocaarbos |
---|---|
date | Fri, 07 Oct 2011 09:41:55 -0300 |
parents | 59f8fa2f835e |
children | e6c041d8e1bf |
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" /> | |
245 | 49 <Reference Include="System.Web" /> |
179 | 50 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
51 <Reference Include="System.Xml.Linq" /> | |
52 <Reference Include="System.Data.DataSetExtensions" /> | |
53 <Reference Include="Microsoft.CSharp" /> | |
54 <Reference Include="System.Data" /> | |
55 <Reference Include="System.Xml" /> | |
56 </ItemGroup> | |
57 <ItemGroup> | |
58 <Compile Include="AutorizationsTests.cs" /> | |
233
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
59 <Compile Include="Controllers\EventoControllerTests.cs" /> |
179 | 60 <Compile Include="Properties\AssemblyInfo.cs" /> |
61 </ItemGroup> | |
62 <ItemGroup> | |
63 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | |
64 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | |
65 <Name>Agendas.Domain</Name> | |
66 </ProjectReference> | |
237
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
67 <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj"> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
68 <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
69 <Name>Agendas.NHibernate</Name> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
70 </ProjectReference> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
71 <ProjectReference Include="..\Agendas.Repositories.NHibernate\Agendas.Repositories.NHibernate.csproj"> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
72 <Project>{0973DF44-3B90-4D2A-B579-C64C93B6C853}</Project> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
73 <Name>Agendas.Repositories.NHibernate</Name> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
74 </ProjectReference> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
75 <ProjectReference Include="..\Agendas.Repositories.Tests\Agendas.Repositories.Tests.csproj"> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
76 <Project>{BFCD197C-01D5-4645-B0DF-053867E16FDE}</Project> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
77 <Name>Agendas.Repositories.Tests</Name> |
51faeabfb9d9
Todos los tests en verde quitando al ponente principal
nelopauselli
parents:
233
diff
changeset
|
78 </ProjectReference> |
179 | 79 <ProjectReference Include="..\Agendas.Web\Agendas.Web.csproj"> |
80 <Project>{319A8E3D-C61E-455F-A1BF-A6B1B1636BAB}</Project> | |
81 <Name>Agendas.Web</Name> | |
82 </ProjectReference> | |
83 </ItemGroup> | |
233
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
84 <ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
85 <Content Include="App.config"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
86 <SubType>Designer</SubType> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
87 </Content> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
88 </ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
89 <ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
90 <Content Include="hibernate.cfg.xml"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
91 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
92 </Content> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
93 </ItemGroup> |
241
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
94 <ItemGroup> |
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
95 <None Include="packages.config" /> |
a7daa939ef0c
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
233
diff
changeset
|
96 </ItemGroup> |
179 | 97 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
98 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
99 Other similar extension points exist, see Microsoft.Common.targets. | |
100 <Target Name="BeforeBuild"> | |
101 </Target> | |
102 <Target Name="AfterBuild"> | |
103 </Target> | |
104 --> | |
105 </Project> |