Skip to content

Commit fab7be8

Browse files
author
grimes2
committed
remove junk
1 parent 7bb77a5 commit fab7be8

File tree

4 files changed

+2
-44
lines changed

4 files changed

+2
-44
lines changed

foo_loop.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#define _WIN32_WINNT _WIN32_WINNT_WIN7
22
#define WINVER _WIN32_WINNT_WIN7
33

4-
#include <helpers/foobar2000+atl.h>
4+
#include <foobar2000/SDK/foobar2000.h>
55

66
static constexpr const char* component_name = "Loop";
77

88
DECLARE_COMPONENT_VERSION(
99
component_name,
10-
"1.3",
10+
"1.4",
1111
"grimes\n\n"
1212
"Build: " __TIME__ ", " __DATE__
1313
);

foo_loop.rc

Lines changed: 0 additions & 26 deletions
This file was deleted.

foo_loop.vcxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@
176176
<AdditionalDependencies>../foobar2000-sdk/foobar2000/shared/shared-$(Platform).lib;%(AdditionalDependencies)</AdditionalDependencies>
177177
</Link>
178178
</ItemDefinitionGroup>
179-
<ItemGroup>
180-
<ClInclude Include="resource.hpp" />
181-
</ItemGroup>
182179
<ItemGroup>
183180
<ProjectReference Include="..\foobar2000-sdk\foobar2000\foobar2000_component_client\foobar2000_component_client.vcxproj">
184181
<Project>{71ad2674-065b-48f5-b8b0-e1f9d3892081}</Project>
@@ -196,9 +193,6 @@
196193
<Project>{ebfffb4e-261d-44d3-b89c-957b31a0bf9c}</Project>
197194
</ProjectReference>
198195
</ItemGroup>
199-
<ItemGroup>
200-
<ResourceCompile Include="foo_loop.rc" />
201-
</ItemGroup>
202196
<ItemGroup>
203197
<ClCompile Include="foo_loop.cpp" />
204198
</ItemGroup>

resource.hpp

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)