-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathOCI.DotNetSDK.Examples.csproj
More file actions
36 lines (36 loc) · 1.95 KB
/
OCI.DotNetSDK.Examples.csproj
File metadata and controls
36 lines (36 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\General.targets" />
<ItemGroup>
<ProjectReference Include="..\Audit\OCI.DotNetSDK.Audit.csproj" />
<ProjectReference Include="..\Objectstorage\OCI.DotNetSDK.Objectstorage.csproj" />
<ProjectReference Include="..\Core\OCI.DotNetSDK.Core.csproj" />
<ProjectReference Include="..\Identity\OCI.DotNetSDK.Identity.csproj" />
<ProjectReference Include="..\Database\OCI.DotNetSDK.Database.csproj" />
<ProjectReference Include="..\Filestorage\OCI.DotNetSDK.Filestorage.csproj" />
<ProjectReference Include="..\Resourcesearch\OCI.DotNetSDK.Resourcesearch.csproj" />
<ProjectReference Include="..\Streaming\OCI.DotNetSDK.Streaming.csproj" />
<ProjectReference Include="..\Loadbalancer\OCI.DotNetSDK.Loadbalancer.csproj" />
<ProjectReference Include="..\Functions\OCI.DotNetSDK.Functions.csproj" />
<ProjectReference Include="..\Keymanagement\OCI.DotNetSDK.Keymanagement.csproj" />
<ProjectReference Include="..\Monitoring\OCI.DotNetSDK.Monitoring.csproj" />
<ProjectReference Include="..\Containerengine\OCI.DotNetSDK.Containerengine.csproj" />
<ProjectReference Include="..\Logging\OCI.DotNetSDK.Logging.csproj" />
<ProjectReference Include="..\Loggingingestion\OCI.DotNetSDK.Loggingingestion.csproj" />
<ProjectReference Include="..\Loggingsearch\OCI.DotNetSDK.Loggingsearch.csproj" />
<ProjectReference Include="..\Generativeaiinference\OCI.DotNetSDK.Generativeaiinference.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<RootNamespace>Oci.Examples</RootNamespace>
<Authors>Oracle Cloud Infrastructure</Authors>
<Company>Oracle</Company>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Content Include="..\NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>