@SuperJMN i think you can setup AppVeyor to automatically publish nuget packages
I've read AppVeyor somewhere, but I have never used it! I will take a look
@SuperJMN you could publish to your own private feed which is simply a folder on your local PC. that way you can keep using NuGet packages and don't need to introduce unnecessary dependencies to Git submodules, which are IMO horrible :S
Interesting... you say that modules are horrible. But could you tell me why?
see http://docs.nuget.org/Create/Hosting-Your-Own-NuGet-Feeds for the feed thing. for the packaging process there are a lot of ways. starting from a simple batch file to VS extensions that do that to full-fledged CI servers (which are probably not an option here)
Extensions for VS 2015? I used some extensions that generate NuGet Packages automatically and uploaded them. But nothing for VS 2015 for now :S
yeah, or... https://bitbucket.org/azzlack/nugetpackager/issue/2/support-for-visual-studio-2015 :P
I'll try to get it!
<TreeView>
<TreeViewItem Header="Root 1">
<TreeViewItem Header="Child 1" IsExpanded="True" />
<TreeViewItem Header="Child 2" IsExpanded="True">
<TreeViewItem Header="Grandchild 1" />
<TreeViewItem Header="Grandmaster Flash" />
</TreeViewItem>
<TreeViewItem Header="Child 3" />
</TreeViewItem>
<TreeViewItem Header="Root 2" />
</TreeView>
<TreeView>
<TreeViewItem />
</TreeView>
<Window Title="Perspex Test Application" Height="350" Width="525" xmlns="perspex">
<TreeView>
<TreeViewItem Header="Root 1"/>
</TreeView>
</Window>