root/trunk/x42view.net/x42view.net.csproj

Revision 613, 21.4 kB (checked in by phill, 5 months ago)

o Fixed crash bug with high-valued base frames.

Line 
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{58E7A878-1490-4BB0-B5D7-125E679C5E8D}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>x42view</RootNamespace>
11     <AssemblyName>x42view.net</AssemblyName>
12     <ApplicationIcon>Gear and Wrench.ICO</ApplicationIcon>
13     <TargetZone>LocalIntranet</TargetZone>
14     <GenerateManifests>false</GenerateManifests>
15     <SignManifests>false</SignManifests>
16     <SignAssembly>false</SignAssembly>
17     <AssemblyOriginatorKeyFile>../hworks.snk</AssemblyOriginatorKeyFile>
18     <PublishUrl>publish\</PublishUrl>
19     <Install>true</Install>
20     <InstallFrom>Disk</InstallFrom>
21     <UpdateEnabled>true</UpdateEnabled>
22     <UpdateMode>Foreground</UpdateMode>
23     <UpdateInterval>7</UpdateInterval>
24     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25     <UpdatePeriodically>false</UpdatePeriodically>
26     <UpdateRequired>false</UpdateRequired>
27     <MapFileExtensions>true</MapFileExtensions>
28     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29     <IsWebBootstrapper>false</IsWebBootstrapper>
30     <BootstrapperEnabled>true</BootstrapperEnabled>
31     <DelaySign>false</DelaySign>
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug %28.NET%29|x86' ">
34     <DebugSymbols>true</DebugSymbols>
35     <OutputPath>..\bin\win32\debug %28.net%29\bin\</OutputPath>
36     <DefineConstants>DEBUG;TRACE</DefineConstants>
37     <DebugType>full</DebugType>
38     <PlatformTarget>x86</PlatformTarget>
39     <ErrorReport>prompt</ErrorReport>
40     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
41     <UseVSHostingProcess>true</UseVSHostingProcess>
42   </PropertyGroup>
43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release %28.NET%29|x86' ">
44     <OutputPath>..\bin\win32\release %28.net%29\bin\</OutputPath>
45     <DefineConstants>TRACE</DefineConstants>
46     <Optimize>true</Optimize>
47     <DebugType>pdbonly</DebugType>
48     <PlatformTarget>x86</PlatformTarget>
49     <ErrorReport>prompt</ErrorReport>
50     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
51   </PropertyGroup>
52   <ItemGroup>
53     <Reference Include="7zip, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
54       <SpecificVersion>False</SpecificVersion>
55       <HintPath>..\dependencies\7zip\bin\Release\7zip.dll</HintPath>
56     </Reference>
57     <Reference Include="Boo.Lang, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
58       <SpecificVersion>False</SpecificVersion>
59       <HintPath>..\dependencies\Boo\Boo.Lang.dll</HintPath>
60     </Reference>
61     <Reference Include="Boo.Lang.Compiler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
62       <SpecificVersion>False</SpecificVersion>
63       <HintPath>..\dependencies\Boo\Boo.Lang.Compiler.dll</HintPath>
64     </Reference>
65     <Reference Include="Boo.Lang.Interpreter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
66       <SpecificVersion>False</SpecificVersion>
67       <HintPath>..\dependencies\Boo\Boo.Lang.Interpreter.dll</HintPath>
68     </Reference>
69     <Reference Include="Boo.Lang.Parser, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL">
70       <SpecificVersion>False</SpecificVersion>
71       <HintPath>..\dependencies\Boo\Boo.Lang.Parser.dll</HintPath>
72     </Reference>
73     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
74       <SpecificVersion>False</SpecificVersion>
75       <HintPath>..\dependencies\ICSharpCode\ICSharpCode.SharpZipLib.dll</HintPath>
76     </Reference>
77     <Reference Include="ICSharpCode.TextEditor, Version=2.2.1.2648, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
78       <SpecificVersion>False</SpecificVersion>
79       <HintPath>..\dependencies\ICSharpCode\ICSharpCode.TextEditor.dll</HintPath>
80     </Reference>
81     <Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
82     <Reference Include="Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
83     <Reference Include="Microsoft.DirectX.Direct3DX, Version=1.0.2911.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
84     <Reference Include="Microsoft.VisualC" />
85     <Reference Include="System" />
86     <Reference Include="System.configuration" />
87     <Reference Include="System.Data" />
88     <Reference Include="System.Design" />
89     <Reference Include="System.Drawing" />
90     <Reference Include="System.Windows.Forms" />
91     <Reference Include="System.Xml" />
92   </ItemGroup>
93   <ItemGroup>
94     <Compile Include="Audit\Audit.cs" />
95     <Compile Include="Audit\AuditItem.cs" />
96     <Compile Include="DataBrowser\DataBrowser.cs">
97       <SubType>Component</SubType>
98     </Compile>
99     <Compile Include="DataBrowser\IDisplayControl.cs" />
100     <Compile Include="DataBrowser\PageHandler.cs" />
101     <Compile Include="Gui\ActiveBench.cs">
102       <SubType>Form</SubType>
103     </Compile>
104     <Compile Include="Gui\ActiveBench.Designer.cs">
105       <DependentUpon>ActiveBench.cs</DependentUpon>
106     </Compile>
107     <Compile Include="Gui\Camera.cs">
108       <SubType>Component</SubType>
109     </Compile>
110     <Compile Include="Gui\ChildWindow.cs">
111       <SubType>Form</SubType>
112     </Compile>
113     <Compile Include="Gui\DXPanel.cs">
114       <SubType>Component</SubType>
115     </Compile>
116     <Compile Include="Gui\DXPanel.Designer.cs">
117       <DependentUpon>DXPanel.cs</DependentUpon>
118     </Compile>
119     <Compile Include="Gui\GroupsPanel.cs">
120       <SubType>UserControl</SubType>
121     </Compile>
122     <Compile Include="Gui\GroupsPanel.Designer.cs">
123       <DependentUpon>GroupsPanel.cs</DependentUpon>
124     </Compile>
125     <Compile Include="Gui\IModelItemContext.cs" />
126     <Compile Include="Gui\MainWnd.cs">
127       <SubType>Form</SubType>
128     </Compile>
129     <Compile Include="Gui\MainWnd.Designer.cs">
130       <DependentUpon>MainWnd.cs</DependentUpon>
131     </Compile>
132     <Compile Include="Gui\ModelBrowser.cs">
133       <SubType>Form</SubType>
134     </Compile>
135     <Compile Include="Gui\ModelBrowser.Designer.cs">
136       <DependentUpon>ModelBrowser.cs</DependentUpon>
137     </Compile>
138     <Compile Include="Gui\ModelContainer.cs">
139       <SubType>Component</SubType>
140     </Compile>
141     <Compile Include="Gui\ModelContainer.Designer.cs">
142       <DependentUpon>ModelContainer.cs</DependentUpon>
143     </Compile>
144     <Compile Include="Gui\ModelRenderHelper.cs">
145       <SubType>Component</SubType>
146     </Compile>
147     <Compile Include="Gui\ModelRenderHelper.Designer.cs">
148       <DependentUpon>ModelRenderHelper.cs</DependentUpon>
149     </Compile>
150     <Compile Include="Gui\ModelWindow.Audit.cs">
151       <SubType>Form</SubType>
152     </Compile>
153     <Compile Include="Gui\ModelWindow.cs">
154       <SubType>Form</SubType>
155     </Compile>
156     <Compile Include="Gui\ModelWindow.Designer.cs">
157       <DependentUpon>ModelWindow.cs</DependentUpon>
158     </Compile>
159     <Compile Include="Gui\ModelWindow.Preview.cs">
160       <SubType>Form</SubType>
161     </Compile>
162     <Compile Include="Gui\ModelWindow.Preview.Skeleton.cs">
163       <SubType>Form</SubType>
164     </Compile>
165     <Compile Include="Gui\ModelWindow.Preview.Surface.cs">
166       <SubType>Form</SubType>
167     </Compile>
168     <Compile Include="Gui\ModelWindow.Preview.Topology.cs">
169       <SubType>Form</SubType>
170     </Compile>
171     <Compile Include="Gui\MoveHelper.cs">
172       <SubType>Component</SubType>
173     </Compile>
174     <Compile Include="Gui\Options.cs">
175       <SubType>Component</SubType>
176     </Compile>
177     <Compile Include="Gui\Options.Designer.cs">
178       <DependentUpon>Options.cs</DependentUpon>
179     </Compile>
180     <Compile Include="Gui\PreviewOptions.cs">
181       <SubType>UserControl</SubType>
182     </Compile>
183     <Compile Include="Gui\PreviewOptions.Designer.cs">
184       <DependentUpon>PreviewOptions.cs</DependentUpon>
185     </Compile>
186     <Compile Include="Gui\TimeControl.cs">
187       <SubType>UserControl</SubType>
188     </Compile>
189     <Compile Include="Gui\TimeControl.Designer.cs">
190       <DependentUpon>TimeControl.cs</DependentUpon>
191     </Compile>
192     <Compile Include="Gui\TimeSlider.cs">
193       <SubType>Component</SubType>
194     </Compile>
195     <Compile Include="Gui\ToolPanel.cs">
196       <SubType>UserControl</SubType>
197     </Compile>
198     <Compile Include="Gui\ToolPanel.Designer.cs">
199       <DependentUpon>ToolPanel.cs</DependentUpon>
200     </Compile>
201     <Compile Include="Gui\HeirarchyPanel.cs">
202       <SubType>UserControl</SubType>
203     </Compile>
204     <Compile Include="Gui\HeirarchyPanel.Designer.cs">
205       <DependentUpon>HeirarchyPanel.cs</DependentUpon>
206     </Compile>
207     <Compile Include="Gui\ToolStripTextBoxEx.cs">
208       <SubType>Component</SubType>
209     </Compile>
210     <Compile Include="Gui\ToolStripTextBoxEx.Designer.cs">
211       <DependentUpon>ToolStripTextBoxEx.cs</DependentUpon>
212     </Compile>
213     <Compile Include="Gui\RawDataView.cs">
214       <SubType>Form</SubType>
215     </Compile>
216     <Compile Include="Gui\RawDataView.Designer.cs">
217       <DependentUpon>RawDataView.cs</DependentUpon>
218     </Compile>
219     <Compile Include="Gui\VisualDiff.cs">
220       <SubType>Form</SubType>
221     </Compile>
222     <Compile Include="Gui\VisualDiff.Designer.cs">
223       <DependentUpon>VisualDiff.cs</DependentUpon>
224     </Compile>
225     <Compile Include="Helpers.Adjacency.cs" />
226     <Compile Include="Helpers.cs" />
227     <Compile Include="Helpers.TriangleIterator.cs" />
228     <Compile Include="Program.cs" />
229     <Compile Include="Properties\AssemblyInfo.cs" />
230     <EmbeddedResource Include="Gui\ActiveBench.resx">
231       <SubType>Designer</SubType>
232       <DependentUpon>ActiveBench.cs</DependentUpon>
233     </EmbeddedResource>
234     <EmbeddedResource Include="Gui\AnimationsPanel.resx">
235       <SubType>Designer</SubType>
236       <DependentUpon>AnimationsPanel.cs</DependentUpon>
237     </EmbeddedResource>
238     <EmbeddedResource Include="Gui\CodeEditor.resx">
239       <SubType>Designer</SubType>
240       <DependentUpon>CodeEditor.cs</DependentUpon>
241     </EmbeddedResource>
242     <EmbeddedResource Include="Gui\DXPanel.resx">
243       <SubType>Designer</SubType>
244       <DependentUpon>DXPanel.cs</DependentUpon>
245     </EmbeddedResource>
246     <EmbeddedResource Include="Gui\GroupsPanel.resx">
247       <SubType>Designer</SubType>
248       <DependentUpon>GroupsPanel.cs</DependentUpon>
249     </EmbeddedResource>
250     <EmbeddedResource Include="Gui\HeirarchyPanel.resx">
251       <SubType>Designer</SubType>
252       <DependentUpon>HeirarchyPanel.cs</DependentUpon>
253     </EmbeddedResource>
254     <EmbeddedResource Include="Gui\MainWnd.resx">
255       <SubType>Designer</SubType>
256       <DependentUpon>MainWnd.cs</DependentUpon>
257     </EmbeddedResource>
258     <EmbeddedResource Include="Gui\ModelBrowser.resx">
259       <SubType>Designer</SubType>
260       <DependentUpon>ModelBrowser.cs</DependentUpon>
261     </EmbeddedResource>
262     <EmbeddedResource Include="Gui\ModelWindow.resx">
263       <SubType>Designer</SubType>
264       <DependentUpon>ModelWindow.cs</DependentUpon>
265     </EmbeddedResource>
266     <EmbeddedResource Include="Gui\Options.resx">
267       <SubType>Designer</SubType>
268       <DependentUpon>Options.cs</DependentUpon>
269     </EmbeddedResource>
270     <EmbeddedResource Include="Gui\PreviewOptions.resx">
271       <SubType>Designer</SubType>
272       <DependentUpon>PreviewOptions.cs</DependentUpon>
273     </EmbeddedResource>
274     <EmbeddedResource Include="Gui\ProxyObjectListPanel.resx">
275       <SubType>Designer</SubType>
276       <DependentUpon>ProxyObjectListPanel.cs</DependentUpon>
277     </EmbeddedResource>
278     <EmbeddedResource Include="Gui\RawDataViewer.resx">
279       <SubType>Designer</SubType>
280       <DependentUpon>RawDataViewer.cs</DependentUpon>
281     </EmbeddedResource>
282     <EmbeddedResource Include="Gui\RawDataViewPanel.resx">
283       <SubType>Designer</SubType>
284       <DependentUpon>RawDataViewPanel.cs</DependentUpon>
285     </EmbeddedResource>
286     <EmbeddedResource Include="Gui\SceneWindow.resx">
287       <SubType>Designer</SubType>
288       <DependentUpon>SceneWindow.cs</DependentUpon>
289     </EmbeddedResource>
290     <EmbeddedResource Include="Gui\TimeControl.resx">
291       <SubType>Designer</SubType>
292       <DependentUpon>TimeControl.cs</DependentUpon>
293     </EmbeddedResource>
294     <EmbeddedResource Include="Gui\ToolPanel.resx">
295       <SubType>Designer</SubType>
296       <DependentUpon>ToolPanel.cs</DependentUpon>
297     </EmbeddedResource>
298     <EmbeddedResource Include="Gui\RawDataView.resx">
299       <SubType>Designer</SubType>
300       <DependentUpon>RawDataView.cs</DependentUpon>
301     </EmbeddedResource>
302     <EmbeddedResource Include="Gui\VisualDiff.resx">
303       <SubType>Designer</SubType>
304       <DependentUpon>VisualDiff.cs</DependentUpon>
305     </EmbeddedResource>
306     <EmbeddedResource Include="Properties\Resources.resx">
307       <Generator>ResXFileCodeGenerator</Generator>
308       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
309       <SubType>Designer</SubType>
310     </EmbeddedResource>
311     <Compile Include="Properties\Resources.Designer.cs">
312       <AutoGen>True</AutoGen>
313       <DependentUpon>Resources.resx</DependentUpon>
314       <DesignTime>True</DesignTime>
315     </Compile>
316     <None Include="Properties\Settings.settings">
317       <Generator>SettingsSingleFileGenerator</Generator>
318       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
319     </None>
320     <Compile Include="Properties\Settings.Designer.cs">
321       <AutoGen>True</AutoGen>
322       <DependentUpon>Settings.settings</DependentUpon>
323       <DesignTimeSharedInput>True</DesignTimeSharedInput>
324     </Compile>
325     <Compile Include="ReadOnlyList.cs" />
326   </ItemGroup>
327   <ItemGroup>
328     <Content Include="DataBrowser\default.css">
329       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
330     </Content>
331     <Content Include="DataBrowser\field.png">
332       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
333     </Content>
334     <Content Include="DataBrowser\prop.png">
335       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
336     </Content>
337     <Content Include="Gear and Wrench.ICO" />
338     <Content Include="Media\DefaultDiffuse.bmp">
339       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
340     </Content>
341     <Content Include="Media\DefaultNormal.bmp">
342       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
343     </Content>
344     <Content Include="Readme.html">
345       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
346     </Content>
347     <Content Include="model.ico">
348       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
349     </Content>
350     <Compile Include="Helpers.TokenParser.cs" />
351     <None Include="Resources\video.png" />
352     <None Include="Media\ShadedPreview.fx">
353       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
354     </None>
355     <None Include="Resources\shaded.png" />
356     <None Include="Resources\bounds.png" />
357     <None Include="Resources\topology.png" />
358     <None Include="ActiveBench\Registered Model.boo">
359       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
360     </None>
361     <None Include="ActiveBench\Show Model Metrics.boo">
362       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
363     </None>
364     <None Include="Resources\prop.png" />
365     <None Include="Resources\class.png" />
366     <None Include="Resources\paste.gif" />
367     <None Include="Resources\cut2.gif" />
368     <None Include="Resources\copy.gif" />
369     <None Include="Resources\redo.gif" />
370     <None Include="Resources\undo.gif" />
371     <None Include="Resources\piecha1.gif" />
372     <None Include="Resources\new.gif" />
373     <Compile Include="DataBrowser\Controllers\DisplayController.cs" />
374     <Compile Include="DataBrowser\Controllers\VertexPositionController.cs" />
375     <Compile Include="DataBrowser\Formatters\Formatter.cs" />
376     <Compile Include="DataBrowser\Formatters\MiscFormatters.cs" />
377     <Compile Include="DataBrowser\Formatters\ModelFormatters.cs" />
378     <Compile Include="DataBrowser\Formatters\NumericFormatters.cs" />
379     <Compile Include="DataBrowser\PageHandlers\DataMetricPageHandler.cs" />
380     <Compile Include="DataBrowser\PageHandlers\ModelScorePageHandler.cs" />
381     <Compile Include="DataMetrics\BitWriter.cs" />
382     <Compile Include="DataMetrics\DataMetric.cs" />
383     <Compile Include="DataMetrics\Histogram.cs" />
384     <Compile Include="DataMetrics\MetricStream.cs" />
385     <Compile Include="DataMetrics\ModelMetrics.cs" />
386     <Compile Include="DataMetrics\NullStream.cs" />
387     <Compile Include="Analysis\SpeedTest.cs" />
388     <Compile Include="Gui\AnimationsPanel.cs">
389       <SubType>UserControl</SubType>
390     </Compile>
391     <Compile Include="Gui\AnimationsPanel.Designer.cs">
392       <DependentUpon>AnimationsPanel.cs</DependentUpon>
393     </Compile>
394     <Compile Include="Gui\BooConsole.cs">
395       <SubType>UserControl</SubType>
396     </Compile>
397     <Compile Include="Gui\CodeEditor.cs">
398       <SubType>UserControl</SubType>
399     </Compile>
400     <Compile Include="Gui\CodeEditor.Designer.cs">
401       <DependentUpon>CodeEditor.cs</DependentUpon>
402     </Compile>
403     <Compile Include="Gui\ConsoleEditor.cs">
404       <SubType>UserControl</SubType>
405     </Compile>
406     <Compile Include="Gui\ModelWindow.Preview.Bounds.cs">
407       <SubType>Form</SubType>
408     </Compile>
409     <Compile Include="Gui\ModelWindow.Preview.Shaded.cs">
410       <SubType>Form</SubType>
411     </Compile>
412     <Compile Include="Gui\ProxyObjectListPanel.cs">
413       <SubType>UserControl</SubType>
414     </Compile>
415     <Compile Include="Gui\ProxyObjectListPanel.Designer.cs">
416       <DependentUpon>ProxyObjectListPanel.cs</DependentUpon>
417     </Compile>
418     <Compile Include="Gui\RawDataViewer.cs">
419       <SubType>Component</SubType>
420     </Compile>
421     <Compile Include="Gui\RawDataViewer.Designer.cs">
422       <DependentUpon>RawDataViewer.cs</DependentUpon>
423     </Compile>
424     <Compile Include="Gui\RawDataViewPanel.cs">
425       <SubType>UserControl</SubType>
426     </Compile>
427     <Compile Include="Gui\RawDataViewPanel.Designer.cs">
428       <DependentUpon>RawDataViewPanel.cs</DependentUpon>
429     </Compile>
430     <Compile Include="Gui\SceneWindow.cs">
431       <SubType>Form</SubType>
432     </Compile>
433     <Compile Include="Gui\SceneWindow.Designer.cs">
434       <DependentUpon>SceneWindow.cs</DependentUpon>
435     </Compile>
436     <Compile Include="Helpers.TextureUtils.cs" />
437     <Compile Include="Scene\GraphicsResourceContainer.cs" />
438     <Compile Include="Scene\IGraphicsDeviceService.cs" />
439     <Compile Include="Scene\ModelContext.cs" />
440     <Compile Include="Scene\ModelRenderBuffers.cs" />
441     <Compile Include="Scene\Scene.cs" />
442     <None Include="Resources\treeview.gif" />
443     <None Include="Resources\forward.gif" />
444     <None Include="Resources\back.gif" />
445     <None Include="Resources\up.gif" />
446     <None Include="Resources\stop21.gif" />
447     <None Include="Resources\refresh.gif" />
448     <None Include="Resources\pagenu1.gif" />
449     <None Include="app.config" />
450     <BaseApplicationManifest Include="Properties\app.manifest" />
451     <None Include="Resources\FileError.png" />
452     <None Include="Resources\stop2.gif" />
453     <None Include="Resources\play.gif" />
454     <None Include="Resources\pagebr1.gif" />
455     <None Include="Resources\tag.png" />
456     <None Include="Resources\surface.png" />
457     <None Include="Resources\influence.png" />
458     <None Include="Resources\bone.png" />
459     <None Include="Resources\camera.gif" />
460     <None Include="Resources\window4.gif" />
461     <None Include="Resources\window3.gif" />
462     <None Include="Resources\window2.gif" />
463     <None Include="Resources\window1.gif" />
464     <None Include="Resources\window.gif" />
465     <None Include="Resources\wif2771.gif" />
466     <None Include="Resources\wic92a1.gif" />
467     <None Include="Resources\wib25e1.gif" />
468     <None Include="Resources\wi85ef1.gif" />
469     <None Include="Resources\wi3f6b1.gif" />
470     <None Include="Resources\close.gif" />
471     <None Include="Resources\saveas.gif" />
472     <None Include="Resources\saveall.gif" />
473     <None Include="Resources\save.gif" />
474     <None Include="Resources\open.gif" />
475     <None Include="Resources\tools.gif" />
476   </ItemGroup>
477   <ItemGroup>
478     <ProjectReference Include="..\libx42.net\libx42.net.vcproj">
479       <Project>{808532B7-0A67-4932-8E10-FA01C2DC389B}</Project>
480       <Name>libx42.net</Name>
481     </ProjectReference>
482   </ItemGroup>
483   <ItemGroup>
484     <PublishFile Include="Gear and Wrench.ICO">
485       <Visible>False</Visible>
486       <Group>
487       </Group>
488       <TargetPath>
489       </TargetPath>
490       <PublishState>Exclude</PublishState>
491       <FileType>File</FileType>
492     </PublishFile>
493   </ItemGroup>
494   <ItemGroup>
495     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
496       <Visible>False</Visible>
497       <ProductName>.NET Framework 2.0</ProductName>
498       <Install>true</Install>
499     </BootstrapperPackage>
500   </ItemGroup>
501   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
502   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
503        Other similar extension points exist, see Microsoft.Common.targets.
504   <Target Name="BeforeBuild">
505   </Target>
506   <Target Name="AfterBuild">
507   </Target>
508   -->
509 </Project>
Note: See TracBrowser for help on using the browser.