Skip to content

Commit 291dc55

Browse files
committed
remove file refs
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent 00d5891 commit 291dc55

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

AiServer/AiServer.csproj

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -29,41 +29,5 @@
2929
<ProjectReference Include="..\AiServer.ServiceInterface\AiServer.ServiceInterface.csproj" />
3030
<ProjectReference Include="..\AiServer.ServiceModel\AiServer.ServiceModel.csproj" />
3131
</ItemGroup>
32-
33-
<ItemGroup>
34-
<Folder Include="wwwroot\img\langs\" />
35-
</ItemGroup>
36-
37-
<ItemGroup>
38-
<None Include="App_Data\overrides\workflows\audio-to-text\faster-whisper\suttitle-audio.json">
39-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
40-
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
41-
</None>
42-
<None Include="wwwroot\lib\data\workflows\audio-to-text\whisper\transcribe-audio.json" />
43-
<None Include="wwwroot\lib\data\workflows\image-to-image\sd-1.5\simple.json" />
44-
<None Include="wwwroot\lib\data\workflows\image-to-text\florence2\describe-image.json" />
45-
<None Include="wwwroot\lib\data\workflows\image-to-video\wan\generate-video.json" />
46-
<None Include="wwwroot\lib\data\workflows\text-to-audio\stable-audio\generate-audio.json" />
47-
<None Include="wwwroot\lib\data\workflows\text-to-image\flux\flux1-schnell.json" />
48-
<None Include="wwwroot\lib\data\workflows\text-to-image\hidream\hidream_i1_dev_fp8.json" />
49-
<None Include="wwwroot\lib\data\workflows\text-to-image\hidream\hidream_i1_fast_fp8.json" />
50-
<None Include="wwwroot\lib\data\workflows\text-to-image\sd-1.5\basic.json" />
51-
<None Include="wwwroot\lib\data\workflows\text-to-image\sd-3.5-large\sd3.5_large.json" />
52-
<None Include="wwwroot\lib\data\workflows\text-to-image\sd-3.5-large\sd3.5_large_fp8_scaled.json" />
53-
<None Include="wwwroot\lib\data\workflows\text-to-image\sd-3.5-large\sd3.5_large_turbo.json" />
54-
<None Include="wwwroot\lib\data\workflows\text-to-image\sdxl-lightning\4step.json" />
55-
<None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\dreamshaperXL.json" />
56-
<None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\epiCRealismXL.json" />
57-
<None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\jibMixRealisticXL.json" />
58-
<None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\juggernautXL.json" />
59-
<None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\realvisxl.json" />
60-
<None Include="wwwroot\lib\data\workflows\video-to-text\whisper\transcribe-video.json" />
61-
</ItemGroup>
62-
63-
<ItemGroup>
64-
<Content Update="wwwroot\lib\data\object_info.json">
65-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
66-
</Content>
67-
</ItemGroup>
6832

6933
</Project>

0 commit comments

Comments
 (0)