Skip to content

Commit

Permalink
fix: 修复VS2017生成后运行UI不完整
Browse files Browse the repository at this point in the history
  • Loading branch information
leven99 committed Oct 8, 2019
1 parent f790cda commit 81d7490
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 8 deletions.
15 changes: 15 additions & 0 deletions msvc/VS2017/ODSA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,21 @@
<Resource Include="..\..\icon\favicon.ico">
<Link>icon\favicon.ico</Link>
</Resource>
<Resource Include="..\..\icon\Close.png">
<Link>icon\Close.png</Link>
</Resource>
<Resource Include="..\..\icon\favicon.png">
<Link>icon\favicon.png</Link>
</Resource>
<Resource Include="..\..\icon\Max.png">
<Link>icon\Max.png</Link>
</Resource>
<Resource Include="..\..\icon\Min.png">
<Link>icon\Min.png</Link>
</Resource>
<Resource Include="..\..\icon\Red.png">
<Link>icon\Red.png</Link>
</Resource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
Expand Down
Binary file added msvc/VS2017/icon/Close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added msvc/VS2017/icon/Max.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added msvc/VS2017/icon/Min.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion msvc/VS2017/icon/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#### 图标作者
## Favicon

### 图标作者
BlackVariant (Patrick)

### 图标作者网站
Expand Down
Binary file added msvc/VS2017/icon/Red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions msvc/VS2019/OSDA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,21 @@
<Resource Include="..\..\icon\favicon.ico">
<Link>icon\favicon.ico</Link>
</Resource>
<Resource Include="..\..\icon\Close.png">
<Link>icon\Close.png</Link>
</Resource>
<Resource Include="..\..\icon\favicon.png">
<Link>icon\favicon.png</Link>
</Resource>
<Resource Include="..\..\icon\Max.png">
<Link>icon\Max.png</Link>
</Resource>
<Resource Include="..\..\icon\Min.png">
<Link>icon\Min.png</Link>
</Resource>
<Resource Include="..\..\icon\Red.png">
<Link>icon\Red.png</Link>
</Resource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
Expand All @@ -234,13 +249,6 @@
<Analyzer Include="..\packages\Microsoft.NetFramework.Analyzers.2.9.6\analyzers\dotnet\cs\Microsoft.NetFramework.Analyzers.dll" />
<Analyzer Include="..\packages\Microsoft.NetFramework.Analyzers.2.9.6\analyzers\dotnet\cs\Microsoft.NetFramework.CSharp.Analyzers.dll" />
</ItemGroup>
<ItemGroup>
<Resource Include="icon\Close.png" />
<Resource Include="icon\favicon.png" />
<Resource Include="icon\Max.png" />
<Resource Include="icon\Min.png" />
<Resource Include="icon\Red.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down

0 comments on commit 81d7490

Please sign in to comment.