-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8013a1d
commit 484bd07
Showing
19 changed files
with
545 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<None Include="bgwidgets.DEF" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="src\bgwidgets.h"> | ||
<Filter>source</Filter> | ||
</ClCompile> | ||
<ClInclude Include="src\donut.h"> | ||
<Filter>source</Filter> | ||
</ClCompile> | ||
<ClInclude Include="src\polygon.h"> | ||
<Filter>source</Filter> | ||
</ClCompile> | ||
<ClInclude Include="src\RediusRect.h"> | ||
<Filter>source</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Filter Include="source"> | ||
<UniqueIdentifier>{042c8f37-28e8-4eac-833d-4d8cd3ba4f61}</UniqueIdentifier> | ||
</Filter> | ||
<Filter Include="resources"> | ||
<UniqueIdentifier>{10e9e5b8-e8a7-4a18-a057-3e0006209318}</UniqueIdentifier> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="src\bgwidgets.cpp"> | ||
<Filter>source</Filter> | ||
</ClCompile> | ||
<ClCompile Include="src\donut.cpp"> | ||
<Filter>source</Filter> | ||
</ClCompile> | ||
<ClCompile Include="src\polygon.cpp"> | ||
<Filter>source</Filter> | ||
</ClCompile> | ||
<ClCompile Include="src\RediusRect.cpp"> | ||
<Filter>source</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Image Include="resources\radiusrect.bmp"> | ||
<Filter>resources</Filter> | ||
</Image> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ResourceCompile Include="resources\bgwidgets.rc"> | ||
<Filter>resources</Filter> | ||
</ResourceCompile> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.