-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudioDashboard.Clean.csproj
More file actions
33 lines (31 loc) · 1.05 KB
/
StudioDashboard.Clean.csproj
File metadata and controls
33 lines (31 loc) · 1.05 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>7.3</LangVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Reference Include="MediaBrowser.Common">
<HintPath>lib/MediaBrowser.Common.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="MediaBrowser.Controller">
<HintPath>lib/MediaBrowser.Controller.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="MediaBrowser.Model">
<HintPath>lib/MediaBrowser.Model.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="dashboard.html">
<LogicalName>StudioDashboard.dashboard.html</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="home.html">
<LogicalName>StudioDashboard.home.html</LogicalName>
</EmbeddedResource>
</ItemGroup>
</Project>