1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <ItemGroup> |
---|
4 | <ClCompile Include="neercs.cpp" /> |
---|
5 | <ClCompile Include="video\render.cpp"> |
---|
6 | <Filter>video</Filter> |
---|
7 | </ClCompile> |
---|
8 | <ClCompile Include="video\text-render.cpp"> |
---|
9 | <Filter>video</Filter> |
---|
10 | </ClCompile> |
---|
11 | <ClCompile Include="old\actions.c"> |
---|
12 | <Filter>old</Filter> |
---|
13 | </ClCompile> |
---|
14 | <ClCompile Include="old\ansi.c"> |
---|
15 | <Filter>old</Filter> |
---|
16 | </ClCompile> |
---|
17 | <ClCompile Include="old\attach.c"> |
---|
18 | <Filter>old</Filter> |
---|
19 | </ClCompile> |
---|
20 | <ClCompile Include="old\client.c"> |
---|
21 | <Filter>old</Filter> |
---|
22 | </ClCompile> |
---|
23 | <ClCompile Include="old\configuration.c"> |
---|
24 | <Filter>old</Filter> |
---|
25 | </ClCompile> |
---|
26 | <ClCompile Include="old\effects.c"> |
---|
27 | <Filter>old</Filter> |
---|
28 | </ClCompile> |
---|
29 | <ClCompile Include="old\grab.c"> |
---|
30 | <Filter>old</Filter> |
---|
31 | </ClCompile> |
---|
32 | <ClCompile Include="old\help.c"> |
---|
33 | <Filter>old</Filter> |
---|
34 | </ClCompile> |
---|
35 | <ClCompile Include="old\input.c"> |
---|
36 | <Filter>old</Filter> |
---|
37 | </ClCompile> |
---|
38 | <ClCompile Include="old\lock.c"> |
---|
39 | <Filter>old</Filter> |
---|
40 | </ClCompile> |
---|
41 | <ClCompile Include="old\main.c"> |
---|
42 | <Filter>old</Filter> |
---|
43 | </ClCompile> |
---|
44 | <ClCompile Include="old\mygetopt.c"> |
---|
45 | <Filter>old</Filter> |
---|
46 | </ClCompile> |
---|
47 | <ClCompile Include="old\mytrace.c"> |
---|
48 | <Filter>old</Filter> |
---|
49 | </ClCompile> |
---|
50 | <ClCompile Include="old\recurrent.c"> |
---|
51 | <Filter>old</Filter> |
---|
52 | </ClCompile> |
---|
53 | <ClCompile Include="old\screen_list.c"> |
---|
54 | <Filter>old</Filter> |
---|
55 | </ClCompile> |
---|
56 | <ClCompile Include="old\screens.c"> |
---|
57 | <Filter>old</Filter> |
---|
58 | </ClCompile> |
---|
59 | <ClCompile Include="old\screensaver.c"> |
---|
60 | <Filter>old</Filter> |
---|
61 | </ClCompile> |
---|
62 | <ClCompile Include="old\server.c"> |
---|
63 | <Filter>old</Filter> |
---|
64 | </ClCompile> |
---|
65 | <ClCompile Include="old\term.c"> |
---|
66 | <Filter>old</Filter> |
---|
67 | </ClCompile> |
---|
68 | <ClCompile Include="old\widgets.c"> |
---|
69 | <Filter>old</Filter> |
---|
70 | </ClCompile> |
---|
71 | <ClCompile Include="old\wm.cpp"> |
---|
72 | <Filter>old</Filter> |
---|
73 | </ClCompile> |
---|
74 | <ClCompile Include="old\python\interpreter.c"> |
---|
75 | <Filter>old\python</Filter> |
---|
76 | </ClCompile> |
---|
77 | <ClCompile Include="old\python\py_module.c"> |
---|
78 | <Filter>old\python</Filter> |
---|
79 | </ClCompile> |
---|
80 | </ItemGroup> |
---|
81 | <ItemGroup> |
---|
82 | <ClInclude Include="neercs.h" /> |
---|
83 | <ClInclude Include="video\render.h"> |
---|
84 | <Filter>video</Filter> |
---|
85 | </ClInclude> |
---|
86 | <ClInclude Include="video\text-render.h"> |
---|
87 | <Filter>video</Filter> |
---|
88 | </ClInclude> |
---|
89 | <ClInclude Include="old\mygetopt.h"> |
---|
90 | <Filter>old</Filter> |
---|
91 | </ClInclude> |
---|
92 | <ClInclude Include="old\mytrace.h"> |
---|
93 | <Filter>old</Filter> |
---|
94 | </ClInclude> |
---|
95 | <ClInclude Include="old\neercs.h"> |
---|
96 | <Filter>old</Filter> |
---|
97 | </ClInclude> |
---|
98 | <ClInclude Include="old\widgets.h"> |
---|
99 | <Filter>old</Filter> |
---|
100 | </ClInclude> |
---|
101 | <ClInclude Include="old\python\py_module.h"> |
---|
102 | <Filter>old\python</Filter> |
---|
103 | </ClInclude> |
---|
104 | </ItemGroup> |
---|
105 | <ItemGroup> |
---|
106 | <Filter Include="video"> |
---|
107 | <UniqueIdentifier>{8598edd6-ce35-4250-b16e-4237b34ebd2a}</UniqueIdentifier> |
---|
108 | </Filter> |
---|
109 | <Filter Include="old"> |
---|
110 | <UniqueIdentifier>{ac200501-b60f-4451-9005-a29f3cf9bf75}</UniqueIdentifier> |
---|
111 | </Filter> |
---|
112 | <Filter Include="old\python"> |
---|
113 | <UniqueIdentifier>{9140687d-c5b2-4302-8121-9b12ebf3908e}</UniqueIdentifier> |
---|
114 | </Filter> |
---|
115 | </ItemGroup> |
---|
116 | <ItemGroup> |
---|
117 | <LolFxCompile Include="video\simple.lolfx"> |
---|
118 | <Filter>video</Filter> |
---|
119 | </LolFxCompile> |
---|
120 | <LolFxCompile Include="video\text.lolfx"> |
---|
121 | <Filter>video</Filter> |
---|
122 | </LolFxCompile> |
---|
123 | <LolFxCompile Include="video\blurh.lolfx"> |
---|
124 | <Filter>video</Filter> |
---|
125 | </LolFxCompile> |
---|
126 | <LolFxCompile Include="video\blurv.lolfx"> |
---|
127 | <Filter>video</Filter> |
---|
128 | </LolFxCompile> |
---|
129 | <LolFxCompile Include="video\glow.lolfx"> |
---|
130 | <Filter>video</Filter> |
---|
131 | </LolFxCompile> |
---|
132 | <LolFxCompile Include="video\radial.lolfx"> |
---|
133 | <Filter>video</Filter> |
---|
134 | </LolFxCompile> |
---|
135 | <LolFxCompile Include="video\remanency.lolfx"> |
---|
136 | <Filter>video</Filter> |
---|
137 | </LolFxCompile> |
---|
138 | <LolFxCompile Include="video\noise.lolfx"> |
---|
139 | <Filter>video</Filter> |
---|
140 | </LolFxCompile> |
---|
141 | <LolFxCompile Include="video\postfx.lolfx"> |
---|
142 | <Filter>video</Filter> |
---|
143 | </LolFxCompile> |
---|
144 | </ItemGroup> |
---|
145 | </Project> |
---|