Skip to content

Commit

Permalink
Add SemanticGit package to project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Godbeer authored and Adam Godbeer committed Apr 23, 2016
1 parent 686b001 commit f96eaf6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions Music Folder Syncer.vbproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="packages\SemanticGit.2.1.22\build\SemanticGit.props" Condition="Exists('packages\SemanticGit.2.1.22\build\SemanticGit.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -13,6 +14,8 @@
<MyType>Custom</MyType>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
Expand Down Expand Up @@ -234,4 +237,12 @@
<PostBuildEvent>xcopy /Y "$(ProjectDir)Resources\Codecs.xml" "$(ProjectDir)$(OutDir)"
xcopy /Y "$(ProjectDir)Resources\DefaultSettings.xml" "$(ProjectDir)$(OutDir)"</PostBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\SemanticGit.2.1.22\build\SemanticGit.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SemanticGit.2.1.22\build\SemanticGit.props'))" />
<Error Condition="!Exists('packages\SemanticGit.2.1.22\build\SemanticGit.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SemanticGit.2.1.22\build\SemanticGit.targets'))" />
</Target>
<Import Project="packages\SemanticGit.2.1.22\build\SemanticGit.targets" Condition="Exists('packages\SemanticGit.2.1.22\build\SemanticGit.targets')" />
</Project>
9 changes: 5 additions & 4 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Imports System.Windows

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("MusicFolderSyncer")>
<Assembly: AssemblyTitle("Music Folder Syncer")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("MusicFolderSyncer")>
<Assembly: AssemblyProduct("Music Folder Syncer")>

<Assembly: AssemblyCopyright("Copyright © DragonQ 2016")>
<Assembly: AssemblyTrademark("")>
Expand Down Expand Up @@ -56,5 +56,6 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.1.0.*")>
' <Assembly: AssemblyFileVersion("0.1.0")>
'<Assembly: AssemblyVersion("0.1")> ' Only alter with breaking changes.
'<Assembly: AssemblyFileVersion("0.1.0.0")> ' Version used in Windows properties page.
'<Assembly: AssemblyInformationalVersion("0.1")> ' Human readable version string.
1 change: 1 addition & 0 deletions packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<packages>
<package id="Microsoft.WindowsAPICodePack-Core" version="1.1.0.2" targetFramework="net40-client" />
<package id="Microsoft.WindowsAPICodePack-Shell" version="1.1.0.0" targetFramework="net40-client" />
<package id="SemanticGit" version="2.1.22" targetFramework="net40-client" />
<package id="taglib" version="2.1.0.0" targetFramework="net451" />
</packages>

0 comments on commit f96eaf6

Please sign in to comment.