Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 481219d

Browse files
committed
Remove "scr" folder from ICSharpCode.Reporting.Addin.
1 parent 95d1803 commit 481219d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/scr/Commands/ViewCommands.cs renamed to src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/Commands/ViewCommands.cs

File renamed without changes.

src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/scr/DesignerBinding/DesignerBinding.cs renamed to src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/DesignerBinding/DesignerBinding.cs

File renamed without changes.

src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/ICSharpCode.Reporting.Addin.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,13 @@
6161
</ItemGroup>
6262
<ItemGroup>
6363
<Folder Include="Configuration" />
64-
<Folder Include="scr" />
65-
<Folder Include="scr\DesignerBinding" />
66-
<Folder Include="scr\Commands" />
64+
<Folder Include="DesignerBinding" />
65+
<Folder Include="Commands" />
6766
</ItemGroup>
6867
<ItemGroup>
6968
<Compile Include="Configuration\AssemblyInfo.cs" />
70-
<Compile Include="scr\Commands\ViewCommands.cs" />
71-
<Compile Include="scr\DesignerBinding\DesignerBinding.cs" />
69+
<Compile Include="Commands\ViewCommands.cs" />
70+
<Compile Include="DesignerBinding\DesignerBinding.cs" />
7271
</ItemGroup>
7372
<ItemGroup>
7473
<None Include="EmptyReport.xft">

0 commit comments

Comments
 (0)