Skip to content

Commit 3c1eb8a

Browse files
committed
icons and versioning
1 parent 502d2a7 commit 3c1eb8a

File tree

5 files changed

+2502
-11
lines changed

5 files changed

+2502
-11
lines changed

BarcodePrint.csproj

+8-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<UpgradeBackupLocation>
1717
</UpgradeBackupLocation>
1818
<OldToolsVersion>2.0</OldToolsVersion>
19+
<IsWebBootstrapper>false</IsWebBootstrapper>
20+
<TargetFrameworkProfile />
1921
<PublishUrl>publish\</PublishUrl>
2022
<Install>true</Install>
2123
<InstallFrom>Disk</InstallFrom>
@@ -28,10 +30,8 @@
2830
<MapFileExtensions>true</MapFileExtensions>
2931
<ApplicationRevision>0</ApplicationRevision>
3032
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31-
<IsWebBootstrapper>false</IsWebBootstrapper>
3233
<UseApplicationTrust>false</UseApplicationTrust>
3334
<BootstrapperEnabled>true</BootstrapperEnabled>
34-
<TargetFrameworkProfile />
3535
</PropertyGroup>
3636
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3737
<DebugSymbols>true</DebugSymbols>
@@ -75,6 +75,9 @@
7575
<ErrorReport>prompt</ErrorReport>
7676
<Prefer32Bit>false</Prefer32Bit>
7777
</PropertyGroup>
78+
<PropertyGroup>
79+
<ApplicationIcon>app.ico</ApplicationIcon>
80+
</PropertyGroup>
7881
<ItemGroup>
7982
<Reference Include="System" />
8083
<Reference Include="System.Data" />
@@ -116,7 +119,9 @@
116119
</ItemGroup>
117120
<ItemGroup>
118121
<None Include="app.config" />
119-
<None Include="ClassDiagram1.cd" />
122+
</ItemGroup>
123+
<ItemGroup>
124+
<Content Include="app.ico" />
120125
</ItemGroup>
121126
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
122127
<PropertyGroup>

Form1.Designer.cs

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)