Skip to content

Commit

Permalink
move .editorconfig outside of pdbex project
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenny committed Jun 19, 2019
1 parent 1b3aa3f commit 8a62675
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/pdbex.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ copy "$(SolutionDir)Library\$(PlatformTarget)\symsrv.dll" "$(OutDir)"</Command>
<ClInclude Include="UdtFieldDefinitionBase.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\.editorconfig" />
<None Include="PDBSymbolVisitor.inl" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
1 change: 0 additions & 1 deletion Source/pdbex.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@
<None Include="PDBSymbolVisitor.inl">
<Filter>Source Files</Filter>
</None>
<None Include="..\.editorconfig" />
</ItemGroup>
</Project>
5 changes: 5 additions & 0 deletions pdbex.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdbex", "Source\pdbex.vcxproj", "{06FB1AF7-647C-4BA4-860A-4533763440F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78A7B3FB-BF7E-43E4-A30F-561CE706AA75}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand Down

0 comments on commit 8a62675

Please sign in to comment.