We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17b8f1 commit d203f6dCopy full SHA for d203f6d
examples/GetStartedSIP/GetStartedSIP.csproj
@@ -13,6 +13,12 @@
13
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14
</PropertyGroup>
15
16
+ <ItemGroup>
17
+ <Compile Remove="Properties\**" />
18
+ <EmbeddedResource Remove="Properties\**" />
19
+ <None Remove="Properties\**" />
20
+ </ItemGroup>
21
+
22
<ItemGroup>
23
<PackageReference Include="LanguageExt.Core" Version="4.4.9" />
24
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
@@ -24,8 +30,4 @@
30
<ProjectReference Include="..\..\src\SIPSorcery.OpenAI.WebRTC.csproj" />
25
31
</ItemGroup>
26
32
27
- <ItemGroup>
28
- <Folder Include="Properties\" />
29
- </ItemGroup>
-
33
</Project>
0 commit comments