Add LeafOutputViewModel and test

This commit is contained in:
2016-03-02 13:02:27 -05:00
parent 659d9b811e
commit c80d048c39
5 changed files with 106 additions and 0 deletions
+11
View File
@@ -44,10 +44,21 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ViewModels\LeafOutput\LeafOutputViewModelTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<Project>{25BAED75-7E75-4D11-90D9-358472054DF6}</Project>
<Name>Core</Name>
</ProjectReference>
<ProjectReference Include="..\Web\Web.csproj">
<Project>{0809033D-DBB9-41AE-8811-9A9CFDFD8966}</Project>
<Name>Web</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.