Skip to content

Commit

Permalink
Remove GCC folder from proj file
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Aug 3, 2023
1 parent 4e94cca commit b531f92
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,19 +357,17 @@
<Folder Include="Source" />
<Folder Include="Source\include" />
<Folder Include="Source\portable" />
<Folder Include="Source\portable\GCC" />
<Folder Include="Source\portable\GCC\AVR_Mega0\" />
<Folder Include="Source\portable\ThirdParty\" />
<Folder Include="Source\portable\ThirdParty\Partner-Supported-Ports\" />
<Folder Include="Source\portable\ThirdParty\Partner-Supported-Ports\GCC\" />
<Folder Include="Source\portable\ThirdParty\Partner-Supported-Ports\GCC\AVR_Mega0\" />
<Folder Include="Source\portable\MemMang" />
<Folder Include="ParTest\" />
<Folder Include="serial\" />
<Folder Include="Common\" />
<Folder Include="Common\include" />
<Folder Include="Common\Minimal" />
<Folder Include="Common\Full" />
<Folder Include="Source\portable\ThirdParty\" />
<Folder Include="Source\portable\ThirdParty\Partner-Supported-Ports\" />
<Folder Include="Source\portable\ThirdParty\Partner-Supported-Ports\GCC\" />
<Folder Include="Source\portable\ThirdParty\Partner-Supported-Ports\GCC\AVR_Mega0\" />
</ItemGroup>
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
</Project>

0 comments on commit b531f92

Please sign in to comment.