FogBugz » TimeIntervalCommentsPlugin http://fogbugz.stackexchange.com/questions/3316
Clone URL:  
Pushed to one repository · View In Graph Contained in version_0-2-0-1 and tip

vs upgrade junk + change to my post-build events

Changeset 7c7e388ddc6f

Parent 47252d301d47

by Profile picture of Adam WishneuskyAdam Wishneusky

Changes to one file · Browse files at 7c7e388ddc6f Showing diff from parent 47252d301d47 Diff from another changeset...

 
1
2
 
3
4
5
 
12
13
14
15
16
 
 
 
 
 
17
18
19
 
62
63
64
65
66
 
 
67
68
 
 
1
 
2
3
4
5
 
12
13
14
 
 
15
16
17
18
19
20
21
22
 
65
66
67
 
 
68
69
70
71
 
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">   <PropertyGroup>   <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>   <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> @@ -12,8 +12,11 @@
  <AssemblyName>TimeIntervalExample</AssemblyName>   <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>   <FileAlignment>512</FileAlignment> - <TargetFrameworkSubset> - </TargetFrameworkSubset> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>3.5</OldToolsVersion>   </PropertyGroup>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">   <DebugSymbols>true</DebugSymbols> @@ -62,7 +65,7 @@
  </Target>   -->   <PropertyGroup> - <PostBuildEvent>xcopy /Y /I /S /E "$(ProjectDir)static" "$(TargetDir)static" -"$(SolutionDir)..\_postbuildSln.bat" $(TargetName)</PostBuildEvent> + <PostBuildEvent>xcopy /Y /I /E "$(ProjectDir)static" "$(TargetDir)static" +"C:\Program Files (x86)\FogBugz\Plugins\examples\_postbuildSln.bat" $(TargetName)</PostBuildEvent>   </PropertyGroup>  </Project> \ No newline at end of file