summary refs log tree commit diff stats
path: root/plugins/dns/dns.vcxproj
AgeCommit message (Expand)Author
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It sh...Arnavion
2012-10-30Remove hexchat-plugin.h duplicateBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-03Complete the VS2010 reversionBerke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-09-15Update solution to Visual Studio 2012 Express and get rid of mpcInfoBerke Viktor
2012-07-21Add _AMD64_ definition for x64 builds, make Visual Studio even happierBerke Viktor
2012-07-21Add trailing backslashes to Output and Intermediate directories, make Visual ...Berke Viktor
2012-07-13Rename DLL files, rename X-SASL to SASLBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
2012-06-15Add x64 support to the VS solutionBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
2012-06-10Add all plugins to solution except WMPABerke Viktor
.git/blame/win32/wdkpt/vs2010/Microsoft.Cpp.Win32.WDK7.targets?h=feature/tor-i2p-dcc&id=cc903db7278ef2cf47ed5662d7cb9457e22604fc'>^
c82ca59b ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

                                                                                                
                                 




                                                                                      
                                                                                          






                                                                                                


                                                                                                                                                                                               
           
<!--
***********************************************************************************************
Microsoft.Cpp.Win32.v100.targets

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
          created a backup copy.  Incorrect changes to this file will make it
          impossible to load or build your projects from the command-line or the IDE.

This file defines the steps/targets required to build Visual C++ (version 10.0) projects 
specifically on x86 platforms.

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\ImportBefore')" />

  <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\ImportAfter')" />
</Project>