| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <configurationDescriptor version="35"> |
| <logicalFolder name="root" displayName="root" projectFiles="true"> |
| <logicalFolder name="SourceFiles" |
| displayName="Source Files" |
| projectFiles="true"> |
| <itemPath>src/main.c</itemPath> |
| </logicalFolder> |
| <logicalFolder name="HeaderFiles" |
| displayName="Header Files" |
| projectFiles="true"> |
| </logicalFolder> |
| <logicalFolder name="ResourceFiles" |
| displayName="Resource Files" |
| projectFiles="true"> |
| </logicalFolder> |
| <logicalFolder name="ExternalFiles" |
| displayName="Important Files" |
| projectFiles="false"> |
| <itemPath>Makefile</itemPath> |
| </logicalFolder> |
| </logicalFolder> |
| <projectmakefile>Makefile</projectmakefile> |
| <defaultConf>0</defaultConf> |
| <confs> |
| <conf name="Debug" type="1"> |
| <toolsSet> |
| <compilerSet>Cygwin</compilerSet> |
| <cRequired>true</cRequired> |
| <cppRequired>true</cppRequired> |
| <fortranRequired>false</fortranRequired> |
| <platform>3</platform> |
| </toolsSet> |
| <compileType> |
| <linkerTool> |
| <output>dist/cleaner</output> |
| <stripSymbols>true</stripSymbols> |
| <linkerLibItems> |
| <linkerOptionItem>-lshell32 -lkernel32</linkerOptionItem> |
| </linkerLibItems> |
| <commandLine>-mno-cygwin -mwindows</commandLine> |
| </linkerTool> |
| </compileType> |
| <item path="src/main.c"> |
| <itemTool>0</itemTool> |
| </item> |
| </conf> |
| <conf name="Release" type="1"> |
| <toolsSet> |
| <compilerSet>Cygwin</compilerSet> |
| <cRequired>true</cRequired> |
| <cppRequired>true</cppRequired> |
| <fortranRequired>false</fortranRequired> |
| <platform>3</platform> |
| </toolsSet> |
| <compileType> |
| <cCompilerTool> |
| <developmentMode>5</developmentMode> |
| </cCompilerTool> |
| <ccCompilerTool> |
| <developmentMode>5</developmentMode> |
| </ccCompilerTool> |
| <fortranCompilerTool> |
| <developmentMode>5</developmentMode> |
| </fortranCompilerTool> |
| <linkerTool> |
| <linkerLibItems> |
| </linkerLibItems> |
| </linkerTool> |
| </compileType> |
| <item path="src/main.c"> |
| <itemTool>0</itemTool> |
| </item> |
| </conf> |
| </confs> |
| </configurationDescriptor> |