comparison Agendas/trunk/src/Agendas.Resources/Agendas.Resources.csproj @ 155:23aaf98b8377

Generalizando editores en EditorDefault basando los textos en recursos
author Nelo@Guinea.neluz.int
date Wed, 03 Aug 2011 09:38:23 -0300
parents 7e9ffde4022d
children 39ce09df76dc
comparison
equal deleted inserted replaced
154:2233039ac2eb 155:23aaf98b8377
39 <Reference Include="System.Data" /> 39 <Reference Include="System.Data" />
40 <Reference Include="System.Xml" /> 40 <Reference Include="System.Xml" />
41 </ItemGroup> 41 </ItemGroup>
42 <ItemGroup> 42 <ItemGroup>
43 <Compile Include="Properties\AssemblyInfo.cs" /> 43 <Compile Include="Properties\AssemblyInfo.cs" />
44 <Compile Include="Properties\LayoutResources.Designer.cs">
45 <DependentUpon>LayoutResources.resx</DependentUpon>
46 <AutoGen>True</AutoGen>
47 <DesignTime>True</DesignTime>
48 </Compile>
44 <Compile Include="Properties\DataAnnotationResources.Designer.cs"> 49 <Compile Include="Properties\DataAnnotationResources.Designer.cs">
45 <AutoGen>True</AutoGen> 50 <AutoGen>True</AutoGen>
46 <DesignTime>True</DesignTime> 51 <DesignTime>True</DesignTime>
47 <DependentUpon>DataAnnotationResources.resx</DependentUpon> 52 <DependentUpon>DataAnnotationResources.resx</DependentUpon>
48 </Compile> 53 </Compile>
49 </ItemGroup> 54 </ItemGroup>
50 <ItemGroup> 55 <ItemGroup>
56 <EmbeddedResource Include="Properties\LayoutResources.resx">
57 <Generator>PublicResXFileCodeGenerator</Generator>
58 <LastGenOutput>LayoutResources.Designer.cs</LastGenOutput>
59 </EmbeddedResource>
51 <EmbeddedResource Include="Properties\DataAnnotationResources.resx"> 60 <EmbeddedResource Include="Properties\DataAnnotationResources.resx">
52 <Generator>PublicResXFileCodeGenerator</Generator> 61 <Generator>PublicResXFileCodeGenerator</Generator>
53 <LastGenOutput>DataAnnotationResources.Designer.cs</LastGenOutput> 62 <LastGenOutput>DataAnnotationResources.Designer.cs</LastGenOutput>
54 </EmbeddedResource> 63 </EmbeddedResource>
55 </ItemGroup> 64 </ItemGroup>