-
Notifications
You must be signed in to change notification settings - Fork 0
/
IPlugGen-vst2.vcxproj.filters
47 lines (47 loc) · 1.51 KB
/
IPlugGen-vst2.vcxproj.filters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="IPlugGen.cpp" />
<ClCompile Include="..\..\WDL\IPlug\IPlugVST.cpp">
<Filter>vst2</Filter>
</ClCompile>
<ClCompile Include="gen_exported.cpp" />
<ClCompile Include="gen_dsp\genlib.cpp">
<Filter>gen_dsp</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="IPlugGen.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="..\..\WDL\IPlug\IPlugVST.h">
<Filter>vst2</Filter>
</ClInclude>
<ClInclude Include="gen_exported.h" />
<ClInclude Include="gen_dsp\genlib_ops.h">
<Filter>gen_dsp</Filter>
</ClInclude>
<ClInclude Include="gen_dsp\genlib_common.h">
<Filter>gen_dsp</Filter>
</ClInclude>
<ClInclude Include="gen_dsp\genlib_common_win.h">
<Filter>gen_dsp</Filter>
</ClInclude>
<ClInclude Include="gen_dsp\genlib_exportfunctions.h">
<Filter>gen_dsp</Filter>
</ClInclude>
<ClInclude Include="gen_dsp\genlib.h">
<Filter>gen_dsp</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="IPlugGen.rc" />
</ItemGroup>
<ItemGroup>
<Filter Include="vst2">
<UniqueIdentifier>{ea16de74-9d15-4c60-ba09-d0924088d3e5}</UniqueIdentifier>
</Filter>
<Filter Include="gen_dsp">
<UniqueIdentifier>{c7be1cd2-1f7d-4c59-9d12-1dfc1ad38746}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>