1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{93B4A10E-8979-4028-8CCF-49D88D6FAC0C}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>ILNumerics</RootNamespace>
|
---|
12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | <AssemblyName>ILNumerics</AssemblyName>
|
---|
15 | <MSBuildCommunityTasksPath>$(SolutionDir)\Build</MSBuildCommunityTasksPath>
|
---|
16 | </PropertyGroup>
|
---|
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
18 | <DebugSymbols>true</DebugSymbols>
|
---|
19 | <DebugType>full</DebugType>
|
---|
20 | <Optimize>false</Optimize>
|
---|
21 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
23 | <ErrorReport>prompt</ErrorReport>
|
---|
24 | <WarningLevel>4</WarningLevel>
|
---|
25 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
26 | </PropertyGroup>
|
---|
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
28 | <DebugType>pdbonly</DebugType>
|
---|
29 | <Optimize>true</Optimize>
|
---|
30 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
31 | <DefineConstants>TRACE</DefineConstants>
|
---|
32 | <ErrorReport>prompt</ErrorReport>
|
---|
33 | <WarningLevel>4</WarningLevel>
|
---|
34 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
35 | <RunCodeAnalysis>false</RunCodeAnalysis>
|
---|
36 | <CodeAnalysisRuleSet>BasicDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
|
---|
37 | </PropertyGroup>
|
---|
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
39 | <DebugSymbols>true</DebugSymbols>
|
---|
40 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
41 | <DefineConstants>TRACE;DEBUG;x64</DefineConstants>
|
---|
42 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
43 | <DebugType>full</DebugType>
|
---|
44 | <PlatformTarget>x86</PlatformTarget>
|
---|
45 | <ErrorReport>prompt</ErrorReport>
|
---|
46 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
47 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
48 | <WarningLevel>4</WarningLevel>
|
---|
49 | <Optimize>false</Optimize>
|
---|
50 | </PropertyGroup>
|
---|
51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
52 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
53 | <DefineConstants>x64 KMEANSVERBOSE_ MKLFFT_VERBOSE</DefineConstants>
|
---|
54 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
55 | <Optimize>true</Optimize>
|
---|
56 | <DebugType>pdbonly</DebugType>
|
---|
57 | <PlatformTarget>x64</PlatformTarget>
|
---|
58 | <ErrorReport>prompt</ErrorReport>
|
---|
59 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
60 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
61 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
62 | <WarningLevel>4</WarningLevel>
|
---|
63 | <DocumentationFile>..\..\bin\ILNumerics.xml</DocumentationFile>
|
---|
64 | </PropertyGroup>
|
---|
65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
66 | <DebugSymbols>true</DebugSymbols>
|
---|
67 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
68 | <DefineConstants>TRACE_ DEBUG VERBOSE_ FINALIZE_DISPOSE_ ILDenseArray_CONSTRUCT_VERBOSE_ KMEANSVERBOSE DRAWPLOTCUBESCREENRECT_ DRAWTEXTURESHEET_</DefineConstants>
|
---|
69 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
70 | <DebugType>full</DebugType>
|
---|
71 | <PlatformTarget>x86</PlatformTarget>
|
---|
72 | <ErrorReport>prompt</ErrorReport>
|
---|
73 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
74 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
75 | <DocumentationFile>..\bin\ILNumerics.xml</DocumentationFile>
|
---|
76 | <Optimize>false</Optimize>
|
---|
77 | <NoWarn>0419</NoWarn>
|
---|
78 | <WarningLevel>4</WarningLevel>
|
---|
79 | <RegisterForComInterop>false</RegisterForComInterop>
|
---|
80 | </PropertyGroup>
|
---|
81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
82 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
83 | <DefineConstants>VERBOSE_ FINALIZE_DISPOSE_ KMEANSVERBOSE_</DefineConstants>
|
---|
84 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
85 | <Optimize>true</Optimize>
|
---|
86 | <DebugType>pdbonly</DebugType>
|
---|
87 | <PlatformTarget>x86</PlatformTarget>
|
---|
88 | <ErrorReport>prompt</ErrorReport>
|
---|
89 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
90 | <DocumentationFile>
|
---|
91 | </DocumentationFile>
|
---|
92 | <WarningLevel>4</WarningLevel>
|
---|
93 | <DebugSymbols>true</DebugSymbols>
|
---|
94 | </PropertyGroup>
|
---|
95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseBuild|AnyCPU'">
|
---|
96 | <OutputPath>bin\ReleaseBuild\</OutputPath>
|
---|
97 | <DefineConstants>TRACE</DefineConstants>
|
---|
98 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
99 | <Optimize>true</Optimize>
|
---|
100 | <DebugType>pdbonly</DebugType>
|
---|
101 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
102 | <CodeAnalysisLogFile>..\bin\ILNumerics.Server.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
103 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
104 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
105 | <ErrorReport>prompt</ErrorReport>
|
---|
106 | <CodeAnalysisRuleSet>BasicDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
|
---|
107 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
108 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
109 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
110 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
111 | <WarningLevel>4</WarningLevel>
|
---|
112 | </PropertyGroup>
|
---|
113 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseBuild|x64'">
|
---|
114 | <OutputPath>bin\x64\ReleaseBuild\</OutputPath>
|
---|
115 | <DefineConstants>x64</DefineConstants>
|
---|
116 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
117 | <DocumentationFile>..\build\Windows\x64_64bit\ILNumerics.Server.XML</DocumentationFile>
|
---|
118 | <Optimize>true</Optimize>
|
---|
119 | <DebugType>pdbonly</DebugType>
|
---|
120 | <PlatformTarget>x64</PlatformTarget>
|
---|
121 | <CodeAnalysisLogFile>..\bin64\ILNumerics.Server.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
122 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
123 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
124 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
125 | <ErrorReport>prompt</ErrorReport>
|
---|
126 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
127 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
128 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
129 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
130 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
131 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
132 | <WarningLevel>4</WarningLevel>
|
---|
133 | </PropertyGroup>
|
---|
134 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseBuild|x86'">
|
---|
135 | <OutputPath>bin\x86\ReleaseBuild\</OutputPath>
|
---|
136 | <DefineConstants>VERBOSE_ FINALIZE_DISPOSE_</DefineConstants>
|
---|
137 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
138 | <DocumentationFile>..\build\Windows\x64_64bit\ILNumerics.Server.XML</DocumentationFile>
|
---|
139 | <Optimize>true</Optimize>
|
---|
140 | <WarningLevel>1</WarningLevel>
|
---|
141 | <DebugType>pdbonly</DebugType>
|
---|
142 | <PlatformTarget>x86</PlatformTarget>
|
---|
143 | <CodeAnalysisLogFile>..\bin\ILNumerics.Server.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
144 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
145 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
146 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
147 | <ErrorReport>prompt</ErrorReport>
|
---|
148 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
149 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
150 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
151 | </PropertyGroup>
|
---|
152 | <PropertyGroup>
|
---|
153 | <SignAssembly>true</SignAssembly>
|
---|
154 | </PropertyGroup>
|
---|
155 | <PropertyGroup>
|
---|
156 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
157 | </PropertyGroup>
|
---|
158 | <ItemGroup>
|
---|
159 | <Reference Include="OpenTK">
|
---|
160 | <HintPath>bin64\OpenTK.dll</HintPath>
|
---|
161 | </Reference>
|
---|
162 | <Reference Include="System" />
|
---|
163 | <Reference Include="System.Core" />
|
---|
164 | <Reference Include="System.Drawing" />
|
---|
165 | <Reference Include="System.Numerics" />
|
---|
166 | <Reference Include="System.Windows.Forms" />
|
---|
167 | <Reference Include="System.Data" />
|
---|
168 | <Reference Include="System.Xml" />
|
---|
169 | <Reference Include="System.Configuration" />
|
---|
170 | </ItemGroup>
|
---|
171 | <ItemGroup>
|
---|
172 | <Compile Include="Algorithms\Graphics\Triangularize.cs" />
|
---|
173 | <Compile Include="Algorithms\MachineLearning\ILEM.cs" />
|
---|
174 | <Compile Include="Algorithms\MachineLearning\ILKNN.cs">
|
---|
175 | <SubType>Code</SubType>
|
---|
176 | </Compile>
|
---|
177 | <Compile Include="Algorithms\MachineLearning\ILKRR.cs" />
|
---|
178 | <Compile Include="Algorithms\MachineLearning\ILOLS.cs" />
|
---|
179 | <Compile Include="Algorithms\MachineLearning\ILPCA.cs">
|
---|
180 | <SubType>Code</SubType>
|
---|
181 | </Compile>
|
---|
182 | <Compile Include="Algorithms\MachineLearning\ILResult.cs" />
|
---|
183 | <Compile Include="Algorithms\MachineLearning\kmeansclust.cs">
|
---|
184 | <SubType>Code</SubType>
|
---|
185 | </Compile>
|
---|
186 | <Compile Include="Algorithms\Sorting\ILBucketSort.cs" />
|
---|
187 | <Compile Include="Algorithms\Sorting\ILKeyMapper.cs" />
|
---|
188 | <Compile Include="Algorithms\Sorting\ILQueue.cs" />
|
---|
189 | <Compile Include="Algorithms\Sorting\ILQuickSortST.cs" />
|
---|
190 | <Compile Include="Algorithms\Sorting\ILQuickSortMT.cs" />
|
---|
191 | <Compile Include="Algorithms\Special\ILSpecialData.cs" />
|
---|
192 | <Compile Include="Array\ILArray.cs">
|
---|
193 | <SubType>Code</SubType>
|
---|
194 | </Compile>
|
---|
195 | <Compile Include="Array\ILBaseArray.cs" />
|
---|
196 | <Compile Include="Array\ILBaseArrayGen.cs" />
|
---|
197 | <Compile Include="Array\ILBaseCell.cs" />
|
---|
198 | <Compile Include="Array\ILBaseLogical.cs" />
|
---|
199 | <Compile Include="Array\ILCell.cs">
|
---|
200 | <SubType>Code</SubType>
|
---|
201 | </Compile>
|
---|
202 | <Compile Include="Array\ILDenseArray.cs" />
|
---|
203 | <Compile Include="Array\ILFullRange.cs" />
|
---|
204 | <Compile Include="Array\ILInArray.cs" />
|
---|
205 | <Compile Include="Array\ILInCell.cs">
|
---|
206 | <SubType>Code</SubType>
|
---|
207 | </Compile>
|
---|
208 | <Compile Include="Array\ILInLogical.cs" />
|
---|
209 | <Compile Include="Array\ILLogical.cs">
|
---|
210 | <SubType>Code</SubType>
|
---|
211 | </Compile>
|
---|
212 | <Compile Include="Array\ILOutArray.cs">
|
---|
213 | <SubType>Code</SubType>
|
---|
214 | </Compile>
|
---|
215 | <Compile Include="Array\ILOutLogical.cs" />
|
---|
216 | <Compile Include="Array\ILRetArray.cs" />
|
---|
217 | <Compile Include="Array\ILRetCell.cs" />
|
---|
218 | <Compile Include="Array\ILRetLogical.cs" />
|
---|
219 | <Compile Include="Array\ILOutCell.cs" />
|
---|
220 | <Compile Include="Array\ILRegularRange.cs" />
|
---|
221 | <Compile Include="Array\Operator_Overloads.cs" />
|
---|
222 | <Compile Include="Data\ILAVLTree.cs">
|
---|
223 | <SubType>Code</SubType>
|
---|
224 | </Compile>
|
---|
225 | <Compile Include="Data\ILIntList.cs">
|
---|
226 | <SubType>Code</SubType>
|
---|
227 | </Compile>
|
---|
228 | <Compile Include="Drawing\Collections\ILAxisCollection.cs" />
|
---|
229 | <Compile Include="Drawing\Collections\ILGraphCollection.cs" />
|
---|
230 | <Compile Include="Drawing\Collections\ILLightCollection.cs" />
|
---|
231 | <Compile Include="Drawing\Collections\ILSubfigureCollection.cs" />
|
---|
232 | <Compile Include="Drawing\Collections\ILTickCollection.cs" />
|
---|
233 | <Compile Include="Drawing\Controls\DummyNamespaceHolders.cs" />
|
---|
234 | <Compile Include="Drawing\Controls\ILBorderFitLabel.cs">
|
---|
235 | <SubType>Component</SubType>
|
---|
236 | </Compile>
|
---|
237 | <Compile Include="Drawing\Controls\ILColorBar.cs">
|
---|
238 | <SubType>Component</SubType>
|
---|
239 | </Compile>
|
---|
240 | <Compile Include="Drawing\Controls\ILMovingDockPanel.cs">
|
---|
241 | <SubType>Component</SubType>
|
---|
242 | </Compile>
|
---|
243 | <Compile Include="Drawing\Controls\ILPanel.cs">
|
---|
244 | <SubType>Component</SubType>
|
---|
245 | </Compile>
|
---|
246 | <Compile Include="Drawing\Controls\ILSubfigure.cs">
|
---|
247 | <SubType>UserControl</SubType>
|
---|
248 | </Compile>
|
---|
249 | <Compile Include="Drawing\Controls\ILTextBoxAutoHide.cs">
|
---|
250 | <SubType>Component</SubType>
|
---|
251 | </Compile>
|
---|
252 | <Compile Include="Drawing\Graphs\ILFilledGraph.cs" />
|
---|
253 | <Compile Include="Drawing\Graphs\ILGraph.cs" />
|
---|
254 | <Compile Include="Drawing\Graphs\ILImageSCGraph.cs" />
|
---|
255 | <Compile Include="Drawing\Graphs\ILPlot2DGraph.cs" />
|
---|
256 | <Compile Include="Drawing\Graphs\ILSceneGraph.cs" />
|
---|
257 | <Compile Include="Drawing\Graphs\ILSceneGraphInnerNode.cs" />
|
---|
258 | <Compile Include="Drawing\Graphs\ILSceneGraphNode.cs" />
|
---|
259 | <Compile Include="Drawing\Graphs\ILSceneGraphRootNode.cs" />
|
---|
260 | <Compile Include="Drawing\Graphs\ILSceneGraphShapedLeaf.cs" />
|
---|
261 | <Compile Include="Drawing\Graphs\ILSurfaceGraph.cs" />
|
---|
262 | <Compile Include="Drawing\Interfaces\IILGraphFactory.cs" />
|
---|
263 | <Compile Include="Drawing\Interfaces\IILLegendRenderer.cs" />
|
---|
264 | <Compile Include="Drawing\Interfaces\IILPanelConfigurator.cs" />
|
---|
265 | <Compile Include="Drawing\Interfaces\IILSupportsLight.cs" />
|
---|
266 | <Compile Include="Drawing\Interfaces\IILTextInterpreter.cs" />
|
---|
267 | <Compile Include="Drawing\Interfaces\IILTextRenderer.cs" />
|
---|
268 | <Compile Include="Drawing\Interfaces\IILVertexDefinition.cs" />
|
---|
269 | <Compile Include="Drawing\Labeling\ILHashCreator.cs" />
|
---|
270 | <Compile Include="Drawing\Labeling\ILLabel.cs" />
|
---|
271 | <Compile Include="Drawing\Labeling\ILLabelingElement.cs" />
|
---|
272 | <Compile Include="Drawing\Labeling\ILRendererAttribute.cs" />
|
---|
273 | <Compile Include="Drawing\Labeling\ILRenderQueue.cs" />
|
---|
274 | <Compile Include="Drawing\Labeling\ILRenderQueueItem.cs" />
|
---|
275 | <Compile Include="Drawing\Labeling\ILShapeLabel.cs" />
|
---|
276 | <Compile Include="Drawing\Labeling\ILSimpleInterpreter.cs" />
|
---|
277 | <Compile Include="Drawing\Labeling\ILSimpleTexInterpreter.cs" />
|
---|
278 | <Compile Include="Drawing\Labeling\ILTextRendererManager.cs" />
|
---|
279 | <Compile Include="Drawing\Labeling\ILTextureData.cs" />
|
---|
280 | <Compile Include="Drawing\Labeling\ILTextureManager.cs" />
|
---|
281 | <Compile Include="Drawing\Labeling\ILTextureStorage.cs" />
|
---|
282 | <Compile Include="Drawing\Labeling\ILWorldLabel.cs" />
|
---|
283 | <Compile Include="Drawing\Lighting\ILLight.cs" />
|
---|
284 | <Compile Include="Drawing\Lighting\ILMaterial.cs" />
|
---|
285 | <Compile Include="Drawing\Marker\ILBitmapMarkerShape.cs" />
|
---|
286 | <Compile Include="Drawing\Marker\ILMarker.cs" />
|
---|
287 | <Compile Include="Drawing\Marker\ILMarkerShape.cs" />
|
---|
288 | <Compile Include="Drawing\Marker\ILMarkerShapeProxy.cs" />
|
---|
289 | <Compile Include="Drawing\Marker\ILStyledMarkerShape.cs" />
|
---|
290 | <Compile Include="Drawing\Marker\ILTexMarkerShape.cs" />
|
---|
291 | <Compile Include="Drawing\Misc\Definitions.cs" />
|
---|
292 | <Compile Include="Drawing\Misc\Events.cs" />
|
---|
293 | <Compile Include="Drawing\Misc\ILAction.cs" />
|
---|
294 | <Compile Include="Drawing\Misc\ILActionRamp.cs" />
|
---|
295 | <Compile Include="Drawing\Misc\ILActionRampElement.cs" />
|
---|
296 | <Compile Include="Drawing\Misc\ILAxis.cs" />
|
---|
297 | <Compile Include="Drawing\Misc\ILCamera.cs" />
|
---|
298 | <Compile Include="Drawing\Misc\ILClippingData.cs" />
|
---|
299 | <Compile Include="Drawing\Misc\ILColorEnumerator.cs" />
|
---|
300 | <Compile Include="Drawing\Misc\ILColormap.cs" />
|
---|
301 | <Compile Include="Drawing\Misc\ILColorProvider.cs" />
|
---|
302 | <Compile Include="Drawing\Misc\ILDrawingException.cs" />
|
---|
303 | <Compile Include="Drawing\Misc\ILGraphComparer.cs" />
|
---|
304 | <Compile Include="Drawing\Misc\ILLegend.cs" />
|
---|
305 | <Compile Include="Drawing\Misc\ILLineProperties.cs" />
|
---|
306 | <Compile Include="Drawing\Misc\ILRenderProperties.cs" />
|
---|
307 | <Compile Include="Drawing\Misc\ILZoomAction.cs" />
|
---|
308 | <Compile Include="Drawing\Platform\OpenGL\ILOGLAxis.cs" />
|
---|
309 | <Compile Include="Drawing\Platform\OpenGL\ILOGLBitmapMarkerShape.cs" />
|
---|
310 | <Compile Include="Drawing\Platform\OpenGL\ILOGLImageSCGraph.cs" />
|
---|
311 | <Compile Include="Drawing\Platform\OpenGL\ILOGLLegend.cs" />
|
---|
312 | <Compile Include="Drawing\Platform\OpenGL\ILOGLLineRendererC4bV3f.cs" />
|
---|
313 | <Compile Include="Drawing\Platform\OpenGL\ILOGLLinesRendererC4bV3f.cs" />
|
---|
314 | <Compile Include="Drawing\Platform\OpenGL\ILOGLPanel.cs">
|
---|
315 | <SubType>Component</SubType>
|
---|
316 | </Compile>
|
---|
317 | <Compile Include="Drawing\Platform\OpenGL\ILOGLPlot2DGraph.cs" />
|
---|
318 | <Compile Include="Drawing\Platform\OpenGL\ILOGLPointsRendererC4bV3f.cs" />
|
---|
319 | <Compile Include="Drawing\Platform\OpenGL\ILOGLRenderer.cs" />
|
---|
320 | <Compile Include="Drawing\Platform\OpenGL\ILOGLStyledMarkerShape.cs" />
|
---|
321 | <Compile Include="Drawing\Platform\OpenGL\ILOGLSurfaceGraph.cs" />
|
---|
322 | <Compile Include="Drawing\Platform\OpenGL\ILOGLTextureStorage.cs" />
|
---|
323 | <Compile Include="Drawing\Platform\OpenGL\ILOGLVertexRendererC4bV3f.cs" />
|
---|
324 | <Compile Include="Drawing\Platform\OpenGL\ILOGLVertexRendererC4fN3fV3f.cs" />
|
---|
325 | <Compile Include="Drawing\Platform\OpenGL\ILOGLWorldRenderer.cs" />
|
---|
326 | <Compile Include="Drawing\Platform\OpenGL\ILOGLXAxis.cs" />
|
---|
327 | <Compile Include="Drawing\Platform\OpenGL\ILOGLYAxis.cs" />
|
---|
328 | <Compile Include="Drawing\Platform\OpenGL\ILOGLZAxis.cs" />
|
---|
329 | <Compile Include="Drawing\Plots\ILBarGraph2D.cs" />
|
---|
330 | <Compile Include="Drawing\Plots\ILBarGraph3d.cs" />
|
---|
331 | <Compile Include="Drawing\Plots\ILLitBox3D.cs" />
|
---|
332 | <Compile Include="Drawing\Plots\ILLitSink.cs" />
|
---|
333 | <Compile Include="Drawing\Plots\ILLitSurface.cs" />
|
---|
334 | <Compile Include="Drawing\Plots\ILPlot.cs" />
|
---|
335 | <Compile Include="Drawing\Plots\ILVectorField2D.cs" />
|
---|
336 | <Compile Include="Drawing\Resources\Images1.Designer.cs">
|
---|
337 | <AutoGen>True</AutoGen>
|
---|
338 | <DesignTime>True</DesignTime>
|
---|
339 | <DependentUpon>Images.resx</DependentUpon>
|
---|
340 | </Compile>
|
---|
341 | <Compile Include="Drawing\Resources\Markers1.Designer.cs">
|
---|
342 | <AutoGen>True</AutoGen>
|
---|
343 | <DesignTime>True</DesignTime>
|
---|
344 | <DependentUpon>Markers.resx</DependentUpon>
|
---|
345 | </Compile>
|
---|
346 | <Compile Include="Drawing\Shapes\ILBorderedShape.cs" />
|
---|
347 | <Compile Include="Drawing\Shapes\ILCompositeShape.cs" />
|
---|
348 | <Compile Include="Drawing\Shapes\ILLine.cs" />
|
---|
349 | <Compile Include="Drawing\Shapes\ILLines.cs" />
|
---|
350 | <Compile Include="Drawing\Shapes\ILLitBorderedShape.cs" />
|
---|
351 | <Compile Include="Drawing\Shapes\ILLitCompositeShape.cs" />
|
---|
352 | <Compile Include="Drawing\Shapes\ILLitPolygon.cs" />
|
---|
353 | <Compile Include="Drawing\Shapes\ILLitQuad.cs" />
|
---|
354 | <Compile Include="Drawing\Shapes\ILLitQuads.cs" />
|
---|
355 | <Compile Include="Drawing\Shapes\ILLitSphere.cs" />
|
---|
356 | <Compile Include="Drawing\Shapes\ILLitTriangle.cs" />
|
---|
357 | <Compile Include="Drawing\Shapes\ILLitTriangles.cs" />
|
---|
358 | <Compile Include="Drawing\Shapes\ILPoints.cs" />
|
---|
359 | <Compile Include="Drawing\Shapes\ILPolygon.cs" />
|
---|
360 | <Compile Include="Drawing\Shapes\ILQuad.cs" />
|
---|
361 | <Compile Include="Drawing\Shapes\ILQuads.cs" />
|
---|
362 | <Compile Include="Drawing\Shapes\ILShape.cs" />
|
---|
363 | <Compile Include="Drawing\Shapes\ILTriangle.cs" />
|
---|
364 | <Compile Include="Drawing\Shapes\ILTriangles.cs" />
|
---|
365 | <Compile Include="Drawing\Shapes\ILVertexRenderer.cs" />
|
---|
366 | <Compile Include="Drawing\Shapes\VertexDefinitions.cs" />
|
---|
367 | <Compile Include="Functions\builtin\abs.cs">
|
---|
368 | <SubType>Code</SubType>
|
---|
369 | </Compile>
|
---|
370 | <Compile Include="Functions\builtin\acos.cs" />
|
---|
371 | <Compile Include="Functions\builtin\Add.cs" />
|
---|
372 | <Compile Include="Functions\builtin\all.cs" />
|
---|
373 | <Compile Include="Functions\builtin\allall.cs">
|
---|
374 | <SubType>Code</SubType>
|
---|
375 | </Compile>
|
---|
376 | <Compile Include="Functions\builtin\and.cs">
|
---|
377 | <SubType>Code</SubType>
|
---|
378 | </Compile>
|
---|
379 | <Compile Include="Functions\builtin\any.cs" />
|
---|
380 | <Compile Include="Functions\builtin\anyall.cs" />
|
---|
381 | <Compile Include="Functions\builtin\apply.cs" />
|
---|
382 | <Compile Include="Functions\builtin\array.cs">
|
---|
383 | <SubType>Code</SubType>
|
---|
384 | </Compile>
|
---|
385 | <Compile Include="Functions\builtin\asin.cs">
|
---|
386 | <SubType>Code</SubType>
|
---|
387 | </Compile>
|
---|
388 | <Compile Include="Functions\builtin\atan.cs" />
|
---|
389 | <Compile Include="Functions\builtin\atan2.cs" />
|
---|
390 | <Compile Include="Functions\builtin\cart2pol.cs" />
|
---|
391 | <Compile Include="Functions\builtin\ccomplex.cs">
|
---|
392 | <SubType>Code</SubType>
|
---|
393 | </Compile>
|
---|
394 | <Compile Include="Functions\builtin\ceil.cs" />
|
---|
395 | <Compile Include="Functions\builtin\cell.cs">
|
---|
396 | <SubType>Code</SubType>
|
---|
397 | </Compile>
|
---|
398 | <Compile Include="Functions\builtin\check.cs" />
|
---|
399 | <Compile Include="Functions\builtin\chol.cs" />
|
---|
400 | <Compile Include="Functions\builtin\conj.cs" />
|
---|
401 | <Compile Include="Functions\builtin\convert.cs" />
|
---|
402 | <Compile Include="Functions\builtin\cos.cs" />
|
---|
403 | <Compile Include="Functions\builtin\cosh.cs" />
|
---|
404 | <Compile Include="Functions\builtin\counter.cs">
|
---|
405 | <SubType>Code</SubType>
|
---|
406 | </Compile>
|
---|
407 | <Compile Include="Functions\builtin\cov.cs">
|
---|
408 | <SubType>Code</SubType>
|
---|
409 | </Compile>
|
---|
410 | <Compile Include="Functions\builtin\det.cs" />
|
---|
411 | <Compile Include="Functions\builtin\diag.cs" />
|
---|
412 | <Compile Include="Functions\builtin\diff.cs" />
|
---|
413 | <Compile Include="Functions\builtin\dimensionWrapper.cs" />
|
---|
414 | <Compile Include="Functions\builtin\distL1.cs" />
|
---|
415 | <Compile Include="Functions\builtin\DivideElem.cs" />
|
---|
416 | <Compile Include="Functions\builtin\eig.cs" />
|
---|
417 | <Compile Include="Functions\builtin\empty.cs">
|
---|
418 | <SubType>Code</SubType>
|
---|
419 | </Compile>
|
---|
420 | <Compile Include="Functions\builtin\end.cs" />
|
---|
421 | <Compile Include="Functions\builtin\eps.cs" />
|
---|
422 | <Compile Include="Functions\builtin\eq.cs" />
|
---|
423 | <Compile Include="Functions\builtin\exp.cs" />
|
---|
424 | <Compile Include="Functions\builtin\eye.cs">
|
---|
425 | <SubType>Code</SubType>
|
---|
426 | </Compile>
|
---|
427 | <Compile Include="Functions\builtin\fft.cs" />
|
---|
428 | <Compile Include="Functions\builtin\Find.cs" />
|
---|
429 | <Compile Include="Functions\builtin\fix.cs" />
|
---|
430 | <Compile Include="Functions\builtin\fliplr.cs">
|
---|
431 | <SubType>Code</SubType>
|
---|
432 | </Compile>
|
---|
433 | <Compile Include="Functions\builtin\flipud.cs" />
|
---|
434 | <Compile Include="Functions\builtin\floor.cs" />
|
---|
435 | <Compile Include="Functions\builtin\free.cs" />
|
---|
436 | <Compile Include="Functions\builtin\Horzcat.cs">
|
---|
437 | <SubType>Code</SubType>
|
---|
438 | </Compile>
|
---|
439 | <Compile Include="Functions\builtin\ManMatMult.cs" />
|
---|
440 | <Compile Include="Functions\builtin\mvnpdf.cs" />
|
---|
441 | <Compile Include="Functions\builtin\ge.cs">
|
---|
442 | <SubType>Code</SubType>
|
---|
443 | </Compile>
|
---|
444 | <Compile Include="Functions\builtin\gt.cs">
|
---|
445 | <SubType>Code</SubType>
|
---|
446 | </Compile>
|
---|
447 | <Compile Include="Functions\builtin\imag.cs" />
|
---|
448 | <Compile Include="Functions\builtin\ind2sub.cs" />
|
---|
449 | <Compile Include="Functions\builtin\Invert.cs" />
|
---|
450 | <Compile Include="Functions\builtin\isempty.cs" />
|
---|
451 | <Compile Include="Functions\builtin\isequal.cs" />
|
---|
452 | <Compile Include="Functions\builtin\isequalwithequalnans.cs" />
|
---|
453 | <Compile Include="Functions\builtin\isfinite.cs" />
|
---|
454 | <Compile Include="Functions\builtin\isinf.cs">
|
---|
455 | <SubType>Code</SubType>
|
---|
456 | </Compile>
|
---|
457 | <Compile Include="Functions\builtin\isnan.cs" />
|
---|
458 | <Compile Include="Functions\builtin\isneginf.cs" />
|
---|
459 | <Compile Include="Functions\builtin\isnull.cs">
|
---|
460 | <SubType>Code</SubType>
|
---|
461 | </Compile>
|
---|
462 | <Compile Include="Functions\builtin\isnullorempty.cs" />
|
---|
463 | <Compile Include="Functions\builtin\isposinf.cs" />
|
---|
464 | <Compile Include="Functions\builtin\le.cs">
|
---|
465 | <SubType>Code</SubType>
|
---|
466 | </Compile>
|
---|
467 | <Compile Include="Functions\builtin\linspace.cs" />
|
---|
468 | <Compile Include="Functions\builtin\load.cs" />
|
---|
469 | <Compile Include="Functions\builtin\log.cs" />
|
---|
470 | <Compile Include="Functions\builtin\log10.cs" />
|
---|
471 | <Compile Include="Functions\builtin\logspace.cs" />
|
---|
472 | <Compile Include="Functions\builtin\lt.cs">
|
---|
473 | <SubType>Code</SubType>
|
---|
474 | </Compile>
|
---|
475 | <Compile Include="Functions\builtin\lu.cs" />
|
---|
476 | <Compile Include="Functions\builtin\matrixTest.cs" />
|
---|
477 | <Compile Include="Functions\builtin\Max.cs" />
|
---|
478 | <Compile Include="Functions\builtin\maxall.cs" />
|
---|
479 | <Compile Include="Functions\builtin\mean.cs" />
|
---|
480 | <Compile Include="Functions\builtin\meshgrid.cs" />
|
---|
481 | <Compile Include="Functions\builtin\Min.cs" />
|
---|
482 | <Compile Include="Functions\builtin\minall.cs" />
|
---|
483 | <Compile Include="Functions\builtin\mod.cs" />
|
---|
484 | <Compile Include="Functions\builtin\multiply.cs" />
|
---|
485 | <Compile Include="Functions\builtin\MultiplyElem.cs">
|
---|
486 | <SubType>Code</SubType>
|
---|
487 | </Compile>
|
---|
488 | <Compile Include="Functions\builtin\mvnrnd.cs">
|
---|
489 | <SubType>Code</SubType>
|
---|
490 | </Compile>
|
---|
491 | <Compile Include="Functions\builtin\neq.cs">
|
---|
492 | <SubType>Code</SubType>
|
---|
493 | </Compile>
|
---|
494 | <Compile Include="Functions\builtin\new.cs" />
|
---|
495 | <Compile Include="Functions\builtin\Norm.cs" />
|
---|
496 | <Compile Include="Functions\builtin\ones.cs">
|
---|
497 | <SubType>Code</SubType>
|
---|
498 | </Compile>
|
---|
499 | <Compile Include="Functions\builtin\or.cs">
|
---|
500 | <SubType>Code</SubType>
|
---|
501 | </Compile>
|
---|
502 | <Compile Include="Functions\builtin\pinv.cs" />
|
---|
503 | <Compile Include="Functions\builtin\pol2cart.cs" />
|
---|
504 | <Compile Include="Functions\builtin\pow.cs" />
|
---|
505 | <Compile Include="Functions\builtin\prod.cs" />
|
---|
506 | <Compile Include="Functions\builtin\qr.cs" />
|
---|
507 | <Compile Include="Functions\builtin\r.cs" />
|
---|
508 | <Compile Include="Functions\builtin\rand.cs">
|
---|
509 | <SubType>Code</SubType>
|
---|
510 | </Compile>
|
---|
511 | <Compile Include="Functions\builtin\randn.cs">
|
---|
512 | <SubType>Code</SubType>
|
---|
513 | </Compile>
|
---|
514 | <Compile Include="Functions\builtin\randperm.cs" />
|
---|
515 | <Compile Include="Functions\builtin\rank.cs" />
|
---|
516 | <Compile Include="Functions\builtin\real.cs" />
|
---|
517 | <Compile Include="Functions\builtin\real2complex.cs" />
|
---|
518 | <Compile Include="Functions\builtin\real2fcomplex.cs" />
|
---|
519 | <Compile Include="Functions\builtin\repmat.cs" />
|
---|
520 | <Compile Include="Functions\builtin\reshape.cs" />
|
---|
521 | <Compile Include="Functions\builtin\round.cs" />
|
---|
522 | <Compile Include="Functions\builtin\set.cs" />
|
---|
523 | <Compile Include="Functions\builtin\sign.cs" />
|
---|
524 | <Compile Include="Functions\builtin\sin.cs" />
|
---|
525 | <Compile Include="Functions\builtin\sinh.cs" />
|
---|
526 | <Compile Include="Functions\builtin\slash.cs" />
|
---|
527 | <Compile Include="Functions\builtin\sort.cs" />
|
---|
528 | <Compile Include="Functions\builtin\sqrt.cs" />
|
---|
529 | <Compile Include="Functions\builtin\std.cs">
|
---|
530 | <SubType>Code</SubType>
|
---|
531 | </Compile>
|
---|
532 | <Compile Include="Functions\builtin\sub2ind.cs" />
|
---|
533 | <Compile Include="Functions\builtin\Subtract.cs">
|
---|
534 | <SubType>Code</SubType>
|
---|
535 | </Compile>
|
---|
536 | <Compile Include="Functions\builtin\sumall.cs" />
|
---|
537 | <Compile Include="Functions\builtin\SumMT.cs">
|
---|
538 | <SubType>Code</SubType>
|
---|
539 | </Compile>
|
---|
540 | <Compile Include="Functions\builtin\Svd.cs" />
|
---|
541 | <Compile Include="Functions\builtin\tan.cs" />
|
---|
542 | <Compile Include="Functions\builtin\tanh.cs" />
|
---|
543 | <Compile Include="Functions\builtin\trace.cs" />
|
---|
544 | <Compile Include="Functions\builtin\tril_u.cs" />
|
---|
545 | <Compile Include="Functions\builtin\var.cs">
|
---|
546 | <SubType>Code</SubType>
|
---|
547 | </Compile>
|
---|
548 | <Compile Include="Functions\builtin\vec.cs" />
|
---|
549 | <Compile Include="Functions\builtin\Vertcat.cs" />
|
---|
550 | <Compile Include="Functions\builtin\xor.cs" />
|
---|
551 | <Compile Include="Functions\builtin\zeros.cs">
|
---|
552 | <SubType>Code</SubType>
|
---|
553 | </Compile>
|
---|
554 | <Compile Include="Functions\ILMath_General.cs" />
|
---|
555 | <Compile Include="Functions\statistics\median.cs" />
|
---|
556 | <Compile Include="Functions\statistics\nanmean.cs" />
|
---|
557 | <Compile Include="Functions\statistics\nansum.cs" />
|
---|
558 | <Compile Include="Functions\statistics\select.cs" />
|
---|
559 | <Compile Include="Misc\Enums.cs" />
|
---|
560 | <Compile Include="Misc\IILMemoryPool.cs" />
|
---|
561 | <Compile Include="Misc\ILArrayCache.cs" />
|
---|
562 | <Compile Include="Misc\ILCacheManager.cs" />
|
---|
563 | <Compile Include="Misc\ILComplex.cs" />
|
---|
564 | <Compile Include="Misc\ILExtensionMethods.cs" />
|
---|
565 | <Compile Include="Misc\ILFComplex.cs" />
|
---|
566 | <Compile Include="Misc\ILDebuggerProxy.cs" />
|
---|
567 | <Compile Include="Misc\ILException.cs" />
|
---|
568 | <Compile Include="Misc\ILExpression.cs" />
|
---|
569 | <Compile Include="Misc\ILMatFile5.cs" />
|
---|
570 | <Compile Include="Misc\ILMemoryPool.cs">
|
---|
571 | <SubType>Code</SubType>
|
---|
572 | </Compile>
|
---|
573 | <Compile Include="Misc\ILMemoryPoolInternal.cs" />
|
---|
574 | <Compile Include="Misc\ILNRandom.cs" />
|
---|
575 | <Compile Include="Misc\ILPerformanceCounterMemoryPool.cs" />
|
---|
576 | <Compile Include="Misc\ILPerformanceCounterThreadPool.cs">
|
---|
577 | <SubType>Code</SubType>
|
---|
578 | </Compile>
|
---|
579 | <Compile Include="Misc\ILPerformer.cs" />
|
---|
580 | <Compile Include="Misc\ILRand.cs" />
|
---|
581 | <Compile Include="Misc\ILRequestsValueComparer.cs" />
|
---|
582 | <Compile Include="Misc\ILScope.cs" />
|
---|
583 | <Compile Include="Misc\ILScopeList.cs" />
|
---|
584 | <Compile Include="Misc\ILSettings.cs" />
|
---|
585 | <Compile Include="Misc\ILSize.cs" />
|
---|
586 | <Compile Include="Misc\ILThreadConfig.cs" />
|
---|
587 | <Compile Include="Misc\ILThreadPool.cs" />
|
---|
588 | <Compile Include="Native\FFT\IILFFT.cs" />
|
---|
589 | <Compile Include="Native\FFT\ILACMLFFT.cs" />
|
---|
590 | <Compile Include="Native\FFT\ILFFTW3FFT.cs" />
|
---|
591 | <Compile Include="Native\FFT\ILMKLFFT.cs" />
|
---|
592 | <Compile Include="Native\lapack\IILLapack.cs" />
|
---|
593 | <Compile Include="Native\lapack\ILACML4_1.cs" />
|
---|
594 | <Compile Include="Native\lapack\ILLapackGenLinux.cs" />
|
---|
595 | <Compile Include="Native\lapack\ILLapackManaged.cs" />
|
---|
596 | <Compile Include="Native\lapack\ILLapackMKL10.0C.cs" />
|
---|
597 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
598 | <Compile Include="Storage\ILCellStorage.cs" />
|
---|
599 | <Compile Include="Storage\ILCountableArray.cs" />
|
---|
600 | <Compile Include="Storage\ILDenseStorage.cs">
|
---|
601 | <SubType>Code</SubType>
|
---|
602 | </Compile>
|
---|
603 | <Compile Include="Storage\ILDenseStorage_Constructors.cs" />
|
---|
604 | <Compile Include="Storage\ILLeftSideRange.cs" />
|
---|
605 | <Compile Include="Storage\ILLogicalStorage.cs" />
|
---|
606 | <Compile Include="Storage\ILRange.cs" />
|
---|
607 | <Compile Include="Storage\ILRightSideRange.cs" />
|
---|
608 | <Compile Include="Storage\ILStorage.cs" />
|
---|
609 | <Compile Include="Storage\ILStorageGeneric.cs" />
|
---|
610 | <Compile Include="Drawing\Platform\OpenGL\ILGLU.cs" />
|
---|
611 | </ItemGroup>
|
---|
612 | <ItemGroup>
|
---|
613 | <EmbeddedResource Include="Drawing\Controls\ILColorBar.resx">
|
---|
614 | <DependentUpon>ILColorBar.cs</DependentUpon>
|
---|
615 | </EmbeddedResource>
|
---|
616 | <EmbeddedResource Include="Drawing\Resources\Images.resx">
|
---|
617 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
618 | <LastGenOutput>Images1.Designer.cs</LastGenOutput>
|
---|
619 | <CustomToolNamespace>ILNumerics.Drawing.Resources</CustomToolNamespace>
|
---|
620 | </EmbeddedResource>
|
---|
621 | <EmbeddedResource Include="Drawing\Resources\Markers.resx">
|
---|
622 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
623 | <LastGenOutput>Markers1.Designer.cs</LastGenOutput>
|
---|
624 | <CustomToolNamespace>ILNumerics.Drawing.Resources</CustomToolNamespace>
|
---|
625 | </EmbeddedResource>
|
---|
626 | </ItemGroup>
|
---|
627 | <ItemGroup>
|
---|
628 | <None Include="app.config" />
|
---|
629 | <None Include="Drawing\Resources\Circle25x25.png" />
|
---|
630 | <None Include="Drawing\Resources\close.bmp" />
|
---|
631 | <None Include="Drawing\Resources\Cross25x25.png" />
|
---|
632 | <None Include="Drawing\Resources\Diamond25x25.png" />
|
---|
633 | <None Include="Drawing\Resources\ILN20x25.png" />
|
---|
634 | <None Include="Drawing\Resources\Plus25x25.png" />
|
---|
635 | <None Include="Drawing\Resources\Triangle.gif" />
|
---|
636 | <None Include="Drawing\Resources\Triangle.jpg" />
|
---|
637 | <None Include="Drawing\Resources\TriangleDown25x25.png" />
|
---|
638 | <None Include="Drawing\Resources\TriangleLeft25x25.png" />
|
---|
639 | <None Include="Drawing\Resources\TriangleRight25x25.png" />
|
---|
640 | <None Include="Drawing\Resources\TriangleUp25x25.png" />
|
---|
641 | <None Include="Drawing\Resources\TriangleUp25x25A.bmp" />
|
---|
642 | <None Include="Drawing\Resources\TriangleUp25x25A.png" />
|
---|
643 | <Content Include="Native\lapack\link_general\HowToCreate lapack_gen.dll.txt" />
|
---|
644 | <Content Include="Native\lapack\link_general\lapack_gen.def" />
|
---|
645 | <Content Include="Native\lapack\link_general\lapack_gen.dll" />
|
---|
646 | <Content Include="Native\lapack\link_general\Win32sharedDLL.sh.txt" />
|
---|
647 | <None Include="HeuristicLab.snk" />
|
---|
648 | <None Include="packages.config" />
|
---|
649 | </ItemGroup>
|
---|
650 | <ItemGroup>
|
---|
651 | <None Include="Native\lapack\link_general\blas_LINUX.a" />
|
---|
652 | <None Include="Native\lapack\link_general\lapack_gen-gcc.lib" />
|
---|
653 | <None Include="Native\lapack\link_general\lapack_LINUX.a" />
|
---|
654 | <None Include="Native\lapack\link_general\linkAtlasGCC65.bash" />
|
---|
655 | </ItemGroup>
|
---|
656 | <ItemGroup />
|
---|
657 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
658 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
659 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
660 | <Target Name="BeforeBuild">
|
---|
661 | </Target>
|
---|
662 | <Target Name="AfterBuild">
|
---|
663 | </Target>
|
---|
664 | -->
|
---|
665 | </Project> |
---|