Skip to content

Commit

Permalink
Added VsixUtil to VimAll solution
Browse files Browse the repository at this point in the history
The VimAll solution is supposed to contain every project that Vim
development depends on.
  • Loading branch information
jaredpar committed Jun 5, 2014
1 parent ae29697 commit b3d54e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions VimAll.sln
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VimApp", "Src\VimApp\VimApp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanVsix", "Src\CleanVsix\CleanVsix.csproj", "{04DA2433-0F43-42C0-AD53-DAA7F1B22E2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsixUtil", "Src\VsixUtil\VsixUtil.csproj", "{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -176,6 +178,16 @@ Global
{04DA2433-0F43-42C0-AD53-DAA7F1B22E2D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{04DA2433-0F43-42C0-AD53-DAA7F1B22E2D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{04DA2433-0F43-42C0-AD53-DAA7F1B22E2D}.Release|x86.ActiveCfg = Release|Any CPU
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Debug|Any CPU.ActiveCfg = Debug|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Debug|Mixed Platforms.Build.0 = Debug|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Debug|x86.ActiveCfg = Debug|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Debug|x86.Build.0 = Debug|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Release|Any CPU.ActiveCfg = Release|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Release|Mixed Platforms.ActiveCfg = Release|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Release|Mixed Platforms.Build.0 = Release|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Release|x86.ActiveCfg = Release|x86
{CE607DC9-06EA-454A-8B7E-34F5EE21CA3D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit b3d54e3

Please sign in to comment.