|
49 | 49 | <ItemGroup> |
50 | 50 | <Reference Include="System" /> |
51 | 51 | <Reference Include="System.Core" /> |
| 52 | + <Reference Include="System.Drawing" /> |
52 | 53 | <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
53 | 54 | <HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath> |
54 | 55 | <Private>True</Private> |
|
81 | 82 | </Reference> |
82 | 83 | <Reference Include="System.Data.DataSetExtensions" /> |
83 | 84 | <Reference Include="System.Data" /> |
| 85 | + <Reference Include="System.Windows.Forms" /> |
84 | 86 | <Reference Include="System.Xml" /> |
| 87 | + <Reference Include="Telerik.WinControls, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
| 88 | + <HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.1.211.462\Telerik.WinControls.dll</HintPath> |
| 89 | + <Private>True</Private> |
| 90 | + </Reference> |
| 91 | + <Reference Include="Telerik.WinControls.UI, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
| 92 | + <HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.1.211.462\Telerik.WinControls.UI.dll</HintPath> |
| 93 | + <Private>True</Private> |
| 94 | + </Reference> |
| 95 | + <Reference Include="TelerikCommon, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
| 96 | + <HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.1.211.462\TelerikCommon.dll</HintPath> |
| 97 | + <Private>True</Private> |
| 98 | + </Reference> |
85 | 99 | </ItemGroup> |
86 | 100 | <ItemGroup> |
87 | 101 | <Compile Include="Abstract\AbstractFilterAction.cs" /> |
|
96 | 110 | <Compile Include="CooccurrenceCrossAction.cs" /> |
97 | 111 | <Compile Include="CooccurrenceCrossFullAction.cs" /> |
98 | 112 | <Compile Include="CooccurrenceDiversityAction.cs" /> |
| 113 | + <Compile Include="CooccurrenceNetworkSelectAction.cs" /> |
| 114 | + <Compile Include="CooccurrenceNetworkAction.cs" /> |
99 | 115 | <Compile Include="CooccurrencePolarisationAction.cs" /> |
100 | 116 | <Compile Include="CooccurrenceSelectedCorrespondingAction.cs" /> |
101 | 117 | <Compile Include="CorpusFiniteStateMachineAction.cs" /> |
|
0 commit comments