Skip to content

Commit 77db5c6

Browse files
authored
Add files via upload
1 parent c18d856 commit 77db5c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1527
-19
lines changed
2.02 MB
Binary file not shown.
2.33 MB
Binary file not shown.

ExcelTemplates/ExcelTemplates.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
34+
<PropertyGroup>
35+
<ApplicationIcon>oliveicon.ico</ApplicationIcon>
36+
</PropertyGroup>
3437
<ItemGroup>
3538
<Reference Include="System" />
3639
<Reference Include="System.Data" />
@@ -72,5 +75,8 @@
7275
<Name>PluginsMain</Name>
7376
</ProjectReference>
7477
</ItemGroup>
78+
<ItemGroup>
79+
<Content Include="oliveicon.ico" />
80+
</ItemGroup>
7581
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7682
</Project>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
4-
<StartArguments>
5-
</StartArguments>
4+
<StartArguments>/config</StartArguments>
65
</PropertyGroup>
76
</Project>

ExcelTemplates/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.2.4")]
36-
[assembly: AssemblyFileVersion("1.0.2.4")]
35+
[assembly: AssemblyVersion("1.0.2.5")]
36+
[assembly: AssemblyFileVersion("1.0.2.5")]
55 KB
Binary file not shown.
64.5 KB
Binary file not shown.
1 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
call ExcelTemplates.exe /config
Binary file not shown.

0 commit comments

Comments
 (0)