Skip to content

Commit d0a9431

Browse files
authored
remove from csproj the extra props file (now redundant) (#524)
Remove the props file from tool calling examples. The props file is redundant and was removed.
1 parent 84b25b1 commit d0a9431

5 files changed

Lines changed: 0 additions & 20 deletions

File tree

samples/cs/GettingStarted/cross-platform/ToolCallingFoundryLocalSdk/ToolCallingFoundryLocalSdk.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@
2828
<PackageReference Include="Microsoft.ML.OnnxRuntimeGenAI.Cuda" />
2929
</ItemGroup>
3030

31-
32-
<!-- Exclude superfluous ORT and IHV libs -->
33-
<Import Project="../../ExcludeExtraLibs.props" />
34-
3531
</Project>

samples/cs/GettingStarted/cross-platform/ToolCallingFoundryLocalWebServer/ToolCallingFoundryLocalWebServer.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,4 @@
2929
<PackageReference Include="Microsoft.ML.OnnxRuntimeGenAI.Cuda" />
3030
</ItemGroup>
3131

32-
33-
<!-- Exclude superfluous ORT and IHV libs -->
34-
<Import Project="../../ExcludeExtraLibs.props" />
35-
36-
3732
</Project>

samples/cs/GettingStarted/windows/ModelManagementExample/ModelManagementExample.csproj.user

Lines changed: 0 additions & 6 deletions
This file was deleted.

samples/cs/GettingStarted/windows/ToolCallingFoundryLocalSdk/ToolCallingFoundryLocalSdk.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@
2626
<PackageReference Include="Microsoft.AI.Foundry.Local.WinML" />
2727
</ItemGroup>
2828

29-
<!-- On Publish: Exclude superfluous ORT and IHV libs -->
30-
<Import Project="../../ExcludeExtraLibs.props"/>
3129

3230
</Project>

samples/cs/GettingStarted/windows/ToolCallingFoundryLocalWebServer/ToolCallingFoundryLocalWebServer.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@
2727
<PackageReference Include="OpenAI" />
2828
</ItemGroup>
2929

30-
<!-- On Publish: Exclude superfluous ORT and IHV libs -->
31-
<Import Project="../../ExcludeExtraLibs.props"/>
32-
3330
</Project>

0 commit comments

Comments
 (0)