comparison MetroWpf/Stocks.Common/Stocks.Common.csproj @ 21:dfc81f8bb838

working version for sttocks except ui within metrowpf
author adminsh@apollo
date Tue, 20 Mar 2012 15:07:31 +0000
parents 6109bc268b90
children a8b50a087544
comparison
equal deleted inserted replaced
20:6109bc268b90 21:dfc81f8bb838
63 <Compile Include="Models\SummaryStats.cs" /> 63 <Compile Include="Models\SummaryStats.cs" />
64 <Compile Include="Models\WebRequestStats.cs" /> 64 <Compile Include="Models\WebRequestStats.cs" />
65 <Compile Include="Properties\AssemblyInfo.cs" /> 65 <Compile Include="Properties\AssemblyInfo.cs" />
66 <Compile Include="WebClientShim.cs" /> 66 <Compile Include="WebClientShim.cs" />
67 </ItemGroup> 67 </ItemGroup>
68 <ItemGroup>
69 <Content Include="companyData.json">
70 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71 </Content>
72 </ItemGroup>
68 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 73 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 74 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70 Other similar extension points exist, see Microsoft.Common.targets. 75 Other similar extension points exist, see Microsoft.Common.targets.
71 <Target Name="BeforeBuild"> 76 <Target Name="BeforeBuild">
72 </Target> 77 </Target>