Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhtan126 committed Sep 14, 2023
1 parent 24944c0 commit f702064
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 17 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified CleanCode/.vs/CleanCode/v17/.suo
Binary file not shown.
18 changes: 9 additions & 9 deletions CleanCode/CleanCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Logoonly.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="MaterialDesignColors, Version=2.1.4.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
<HintPath>..\packages\MaterialDesignColors.2.1.4\lib\net462\MaterialDesignColors.dll</HintPath>
Expand Down Expand Up @@ -121,15 +124,6 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<COMReference Include="AutoCAD">
<Guid>{AA9A2205-75AA-43AD-9138-1767F1BB5E0C}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="stdole">
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
<VersionMajor>2</VersionMajor>
Expand All @@ -140,6 +134,12 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<Resource Include="mous.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Logoonly.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
Binary file added CleanCode/Logoonly.ico
Binary file not shown.
Binary file modified CleanCode/bin/Debug/CleanCode.exe
Binary file not shown.
Binary file added CleanCode/mous.ico
Binary file not shown.
Binary file modified CleanCode/obj/Debug/CleanCode.exe
Binary file not shown.
Binary file modified CleanCode/obj/Debug/CleanCode.g.resources
Binary file not shown.
13 changes: 13 additions & 0 deletions CleanCode/obj/Debug/CleanCode_Content.g.i.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("logoonly.ico")]


8 changes: 4 additions & 4 deletions CleanCode/obj/Debug/CleanCode_MarkupCompile.i.cache
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
winexe
C#
.cs
C:\TGL\Document\WpfApp1\CleanCode\obj\Debug\
C:\Super backup\K10-Tekla API\CleanCode\CleanCodelAutomationTool\CleanCode\obj\Debug\
CleanCode
none
false
DEBUG;TRACE
C:\TGL\Document\WpfApp1\CleanCode\App.xaml
C:\Super backup\K10-Tekla API\CleanCode\CleanCodelAutomationTool\CleanCode\App.xaml
1871162140

11153217522
181855483979
17-1028320750
View\MainWindow.xaml;

True
False

4 changes: 0 additions & 4 deletions CleanCode/obj/Debug/CleanCode_MarkupCompile.i.lref

This file was deleted.

0 comments on commit f702064

Please sign in to comment.