comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 67:c8099df941bd

Implementando persistencia con NHibernate en el proyecto web
author nelopauselli
date Thu, 19 May 2011 01:24:56 -0300
parents 08dbe42fdde1
children 8df9db937434
comparison
equal deleted inserted replaced
64:240a20cdbcc8 67:c8099df941bd
72 <Compile Include="Properties\AssemblyInfo.cs" /> 72 <Compile Include="Properties\AssemblyInfo.cs" />
73 </ItemGroup> 73 </ItemGroup>
74 <ItemGroup> 74 <ItemGroup>
75 <Content Include="Content\altnetlogo.png" /> 75 <Content Include="Content\altnetlogo.png" />
76 <Content Include="Global.asax" /> 76 <Content Include="Global.asax" />
77 <Content Include="hibernate.cfg.xml">
78 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
79 </Content>
77 <Content Include="Web.config"> 80 <Content Include="Web.config">
78 <SubType>Designer</SubType> 81 <SubType>Designer</SubType>
79 </Content> 82 </Content>
80 <Content Include="Web.Debug.config"> 83 <Content Include="Web.Debug.config">
81 <DependentUpon>Web.config</DependentUpon> 84 <DependentUpon>Web.config</DependentUpon>
182 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> 185 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
183 </WebProjectProperties> 186 </WebProjectProperties>
184 </FlavorProperties> 187 </FlavorProperties>
185 </VisualStudio> 188 </VisualStudio>
186 </ProjectExtensions> 189 </ProjectExtensions>
190 <PropertyGroup>
191 <PostBuildEvent>copy "$(SolutionDir)packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll" "$(TargetDir)" &amp;
192 copy "$(SolutionDir)packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll" "$(TargetDir)"</PostBuildEvent>
193 </PropertyGroup>
187 </Project> 194 </Project>