Skip to content

Commit

Permalink
APIs added, API return type shown (#41)
Browse files Browse the repository at this point in the history
* APIs added, API return type shown

* more apis added

* ICommands added
  • Loading branch information
jdahlblom authored Nov 25, 2023
1 parent 68efb8e commit 4ea61f8
Show file tree
Hide file tree
Showing 79 changed files with 4,351 additions and 449 deletions.
12 changes: 12 additions & 0 deletions src/client/DCSInsight/DCSInsight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<None Remove="Images\Magnifier_icon.ico" />
<None Remove="Images\Magnifier_icon.png" />
<None Remove="Images\search_api.png" />
<None Remove="Items\iCommands.txt" />
<None Remove="Magnifier_icon.png" />
</ItemGroup>
<ItemGroup>
Expand All @@ -32,6 +33,17 @@
<Resource Include="Images\Magnifier_icon.ico" />
<Resource Include="Images\Magnifier_icon.png" />
<Resource Include="Images\search_api.png" />
<Resource Include="Items\iCommands.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<Compile Update="UserControls\UserControlLoSetCommandAPI.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="UserControls\UserControlAPIBase.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="NLog.config">
Expand Down
Loading

0 comments on commit 4ea61f8

Please sign in to comment.