Skip to content

Commit d9d2c6a

Browse files
committed
Set up solution file, link to submodule
1 parent 536b442 commit d9d2c6a

File tree

2 files changed

+48
-3
lines changed

2 files changed

+48
-3
lines changed

GitTfs.GitExtensions.Plugin.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="GitUIPluginInterfaces">
36-
<HintPath>..\lib\GitExtensions\GitUIPluginInterfaces.dll</HintPath>
37-
</Reference>
3835
<Reference Include="System" />
3936
<Reference Include="System.Data" />
4037
<Reference Include="System.Drawing" />
@@ -80,6 +77,12 @@
8077
<DependentUpon>ShelveDialog.cs</DependentUpon>
8178
</EmbeddedResource>
8279
</ItemGroup>
80+
<ItemGroup>
81+
<ProjectReference Include="gitextensions\Plugins\GitUIPluginInterfaces\GitUIPluginInterfaces.csproj">
82+
<Project>{27559302-F35E-4B62-A6EC-11FF21A5FA6F}</Project>
83+
<Name>GitUIPluginInterfaces</Name>
84+
</ProjectReference>
85+
</ItemGroup>
8386
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8487
<PropertyGroup>
8588
<PostBuildEvent>

GitTfs.GitExtensions.Plugin.sln

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitTfs.GitExtensions.Plugin", "GitTfs.GitExtensions.Plugin.csproj", "{C964F29F-F5C9-4774-9977-FAA5791A7BAE}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitUIPluginInterfaces", "gitextensions\Plugins\GitUIPluginInterfaces\GitUIPluginInterfaces.csproj", "{27559302-F35E-4B62-A6EC-11FF21A5FA6F}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug|Mixed Platforms = Debug|Mixed Platforms
12+
Debug|x86 = Debug|x86
13+
Release|Any CPU = Release|Any CPU
14+
Release|Mixed Platforms = Release|Mixed Platforms
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
21+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
22+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Debug|x86.ActiveCfg = Debug|Any CPU
23+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
24+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Release|Any CPU.Build.0 = Release|Any CPU
25+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
26+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
27+
{C964F29F-F5C9-4774-9977-FAA5791A7BAE}.Release|x86.ActiveCfg = Release|Any CPU
28+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
31+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
32+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Debug|x86.ActiveCfg = Debug|Any CPU
33+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
34+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Release|Any CPU.Build.0 = Release|Any CPU
35+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
36+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
37+
{27559302-F35E-4B62-A6EC-11FF21A5FA6F}.Release|x86.ActiveCfg = Release|Any CPU
38+
EndGlobalSection
39+
GlobalSection(SolutionProperties) = preSolution
40+
HideSolutionNode = FALSE
41+
EndGlobalSection
42+
EndGlobal

0 commit comments

Comments
 (0)