Skip to content

Commit b69b8f0

Browse files
committed
Proj files
1 parent f363e59 commit b69b8f0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

StdUtils/StdUtils.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<Reference Include="System.Xml" />
4040
</ItemGroup>
4141
<ItemGroup>
42+
<Compile Include="FileSizeUtils.cs" />
4243
<Compile Include="ObjectUtils.cs" />
4344
<Compile Include="Properties\AssemblyInfo.cs" />
4445
<Compile Include="StringUtils.cs" />

SynoDsUi/SynoDsUi.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
<None Include="App.config" />
114114
</ItemGroup>
115115
<ItemGroup>
116+
<ProjectReference Include="..\StdUtils\StdUtils.csproj">
117+
<Project>{c4e83987-6223-46f2-b437-9c677b8a9e2b}</Project>
118+
<Name>StdUtils</Name>
119+
</ProjectReference>
116120
<ProjectReference Include="..\SynologyAPI\SynologyAPI.csproj">
117121
<Project>{2416b308-d8c8-42c4-8d91-8769d2ddb4f7}</Project>
118122
<Name>SynologyAPI</Name>

0 commit comments

Comments
 (0)