@@ -12,26 +12,30 @@ This plugin lets you create a .bundle containing all unpublished commits.</Descr
12
12
</PropertyGroup >
13
13
14
14
<PropertyGroup >
15
- <GitExtensionsDebugPluginsPath >..\..\references\GitExtensions\Plugins\</GitExtensionsDebugPluginsPath >
16
- <GitExtensionsReferenceSource >github</GitExtensionsReferenceSource >
17
- <GitExtensionsReferenceVersion >v3.1</GitExtensionsReferenceVersion >
15
+ <!--
16
+ <GitExtensionsExtractPath>C:\Temp\GitExtensionsDebug</GitExtensionsExtractPath>
17
+ <GitExtensionsReferenceVersion>v3.2.0.6060</GitExtensionsReferenceVersion>
18
+ <GitExtensionsReferenceSource>appveyor</GitExtensionsReferenceSource>
19
+ -->
18
20
</PropertyGroup >
19
21
22
+ <Import Project =" ..\..\tools\GitExtensions.Extensibility.targets" />
23
+
20
24
<ItemGroup >
21
25
<Reference Include =" GitCommands" >
22
- <HintPath >..\..\references\GitExtensions \GitCommands.dll</HintPath >
26
+ <HintPath >$(GitExtensionsPath) \GitCommands.dll</HintPath >
23
27
</Reference >
24
28
<Reference Include =" GitExtUtils" >
25
- <HintPath >..\..\references\GitExtensions \GitExtUtils.dll</HintPath >
29
+ <HintPath >$(GitExtensionsPath) \GitExtUtils.dll</HintPath >
26
30
</Reference >
27
31
<Reference Include =" GitUI" >
28
- <HintPath >..\..\references\GitExtensions \GitUI.dll</HintPath >
32
+ <HintPath >$(GitExtensionsPath) \GitUI.dll</HintPath >
29
33
</Reference >
30
34
<Reference Include =" GitUIPluginInterfaces" >
31
- <HintPath >..\..\references\GitExtensions \GitUIPluginInterfaces.dll</HintPath >
35
+ <HintPath >$(GitExtensionsPath) \GitUIPluginInterfaces.dll</HintPath >
32
36
</Reference >
33
37
<Reference Include =" ResourceManager" >
34
- <HintPath >..\..\references\GitExtensions \ResourceManager.dll</HintPath >
38
+ <HintPath >$(GitExtensionsPath) \ResourceManager.dll</HintPath >
35
39
</Reference >
36
40
<Reference Include =" System.ComponentModel.Composition" />
37
41
<Reference Include =" System.DirectoryServices" />
@@ -53,14 +57,6 @@ This plugin lets you create a .bundle containing all unpublished commits.</Descr
53
57
</EmbeddedResource >
54
58
</ItemGroup >
55
59
56
- <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
57
- <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(GitExtensionsDebugPluginsPath)" />
58
- </Target >
59
-
60
- <Target Name =" PreBuild" BeforeTargets =" PreBuildEvent" >
61
- <Exec Command =" powershell.exe -ExecutionPolicy Unrestricted ..\..\tools\Download-GitExtensions.ps1 -Version $(GitExtensionsReferenceVersion)" />
62
- </Target >
63
-
64
60
<Target Name =" SetPackageProperties" BeforeTargets =" GenerateNuspec" >
65
61
<PropertyGroup >
66
62
<NuspecProperties >
@@ -84,4 +80,5 @@ This plugin lets you create a .bundle containing all unpublished commits.</Descr
84
80
<Target Name =" Zip" AfterTargets =" Pack" >
85
81
<Exec Command =" powershell -ExecutionPolicy Unrestricted $(MSBuildProjectDirectory)\..\..\tools\Zip-GitExtensionsPlugin.ps1 -Version $(PackageVersion) -Configuration $(Configuration)" />
86
82
</Target >
83
+
87
84
</Project >
0 commit comments