-
Notifications
You must be signed in to change notification settings - Fork 1
/
SHFXRegularPolygon.vcxproj.filters
executable file
·43 lines (43 loc) · 1.61 KB
/
SHFXRegularPolygon.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="Source\SHFXRegularPolygonPlugin.cpp" />
<ClCompile Include="Source\SHFXRegularPolygonSuites.cpp" />
<ClCompile Include="..\common\source\AppContext.cpp">
<Filter>Shared</Filter>
</ClCompile>
<ClCompile Include="..\..\illustratorapi\illustrator\IAIUnicodeString.cpp">
<Filter>Shared</Filter>
</ClCompile>
<ClCompile Include="..\common\source\IllustratorSDK.cpp">
<Filter>Shared</Filter>
</ClCompile>
<ClCompile Include="..\common\source\Main.cpp">
<Filter>Shared</Filter>
</ClCompile>
<ClCompile Include="..\common\source\Suites.cpp">
<Filter>Shared</Filter>
</ClCompile>
<ClCompile Include="..\common\source\SDKErrors.cpp">
<Filter>Shared</Filter>
</ClCompile>
<ClCompile Include="..\common\source\Plugin.cpp">
<Filter>Shared</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Source\myImGuiDialog.h" />
<ClInclude Include="Source\MyParms.h" />
<ClInclude Include="Source\SHFXRegularPolygonID.h" />
<ClInclude Include="Source\SHFXRegularPolygonPlugin.h" />
<ClInclude Include="Source\SHFXRegularPolygonSuites.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Resources\Win\SHFXRegularPolygon.rc" />
</ItemGroup>
<ItemGroup>
<Filter Include="Shared">
<UniqueIdentifier>{a54552d4-0107-460c-880f-c4ba7d6ede5f}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>