Skip to content

Commit ec0da0d

Browse files
committed
// TelerikLicense.cs
1 parent 86a44c8 commit ec0da0d

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,4 @@ paket-files/
252252
*.sln.iml
253253
*.gz
254254
*.whl
255+
TelerikLicense.cs

Action/CorpusExplorer.Sdk.Action/CorpusExplorer.Sdk.Action.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<Compile Include="StopwordListAction.cs" />
220220
<Compile Include="StyleBurrowsDeltaAction.cs" />
221221
<Compile Include="StyleNgramAction.cs" />
222+
<Compile Include="TelerikLicense.cs" />
222223
<Compile Include="TermDocumentMatrixAction.cs" />
223224
<Compile Include="TermFrequencyInverseDocumentFrequencyAction.cs" />
224225
<Compile Include="DocumentTermFrequencyAction.cs" />

DotNet5/CorpusExplorer.Terminal.Console.DotNet5/CorpusExplorer.Terminal.Console.DotNet5.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
<ProjectReference Include="C:\Projekte-Kooperation\TfresWebserver\TefresWebserver\TFRES.csproj" />
110110
</ItemGroup>
111111

112+
<ItemGroup>
113+
<Reference Include="Telerik.Licensing.Runtime">
114+
<HintPath>..\..\..\..\Program Files (x86)\Progress\Telerik UI for WinForms 2025 Q2\Bin48\Telerik.Licensing.Runtime.dll</HintPath>
115+
</Reference>
116+
</ItemGroup>
117+
112118
<ItemGroup>
113119
<Compile Update="Properties\Resources.Designer.cs">
114120
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)