dynwatch
diff tray.vcproj @ 0:ce3c5e4c75bf
dynwatch DynDNS updater for windows
author | John Tsiombikas <nuclear@siggraph.org> |
---|---|
date | Wed, 18 May 2011 05:53:29 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tray.vcproj Wed May 18 05:53:29 2011 +0300 1.3 @@ -0,0 +1,171 @@ 1.4 +<?xml version="1.0" encoding = "Windows-1252"?> 1.5 +<VisualStudioProject 1.6 + ProjectType="Visual C++" 1.7 + Version="7.00" 1.8 + Name="tray" 1.9 + ProjectGUID="{219EB00A-2B8C-46A5-8E5C-73C7B43BF060}" 1.10 + Keyword="Win32Proj"> 1.11 + <Platforms> 1.12 + <Platform 1.13 + Name="Win32"/> 1.14 + </Platforms> 1.15 + <Configurations> 1.16 + <Configuration 1.17 + Name="Debug|Win32" 1.18 + OutputDirectory="Debug" 1.19 + IntermediateDirectory="Debug" 1.20 + ConfigurationType="1" 1.21 + CharacterSet="2"> 1.22 + <Tool 1.23 + Name="VCCLCompilerTool" 1.24 + Optimization="0" 1.25 + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" 1.26 + MinimalRebuild="TRUE" 1.27 + BasicRuntimeChecks="3" 1.28 + RuntimeLibrary="5" 1.29 + UsePrecompiledHeader="0" 1.30 + WarningLevel="3" 1.31 + Detect64BitPortabilityProblems="TRUE" 1.32 + DebugInformationFormat="4"/> 1.33 + <Tool 1.34 + Name="VCCustomBuildTool"/> 1.35 + <Tool 1.36 + Name="VCLinkerTool" 1.37 + OutputFile="$(OutDir)/tray.exe" 1.38 + LinkIncremental="2" 1.39 + GenerateDebugInformation="TRUE" 1.40 + ProgramDatabaseFile="$(OutDir)/tray.pdb" 1.41 + SubSystem="2" 1.42 + TargetMachine="1"/> 1.43 + <Tool 1.44 + Name="VCMIDLTool"/> 1.45 + <Tool 1.46 + Name="VCPostBuildEventTool"/> 1.47 + <Tool 1.48 + Name="VCPreBuildEventTool"/> 1.49 + <Tool 1.50 + Name="VCPreLinkEventTool"/> 1.51 + <Tool 1.52 + Name="VCResourceCompilerTool"/> 1.53 + <Tool 1.54 + Name="VCWebServiceProxyGeneratorTool"/> 1.55 + <Tool 1.56 + Name="VCWebDeploymentTool"/> 1.57 + </Configuration> 1.58 + <Configuration 1.59 + Name="Release|Win32" 1.60 + OutputDirectory="Release" 1.61 + IntermediateDirectory="Release" 1.62 + ConfigurationType="1" 1.63 + CharacterSet="2"> 1.64 + <Tool 1.65 + Name="VCCLCompilerTool" 1.66 + Optimization="2" 1.67 + InlineFunctionExpansion="1" 1.68 + OmitFramePointers="TRUE" 1.69 + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 1.70 + StringPooling="TRUE" 1.71 + RuntimeLibrary="4" 1.72 + EnableFunctionLevelLinking="TRUE" 1.73 + UsePrecompiledHeader="0" 1.74 + WarningLevel="3" 1.75 + Detect64BitPortabilityProblems="TRUE" 1.76 + DebugInformationFormat="3"/> 1.77 + <Tool 1.78 + Name="VCCustomBuildTool"/> 1.79 + <Tool 1.80 + Name="VCLinkerTool" 1.81 + OutputFile="$(OutDir)/tray.exe" 1.82 + LinkIncremental="1" 1.83 + GenerateDebugInformation="TRUE" 1.84 + SubSystem="2" 1.85 + OptimizeReferences="2" 1.86 + EnableCOMDATFolding="2" 1.87 + TargetMachine="1"/> 1.88 + <Tool 1.89 + Name="VCMIDLTool"/> 1.90 + <Tool 1.91 + Name="VCPostBuildEventTool"/> 1.92 + <Tool 1.93 + Name="VCPreBuildEventTool"/> 1.94 + <Tool 1.95 + Name="VCPreLinkEventTool"/> 1.96 + <Tool 1.97 + Name="VCResourceCompilerTool"/> 1.98 + <Tool 1.99 + Name="VCWebServiceProxyGeneratorTool"/> 1.100 + <Tool 1.101 + Name="VCWebDeploymentTool"/> 1.102 + </Configuration> 1.103 + </Configurations> 1.104 + <Files> 1.105 + <Filter 1.106 + Name="Source Files" 1.107 + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 1.108 + <File 1.109 + RelativePath="config_parser.c"> 1.110 + </File> 1.111 + <File 1.112 + RelativePath="events.c"> 1.113 + </File> 1.114 + <File 1.115 + RelativePath="gui.c"> 1.116 + </File> 1.117 + <File 1.118 + RelativePath="locator.c"> 1.119 + </File> 1.120 + <File 1.121 + RelativePath="socklib.c"> 1.122 + </File> 1.123 + <File 1.124 + RelativePath="tray.c"> 1.125 + </File> 1.126 + <File 1.127 + RelativePath="watch.c"> 1.128 + </File> 1.129 + </Filter> 1.130 + <Filter 1.131 + Name="Header Files" 1.132 + Filter="h;hpp;hxx;hm;inl;inc"> 1.133 + <File 1.134 + RelativePath="config_parser.h"> 1.135 + </File> 1.136 + <File 1.137 + RelativePath="events.h"> 1.138 + </File> 1.139 + <File 1.140 + RelativePath="gui.h"> 1.141 + </File> 1.142 + <File 1.143 + RelativePath="locator.h"> 1.144 + </File> 1.145 + <File 1.146 + RelativePath="resource.h"> 1.147 + </File> 1.148 + <File 1.149 + RelativePath="socklib.h"> 1.150 + </File> 1.151 + <File 1.152 + RelativePath="watch.h"> 1.153 + </File> 1.154 + </Filter> 1.155 + <Filter 1.156 + Name="Resource Files" 1.157 + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 1.158 + <File 1.159 + RelativePath="dynwatch.ico"> 1.160 + </File> 1.161 + <File 1.162 + RelativePath="dynwatch.rc"> 1.163 + </File> 1.164 + </Filter> 1.165 + <File 1.166 + RelativePath="..\..\..\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\lib\SensAPI.Lib"> 1.167 + </File> 1.168 + <File 1.169 + RelativePath="..\..\..\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\lib\WS2_32.Lib"> 1.170 + </File> 1.171 + </Files> 1.172 + <Globals> 1.173 + </Globals> 1.174 +</VisualStudioProject>