Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
加入了图标
Browse files Browse the repository at this point in the history
  • Loading branch information
小傅Fox committed Feb 12, 2015
1 parent ffef6c0 commit d93945e
Show file tree
Hide file tree
Showing 21 changed files with 62 additions and 190 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Assembly temp files
AssemblyInfo.old

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

## Build Tools
T035.exe
BuildTool.exe
Expand Down
6 changes: 6 additions & 0 deletions Auth/Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>WiAuth.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -95,6 +98,9 @@
<Name>WiAuthClassLibrary</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="WiAuth.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"$(SolutionDir)\BuildTool.exe" "$(ProjectDir)"</PostBuildEvent>
Expand Down
4 changes: 2 additions & 2 deletions Auth/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.1.10")]
[assembly: AssemblyFileVersion("0.1.1.10")]
[assembly: AssemblyVersion("0.1.1.12")]
[assembly: AssemblyFileVersion("0.1.1.12")]
36 changes: 0 additions & 36 deletions Auth/Properties/AssemblyInfo.old

This file was deleted.

Binary file added Auth/WiAuth.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions Configure/Configure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
<Prefer32Bit>false</Prefer32Bit>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>WiAuth.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -140,6 +143,9 @@
<Name>WiAuthClassLibrary</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="WiAuth.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down
4 changes: 2 additions & 2 deletions Configure/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.1.30")]
[assembly: AssemblyFileVersion("0.1.1.30")]
[assembly: AssemblyVersion("0.1.1.32")]
[assembly: AssemblyFileVersion("0.1.1.32")]
36 changes: 0 additions & 36 deletions Configure/Properties/AssemblyInfo.old

This file was deleted.

Binary file added Configure/WiAuth.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>WiAuth.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -116,6 +119,9 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="WiAuth.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"$(SolutionDir)\BuildTool.exe" "$(ProjectDir)"</PostBuildEvent>
Expand Down
4 changes: 2 additions & 2 deletions Installer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.0.8")]
[assembly: AssemblyFileVersion("0.6.0.8")]
[assembly: AssemblyVersion("0.6.0.10")]
[assembly: AssemblyFileVersion("0.6.0.10")]
36 changes: 0 additions & 36 deletions Installer/Properties/AssemblyInfo.old

This file was deleted.

Binary file added Installer/WiAuth.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions URLSchemeHandler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0.23")]
[assembly: AssemblyFileVersion("0.1.0.23")]
[assembly: AssemblyVersion("0.1.0.25")]
[assembly: AssemblyFileVersion("0.1.0.25")]
36 changes: 0 additions & 36 deletions URLSchemeHandler/Properties/AssemblyInfo.old

This file was deleted.

6 changes: 6 additions & 0 deletions URLSchemeHandler/URLSchemeHandler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>WiAuth.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -49,6 +52,9 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="WiAuth.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"$(SolutionDir)\BuildTool.exe" "$(ProjectDir)"</PostBuildEvent>
Expand Down
Binary file added URLSchemeHandler/WiAuth.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions WiAuthClassLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.2.4")]
[assembly: AssemblyFileVersion("0.2.2.4")]
[assembly: AssemblyVersion("0.2.2.7")]
[assembly: AssemblyFileVersion("0.2.2.7")]
36 changes: 0 additions & 36 deletions WiAuthClassLibrary/Properties/AssemblyInfo.old

This file was deleted.

Binary file added WiAuthClassLibrary/WiAuth.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions WiAuthClassLibrary/WiAuthClassLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<Prefer32Bit>false</Prefer32Bit>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>WiAuth.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -53,6 +56,9 @@
<Compile Include="Utils\TCPServer.cs" />
<Compile Include="Utils\UDPServer.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="WiAuth.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down

0 comments on commit d93945e

Please sign in to comment.