Skip to content

Commit

Permalink
Separate VS2013 project added
Browse files Browse the repository at this point in the history
  • Loading branch information
KindDragon committed Jun 29, 2013
1 parent c7dbcf0 commit 97919aa
Show file tree
Hide file tree
Showing 36 changed files with 2,829 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPPDebuggerVisualizers", "CPPDebuggerVisualizers.csproj", "{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BoostTest", "Tests\BoostTest\BoostTest.vcxproj", "{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{074968F7-C3B2-4F5C-8F6F-D8F46582267C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPPDebuggerVisualizers", "VS2012\CPPDebuggerVisualizers.csproj", "{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
57 changes: 57 additions & 0 deletions CPPDebuggerVisualizers.VS2013.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.20617.1 PREVIEW
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BoostTest", "Tests\BoostTest\BoostTest.vcxproj", "{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{074968F7-C3B2-4F5C-8F6F-D8F46582267C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPPDebuggerVisualizers", "VS2013\CPPDebuggerVisualizers.csproj", "{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Any CPU.ActiveCfg = Debug|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Win32.ActiveCfg = Debug|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Win32.Build.0 = Debug|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|x64.ActiveCfg = Debug|x64
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|x64.Build.0 = Debug|x64
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Any CPU.ActiveCfg = Release|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Mixed Platforms.Build.0 = Release|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Win32.ActiveCfg = Release|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Win32.Build.0 = Release|Win32
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|x64.ActiveCfg = Release|x64
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|x64.Build.0 = Release|x64
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Win32.ActiveCfg = Debug|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|x64.ActiveCfg = Debug|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Any CPU.Build.0 = Release|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Win32.ActiveCfg = Release|Any CPU
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B} = {074968F7-C3B2-4F5C-8F6F-D8F46582267C}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CPPDebuggerVisualizers</RootNamespace>
<AssemblyName>CPPDebuggerVisualizers</AssemblyName>
<AssemblyName>CPPDebuggerVisualizers.VS2012</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
Expand All @@ -42,23 +42,21 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
<Content Include="Changelog.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<None Include="source.extension.vsixmanifest" />
<Content Include="..\Changelog.txt">
<Link>Changelog.txt</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="cppVisualizerIcon.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Content Include="..\cppVisualizerIcon.png">
<Link>cppVisualizerIcon.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="cppVisualizerScreenshot.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Content Include="..\cppVisualizerScreenshot.png">
<Link>cppVisualizerScreenshot.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="LICENSE_1_0.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Content Include="..\LICENSE_1_0.txt">
<Link>LICENSE_1_0.txt</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost.natvis">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="CPPDebuggerVisualizers..e72aa83c-bb6f-4910-8e9f-793052cd112a" Version="1.0.13" Language="en-US" Publisher="Arkadiy Shapkin" />
<DisplayName>C++ Debugger Visualizers</DisplayName>
<DisplayName>C++ Debugger Visualizers for VS2012</DisplayName>
<Description xml:space="preserve">C++ Debugger Visualizers for Boost, wxWidgets, TinyXML, TinyXML2</Description>
<MoreInfo>https://cppvisualizers.codeplex.com/</MoreInfo>
<License>LICENSE_1_0.txt</License>
Expand All @@ -12,9 +12,9 @@
<Tags>C++, Debugger, Visualizer, Boost, wxWidgets, TinyXML2</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[11.0,13.0)" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[11.0,13.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,13.0)" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[11.0,12.0)" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[11.0,12.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,12.0)" Id="Microsoft.VisualStudio.Ultimate" />
</Installation>
<Dependencies>
</Dependencies>
Expand Down
159 changes: 159 additions & 0 deletions VS2013/CPPDebuggerVisualizers.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CPPDebuggerVisualizers</RootNamespace>
<AssemblyName>CPPDebuggerVisualizers.VS2013</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Include="source.extension.vsixmanifest" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="..\Changelog.txt">
<Link>Changelog.txt</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\cppVisualizerIcon.png">
<Link>cppVisualizerIcon.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\cppVisualizerScreenshot.png">
<Link>cppVisualizerScreenshot.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\LICENSE_1_0.txt">
<Link>LICENSE_1_0.txt</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost.natstepfilter">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_Containers.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_DateTime.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_Geometry.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_IntrusiveContainers.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_PointerContainerLibrary.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_SmartPointers.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_uBLAS.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_Unordered.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\boost_Variant.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\directx.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\TinyXML.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\TinyXML2.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Visualizers\wxWidgets.natvis">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
44 changes: 44 additions & 0 deletions VS2013/Visualizers/TinyXML.natvis
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version='1.0' encoding='utf-8'?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="TiXmlNode">
<DisplayString>[{type}] {value}</DisplayString>
<StringView>value</StringView>
<Expand>
<LinkedListItems>
<HeadPointer>firstChild</HeadPointer>
<NextPointer>next</NextPointer>
<ValueNode>*this</ValueNode>
</LinkedListItems>
</Expand>
</Type>
<Type Name="TiXmlElement">
<DisplayString>[{type}] {value}</DisplayString>
<StringView>value</StringView>
<Expand>
<Item Name="[attributes]">attributeSet</Item>
<LinkedListItems>
<HeadPointer>firstChild</HeadPointer>
<NextPointer>next</NextPointer>
<ValueNode>*this</ValueNode>
</LinkedListItems>
</Expand>
</Type>
<Type Name="TiXmlAttribute">
<DisplayString>{name} = {value}</DisplayString>
<Expand/>
</Type>
<Type Name="TiXmlAttributeSet">
<DisplayString></DisplayString>
<Expand>
<LinkedListItems>
<HeadPointer>sentinel.next</HeadPointer>
<NextPointer>next</NextPointer>
<ValueNode>this</ValueNode>
</LinkedListItems>
</Expand>
</Type>
<Type Name="TiXmlString">
<DisplayString>[{rep_-&lt;size}] {rep_-&lt;str,s}</DisplayString>
<StringView>rep_-&lt;str,s</StringView>
</Type>
</AutoVisualizer>
42 changes: 42 additions & 0 deletions VS2013/Visualizers/TinyXML2.natvis
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version='1.0' encoding='utf-8'?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="tinyxml2::StrPair">
<DisplayString>{start, [end-start]s}</DisplayString>
<StringView>start, [end-start]s</StringView>
</Type>
<Type Name="tinyxml2::XMLNode">
<DisplayString>{value}</DisplayString>
<StringView>value</StringView>
<Expand>
<LinkedListItems>
<HeadPointer>firstChild</HeadPointer>
<NextPointer>next</NextPointer>
<ValueNode>this</ValueNode>
</LinkedListItems>
</Expand>
</Type>
<Type Name="tinyxml2::XMLElement">
<DisplayString Condition="closingType==1">[CLOSED] {value}</DisplayString>
<DisplayString Condition="closingType==2">[CLOSING] {value}</DisplayString>
<DisplayString>[OPEN] {value}</DisplayString>
<StringView>value</StringView>
<Expand>
<Item Name="attributes">rootAttribute</Item>
<LinkedListItems>
<HeadPointer>firstChild</HeadPointer>
<NextPointer>next</NextPointer>
<ValueNode>this</ValueNode>
</LinkedListItems>
</Expand>
</Type>
<Type Name="tinyxml2::XMLAttribute">
<DisplayString>{name} = {value}</DisplayString>
<Expand>
<LinkedListItems>
<HeadPointer>this</HeadPointer>
<NextPointer>next</NextPointer>
<ValueNode>this</ValueNode>
</LinkedListItems>
</Expand>
</Type>
</AutoVisualizer>
6 changes: 6 additions & 0 deletions VS2013/Visualizers/boost.natstepfilter
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<StepFilter xmlns="http://schemas.microsoft.com/vstudio/debugger/natstepfilter/2010">
<Function><Name>boost::forward&lt;.*</Name><Action>NoStepInto</Action></Function>
<Function><Name>boost::move&lt;.*</Name><Action>NoStepInto</Action></Function>
<Function><Name>boost::addressof&lt;.*</Name><Action>NoStepInto</Action></Function>
</StepFilter>
Loading

0 comments on commit 97919aa

Please sign in to comment.