Add solution level AssemblyInfo file, and bump version

1. Add solution level AssemblyInfo file
2. Bump assembly version
3. Fix #324
This commit is contained in:
bao-qian
2015-11-28 10:47:42 +00:00
parent daca1b3615
commit d7d71d9ff1
40 changed files with 107 additions and 547 deletions

View File

@@ -50,6 +50,9 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\SolutionAssemblyInfo.cs">
<Link>Properties\SolutionAssemblyInfo.cs</Link>
</Compile>
<Compile Include="FolderLink.cs" />
<Compile Include="FolderPlugin.cs" />
<Compile Include="FolderPluginSettings.xaml.cs">
@@ -111,5 +114,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>