Skip to content

Commit

Permalink
Move .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
oboroc committed Jun 22, 2018
1 parent fee68cb commit 967ee10
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/vs2017/bdecli.sln
Expand Up @@ -6,9 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bdecli", "bdecli.vcxproj", "{BB236163-1741-4409-97D7-30C6D03BD0EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1227678-77C0-49A8-9AD1-69121A108221}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
3 changes: 3 additions & 0 deletions build/vs2017/bdecli.vcxproj
Expand Up @@ -158,6 +158,9 @@
<ItemGroup>
<Image Include="bdecli.ico" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\.editorconfig" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
5 changes: 5 additions & 0 deletions build/vs2017/bdecli.vcxproj.filters
Expand Up @@ -37,4 +37,9 @@
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\.editorconfig">
<Filter>Source Files</Filter>
</None>
</ItemGroup>
</Project>
File renamed without changes.

0 comments on commit 967ee10

Please sign in to comment.