Skip to content

Commit d203f6d

Browse files
committed
Removed missing runtime settings file.
1 parent c17b8f1 commit d203f6d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/GetStartedSIP/GetStartedSIP.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
</PropertyGroup>
1515

16+
<ItemGroup>
17+
<Compile Remove="Properties\**" />
18+
<EmbeddedResource Remove="Properties\**" />
19+
<None Remove="Properties\**" />
20+
</ItemGroup>
21+
1622
<ItemGroup>
1723
<PackageReference Include="LanguageExt.Core" Version="4.4.9" />
1824
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
@@ -24,8 +30,4 @@
2430
<ProjectReference Include="..\..\src\SIPSorcery.OpenAI.WebRTC.csproj" />
2531
</ItemGroup>
2632

27-
<ItemGroup>
28-
<Folder Include="Properties\" />
29-
</ItemGroup>
30-
3133
</Project>

0 commit comments

Comments
 (0)