Debug AnyCPU {6B38FAF0-57D6-44E6-9B21-9BEAC481EF9E} WinExe SourceGit SourceGit v4.6 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true true AnyCPU true full false bin\Debug\ DEBUG;TRACE prompt 4 x86 pdbonly true bin\Release\ TRACE prompt 4 On SourceGit.App App.ico Always 4.0 MSBuild:Compile Designer Apply.xaml Blame.xaml CherryPick.xaml Clone.xaml CommitViewer.xaml CreateBranch.xaml CreateTag.xaml Dashboard.xaml DeleteBranch.xaml DeleteRemote.xaml DeleteTag.xaml DiffViewer.xaml Discard.xaml Fetch.xaml FileHistories.xaml GitFlowFinishBranch.xaml GitFlowSetup.xaml GitFlowStartBranch.xaml Histories.xaml Init.xaml InteractiveRebase.xaml Manager.xaml Merge.xaml PopupManager.xaml Preference.xaml Pull.xaml Push.xaml PushTag.xaml Rebase.xaml Remote.xaml RenameBranch.xaml Reset.xaml Revert.xaml Stash.xaml Stashes.xaml WorkingCopy.xaml Designer MSBuild:Compile MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile MSBuild:Compile Designer App.xaml Code About.xaml Launcher.xaml Code Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Code True True Resources.resx True Settings.settings True ResXFileCodeGenerator Resources.Designer.cs SettingsSingleFileGenerator Settings.Designer.cs @echo off &setlocal setlocal enabledelayedexpansion set file=$(SolutionDir)Properties\AssemblyInfo.cs set temp=$(SolutionDir)Properties\AssemblyInfo.cs.tmp set bak=$(SolutionDir)Properties\AssemblyInfo.cs.bk echo BACKUP AssemblyInfo copy /Y %25file%25 %25bak%25 echo Find Version git describe > VERSION set /P version=<VERSION set search=1.0.0.0 (for /f "delims=" %25%25i in (%25file%25) do ( set "line=%25%25i" set "line=!line:%25search%25=%25version%25!" echo(!line! ))>"%25temp%25" del /f %25file%25 del /f VERSION move %25temp%25 %25file%25 endlocal del /f $(SolutionDir)Properties\AssemblyInfo.cs move $(SolutionDir)Properties\AssemblyInfo.cs.bk $(SolutionDir)Properties\AssemblyInfo.cs