Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubarrat committed Jan 26, 2024
1 parent 63105ac commit 0e024e2
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 73 deletions.
63 changes: 0 additions & 63 deletions .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.txt → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) [year] [fullname]
Copyright (c) 2024 Mubarrat

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 9 additions & 9 deletions WindowManager.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,17 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="MainWindow.cpp" />
<ClCompile Include="MenuBar.cpp" />
<ClCompile Include="MenuItem.cpp" />
<ClCompile Include="Program.cpp" />
<ClCompile Include="Window.cpp" />
<ClCompile Include="src\MainWindow.cpp" />
<ClCompile Include="src\MenuBar.cpp" />
<ClCompile Include="src\MenuItem.cpp" />
<ClCompile Include="src\Program.cpp" />
<ClCompile Include="src\Window.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="MainWindow.h" />
<ClInclude Include="MenuBar.h" />
<ClInclude Include="MenuItem.h" />
<ClInclude Include="Window.h" />
<ClInclude Include="src\MainWindow.h" />
<ClInclude Include="src\MenuBar.h" />
<ClInclude Include="src\MenuItem.h" />
<ClInclude Include="src\Window.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e024e2

Please sign in to comment.