Browse Source

Remove "scr" folder from ICSharpCode.Reporting.Addin.

pull/375/head
Daniel Grunwald 12 years ago
parent
commit
481219d1ce
  1. 0
      src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/Commands/ViewCommands.cs
  2. 0
      src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/DesignerBinding/DesignerBinding.cs
  3. 9
      src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/ICSharpCode.Reporting.Addin.csproj

0
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/scr/Commands/ViewCommands.cs → src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/Commands/ViewCommands.cs

0
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/scr/DesignerBinding/DesignerBinding.cs → src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/DesignerBinding/DesignerBinding.cs

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

@ -61,14 +61,13 @@ @@ -61,14 +61,13 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Configuration" />
<Folder Include="scr" />
<Folder Include="scr\DesignerBinding" />
<Folder Include="scr\Commands" />
<Folder Include="DesignerBinding" />
<Folder Include="Commands" />
</ItemGroup>
<ItemGroup>
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="scr\Commands\ViewCommands.cs" />
<Compile Include="scr\DesignerBinding\DesignerBinding.cs" />
<Compile Include="Commands\ViewCommands.cs" />
<Compile Include="DesignerBinding\DesignerBinding.cs" />
</ItemGroup>
<ItemGroup>
<None Include="EmptyReport.xft">

Loading…
Cancel
Save