diff options
| author | Ralf Habacker <ralf.habacker@freenet.de> | 2020-09-06 23:13:47 +0200 |
|---|---|---|
| committer | Ralf Habacker <ralf.habacker@freenet.de> | 2020-09-14 12:30:56 +0200 |
| commit | ff6060ba81c5e028b62d3b9c5a388dff61dfcb43 (patch) | |
| tree | 68b6ab53daaeac1f1b9684bec06dd5bfe4b18a02 /visual-studio | |
| parent | c5a5e6d58a9539ea3a9ff8c5543d50e48a190ae0 (diff) | |
| download | dlfcn-win32-ff6060ba81c5e028b62d3b9c5a388dff61dfcb43.tar.gz dlfcn-win32-ff6060ba81c5e028b62d3b9c5a388dff61dfcb43.tar.bz2 dlfcn-win32-ff6060ba81c5e028b62d3b9c5a388dff61dfcb43.zip | |
Drop obsolete visual studio related files
These files can be easily recreated with cmake on the fly, which is
already used by CI-system.
Diffstat (limited to 'visual-studio')
| -rw-r--r-- | visual-studio/12/dl/dl.vcxproj | 232 | ||||
| -rw-r--r-- | visual-studio/12/dl/dl.vcxproj.filters | 27 | ||||
| -rw-r--r-- | visual-studio/12/dlfcn-win32.sln | 109 | ||||
| -rw-r--r-- | visual-studio/12/test/test.vcxproj | 238 | ||||
| -rw-r--r-- | visual-studio/12/test/test.vcxproj.filters | 22 | ||||
| -rw-r--r-- | visual-studio/12/testdll/testdll.vcxproj | 225 | ||||
| -rw-r--r-- | visual-studio/12/testdll/testdll.vcxproj.filters | 22 |
7 files changed, 0 insertions, 875 deletions
diff --git a/visual-studio/12/dl/dl.vcxproj b/visual-studio/12/dl/dl.vcxproj deleted file mode 100644 index baa22d1..0000000 --- a/visual-studio/12/dl/dl.vcxproj +++ /dev/null | |||
| @@ -1,232 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="DebugStatic|Win32"> | ||
| 5 | <Configuration>DebugStatic</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="DebugStatic|x64"> | ||
| 9 | <Configuration>DebugStatic</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseStatic|Win32"> | ||
| 21 | <Configuration>ReleaseStatic</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseStatic|x64"> | ||
| 25 | <Configuration>ReleaseStatic</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Win32"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|x64"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | </ItemGroup> | ||
| 37 | <PropertyGroup Label="Globals"> | ||
| 38 | <ProjectGuid>{2AEB7143-35F8-488A-9414-CA4B0B45D16E}</ProjectGuid> | ||
| 39 | <RootNamespace>dl</RootNamespace> | ||
| 40 | </PropertyGroup> | ||
| 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 44 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 45 | <PlatformToolset>v120</PlatformToolset> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'" Label="Configuration"> | ||
| 49 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 50 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 51 | <PlatformToolset>v120</PlatformToolset> | ||
| 52 | <CharacterSet>MultiByte</CharacterSet> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 56 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 57 | <PlatformToolset>v120</PlatformToolset> | ||
| 58 | <CharacterSet>MultiByte</CharacterSet> | ||
| 59 | </PropertyGroup> | ||
| 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'" Label="Configuration"> | ||
| 61 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 62 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 63 | <PlatformToolset>v120</PlatformToolset> | ||
| 64 | <CharacterSet>MultiByte</CharacterSet> | ||
| 65 | </PropertyGroup> | ||
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 67 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 68 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 69 | <PlatformToolset>v120</PlatformToolset> | ||
| 70 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 71 | <CharacterSet>MultiByte</CharacterSet> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="Configuration"> | ||
| 74 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 75 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 76 | <PlatformToolset>v120</PlatformToolset> | ||
| 77 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 78 | <CharacterSet>MultiByte</CharacterSet> | ||
| 79 | </PropertyGroup> | ||
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 81 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 82 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 83 | <PlatformToolset>v120</PlatformToolset> | ||
| 84 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 85 | <CharacterSet>MultiByte</CharacterSet> | ||
| 86 | </PropertyGroup> | ||
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="Configuration"> | ||
| 88 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 89 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 90 | <PlatformToolset>v120</PlatformToolset> | ||
| 91 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 92 | <CharacterSet>MultiByte</CharacterSet> | ||
| 93 | </PropertyGroup> | ||
| 94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 95 | <ImportGroup Label="ExtensionSettings"> | ||
| 96 | </ImportGroup> | ||
| 97 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="PropertySheets"> | ||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 120 | </ImportGroup> | ||
| 121 | <PropertyGroup Label="UserMacros" /> | ||
| 122 | <PropertyGroup /> | ||
| 123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 124 | <ClCompile> | ||
| 125 | <WarningLevel>Level4</WarningLevel> | ||
| 126 | <Optimization>Disabled</Optimization> | ||
| 127 | <SDLCheck>true</SDLCheck> | ||
| 128 | <PreprocessorDefinitions>SHARED;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 129 | </ClCompile> | ||
| 130 | <Link> | ||
| 131 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 132 | </Link> | ||
| 133 | </ItemDefinitionGroup> | ||
| 134 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'"> | ||
| 135 | <ClCompile> | ||
| 136 | <WarningLevel>Level4</WarningLevel> | ||
| 137 | <Optimization>Disabled</Optimization> | ||
| 138 | <SDLCheck>true</SDLCheck> | ||
| 139 | </ClCompile> | ||
| 140 | <Link> | ||
| 141 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 142 | </Link> | ||
| 143 | </ItemDefinitionGroup> | ||
| 144 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 145 | <ClCompile> | ||
| 146 | <WarningLevel>Level4</WarningLevel> | ||
| 147 | <Optimization>Disabled</Optimization> | ||
| 148 | <SDLCheck>true</SDLCheck> | ||
| 149 | <PreprocessorDefinitions>SHARED;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 150 | </ClCompile> | ||
| 151 | <Link> | ||
| 152 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 153 | </Link> | ||
| 154 | </ItemDefinitionGroup> | ||
| 155 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'"> | ||
| 156 | <ClCompile> | ||
| 157 | <WarningLevel>Level4</WarningLevel> | ||
| 158 | <Optimization>Disabled</Optimization> | ||
| 159 | <SDLCheck>true</SDLCheck> | ||
| 160 | </ClCompile> | ||
| 161 | <Link> | ||
| 162 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 163 | </Link> | ||
| 164 | </ItemDefinitionGroup> | ||
| 165 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 166 | <ClCompile> | ||
| 167 | <WarningLevel>Level4</WarningLevel> | ||
| 168 | <Optimization>MaxSpeed</Optimization> | ||
| 169 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 170 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 171 | <SDLCheck>true</SDLCheck> | ||
| 172 | <PreprocessorDefinitions>SHARED;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 173 | </ClCompile> | ||
| 174 | <Link> | ||
| 175 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 176 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 177 | <OptimizeReferences>true</OptimizeReferences> | ||
| 178 | </Link> | ||
| 179 | </ItemDefinitionGroup> | ||
| 180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'"> | ||
| 181 | <ClCompile> | ||
| 182 | <WarningLevel>Level4</WarningLevel> | ||
| 183 | <Optimization>MaxSpeed</Optimization> | ||
| 184 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 185 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 186 | <SDLCheck>true</SDLCheck> | ||
| 187 | </ClCompile> | ||
| 188 | <Link> | ||
| 189 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 190 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 191 | <OptimizeReferences>true</OptimizeReferences> | ||
| 192 | </Link> | ||
| 193 | </ItemDefinitionGroup> | ||
| 194 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 195 | <ClCompile> | ||
| 196 | <WarningLevel>Level4</WarningLevel> | ||
| 197 | <Optimization>MaxSpeed</Optimization> | ||
| 198 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 199 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 200 | <SDLCheck>true</SDLCheck> | ||
| 201 | <PreprocessorDefinitions>SHARED;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 202 | </ClCompile> | ||
| 203 | <Link> | ||
| 204 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 205 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 206 | <OptimizeReferences>true</OptimizeReferences> | ||
| 207 | </Link> | ||
| 208 | </ItemDefinitionGroup> | ||
| 209 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'"> | ||
| 210 | <ClCompile> | ||
| 211 | <WarningLevel>Level4</WarningLevel> | ||
| 212 | <Optimization>MaxSpeed</Optimization> | ||
| 213 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 214 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 215 | <SDLCheck>true</SDLCheck> | ||
| 216 | </ClCompile> | ||
| 217 | <Link> | ||
| 218 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 219 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 220 | <OptimizeReferences>true</OptimizeReferences> | ||
| 221 | </Link> | ||
| 222 | </ItemDefinitionGroup> | ||
| 223 | <ItemGroup> | ||
| 224 | <ClCompile Include="..\..\..\dlfcn.c" /> | ||
| 225 | </ItemGroup> | ||
| 226 | <ItemGroup> | ||
| 227 | <ClInclude Include="..\..\..\dlfcn.h" /> | ||
| 228 | </ItemGroup> | ||
| 229 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 230 | <ImportGroup Label="ExtensionTargets"> | ||
| 231 | </ImportGroup> | ||
| 232 | </Project> | ||
diff --git a/visual-studio/12/dl/dl.vcxproj.filters b/visual-studio/12/dl/dl.vcxproj.filters deleted file mode 100644 index fdbe3d9..0000000 --- a/visual-studio/12/dl/dl.vcxproj.filters +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
| 6 | <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="Header Files"> | ||
| 9 | <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
| 10 | <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions> | ||
| 11 | </Filter> | ||
| 12 | <Filter Include="Resource Files"> | ||
| 13 | <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> | ||
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> | ||
| 15 | </Filter> | ||
| 16 | </ItemGroup> | ||
| 17 | <ItemGroup> | ||
| 18 | <ClCompile Include="..\..\..\dlfcn.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | </ItemGroup> | ||
| 22 | <ItemGroup> | ||
| 23 | <ClInclude Include="..\..\..\dlfcn.h"> | ||
| 24 | <Filter>Header Files</Filter> | ||
| 25 | </ClInclude> | ||
| 26 | </ItemGroup> | ||
| 27 | </Project> | ||
diff --git a/visual-studio/12/dlfcn-win32.sln b/visual-studio/12/dlfcn-win32.sln deleted file mode 100644 index 952a69c..0000000 --- a/visual-studio/12/dlfcn-win32.sln +++ /dev/null | |||
| @@ -1,109 +0,0 @@ | |||
| 1 | | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| 3 | # Visual Studio 2013 | ||
| 4 | VisualStudioVersion = 12.0.31101.0 | ||
| 5 | MinimumVisualStudioVersion = 10.0.40219.1 | ||
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{36E45DAF-D2EC-4660-B84F-3BC72664643E}" | ||
| 7 | EndProject | ||
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testdll", "testdll\testdll.vcxproj", "{583AA2B8-B981-4DE9-A374-47EC9F817C5E}" | ||
| 9 | EndProject | ||
| 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dl", "dl\dl.vcxproj", "{2AEB7143-35F8-488A-9414-CA4B0B45D16E}" | ||
| 11 | EndProject | ||
| 12 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AE2D21E7-B4C2-4AD8-BA4E-C86DC62857C7}" | ||
| 13 | ProjectSection(SolutionItems) = preProject | ||
| 14 | ..\..\.gitignore = ..\..\.gitignore | ||
| 15 | EndProjectSection | ||
| 16 | EndProject | ||
| 17 | Global | ||
| 18 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 19 | Debug|ARM = Debug|ARM | ||
| 20 | Debug|Win32 = Debug|Win32 | ||
| 21 | Debug|x64 = Debug|x64 | ||
| 22 | DebugStatic|ARM = DebugStatic|ARM | ||
| 23 | DebugStatic|Win32 = DebugStatic|Win32 | ||
| 24 | DebugStatic|x64 = DebugStatic|x64 | ||
| 25 | Release|ARM = Release|ARM | ||
| 26 | Release|Win32 = Release|Win32 | ||
| 27 | Release|x64 = Release|x64 | ||
| 28 | ReleaseStatic|ARM = ReleaseStatic|ARM | ||
| 29 | ReleaseStatic|Win32 = ReleaseStatic|Win32 | ||
| 30 | ReleaseStatic|x64 = ReleaseStatic|x64 | ||
| 31 | EndGlobalSection | ||
| 32 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 33 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 34 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|ARM.Build.0 = ReleaseStatic|x64 | ||
| 35 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 36 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 37 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 38 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|x64.Build.0 = Debug|x64 | ||
| 39 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 40 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|ARM.Build.0 = ReleaseStatic|x64 | ||
| 41 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32 | ||
| 42 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|Win32.Build.0 = DebugStatic|Win32 | ||
| 43 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|x64.ActiveCfg = DebugStatic|x64 | ||
| 44 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|x64.Build.0 = DebugStatic|x64 | ||
| 45 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 46 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|ARM.Build.0 = ReleaseStatic|x64 | ||
| 47 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 48 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|Win32.Build.0 = Release|Win32 | ||
| 49 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|x64.ActiveCfg = Release|x64 | ||
| 50 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|x64.Build.0 = Release|x64 | ||
| 51 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 52 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|ARM.Build.0 = ReleaseStatic|x64 | ||
| 53 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|Win32.ActiveCfg = ReleaseStatic|Win32 | ||
| 54 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|Win32.Build.0 = ReleaseStatic|Win32 | ||
| 55 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|x64.ActiveCfg = ReleaseStatic|x64 | ||
| 56 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|x64.Build.0 = ReleaseStatic|x64 | ||
| 57 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 58 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|ARM.Build.0 = ReleaseStatic|x64 | ||
| 59 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 60 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 61 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 62 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|x64.Build.0 = Debug|x64 | ||
| 63 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 64 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|ARM.Build.0 = ReleaseStatic|x64 | ||
| 65 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32 | ||
| 66 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|Win32.Build.0 = DebugStatic|Win32 | ||
| 67 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|x64.ActiveCfg = DebugStatic|x64 | ||
| 68 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|x64.Build.0 = DebugStatic|x64 | ||
| 69 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 70 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|ARM.Build.0 = ReleaseStatic|x64 | ||
| 71 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 72 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|Win32.Build.0 = Release|Win32 | ||
| 73 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|x64.ActiveCfg = Release|x64 | ||
| 74 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|x64.Build.0 = Release|x64 | ||
| 75 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 76 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|ARM.Build.0 = ReleaseStatic|x64 | ||
| 77 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|Win32.ActiveCfg = ReleaseStatic|Win32 | ||
| 78 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|Win32.Build.0 = ReleaseStatic|Win32 | ||
| 79 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|x64.ActiveCfg = ReleaseStatic|x64 | ||
| 80 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|x64.Build.0 = ReleaseStatic|x64 | ||
| 81 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 82 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|ARM.Build.0 = ReleaseStatic|x64 | ||
| 83 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 84 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 85 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 86 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|x64.Build.0 = Debug|x64 | ||
| 87 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 88 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|ARM.Build.0 = ReleaseStatic|x64 | ||
| 89 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32 | ||
| 90 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|Win32.Build.0 = DebugStatic|Win32 | ||
| 91 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|x64.ActiveCfg = DebugStatic|x64 | ||
| 92 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|x64.Build.0 = DebugStatic|x64 | ||
| 93 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 94 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|ARM.Build.0 = ReleaseStatic|x64 | ||
| 95 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 96 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|Win32.Build.0 = Release|Win32 | ||
| 97 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|x64.ActiveCfg = Release|x64 | ||
| 98 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|x64.Build.0 = Release|x64 | ||
| 99 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|ARM.ActiveCfg = ReleaseStatic|x64 | ||
| 100 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|ARM.Build.0 = ReleaseStatic|x64 | ||
| 101 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|Win32.ActiveCfg = ReleaseStatic|Win32 | ||
| 102 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|Win32.Build.0 = ReleaseStatic|Win32 | ||
| 103 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|x64.ActiveCfg = ReleaseStatic|x64 | ||
| 104 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|x64.Build.0 = ReleaseStatic|x64 | ||
| 105 | EndGlobalSection | ||
| 106 | GlobalSection(SolutionProperties) = preSolution | ||
| 107 | HideSolutionNode = FALSE | ||
| 108 | EndGlobalSection | ||
| 109 | EndGlobal | ||
diff --git a/visual-studio/12/test/test.vcxproj b/visual-studio/12/test/test.vcxproj deleted file mode 100644 index 7f5feff..0000000 --- a/visual-studio/12/test/test.vcxproj +++ /dev/null | |||
| @@ -1,238 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="DebugStatic|Win32"> | ||
| 5 | <Configuration>DebugStatic</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="DebugStatic|x64"> | ||
| 9 | <Configuration>DebugStatic</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseStatic|Win32"> | ||
| 21 | <Configuration>ReleaseStatic</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseStatic|x64"> | ||
| 25 | <Configuration>ReleaseStatic</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Win32"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|x64"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | </ItemGroup> | ||
| 37 | <PropertyGroup Label="Globals"> | ||
| 38 | <ProjectGuid>{36E45DAF-D2EC-4660-B84F-3BC72664643E}</ProjectGuid> | ||
| 39 | <RootNamespace>test</RootNamespace> | ||
| 40 | </PropertyGroup> | ||
| 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 43 | <ConfigurationType>Application</ConfigurationType> | ||
| 44 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 45 | <PlatformToolset>v120</PlatformToolset> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'" Label="Configuration"> | ||
| 49 | <ConfigurationType>Application</ConfigurationType> | ||
| 50 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 51 | <PlatformToolset>v120</PlatformToolset> | ||
| 52 | <CharacterSet>MultiByte</CharacterSet> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 57 | <PlatformToolset>v120</PlatformToolset> | ||
| 58 | <CharacterSet>MultiByte</CharacterSet> | ||
| 59 | </PropertyGroup> | ||
| 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'" Label="Configuration"> | ||
| 61 | <ConfigurationType>Application</ConfigurationType> | ||
| 62 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 63 | <PlatformToolset>v120</PlatformToolset> | ||
| 64 | <CharacterSet>MultiByte</CharacterSet> | ||
| 65 | </PropertyGroup> | ||
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 67 | <ConfigurationType>Application</ConfigurationType> | ||
| 68 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 69 | <PlatformToolset>v120</PlatformToolset> | ||
| 70 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 71 | <CharacterSet>MultiByte</CharacterSet> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="Configuration"> | ||
| 74 | <ConfigurationType>Application</ConfigurationType> | ||
| 75 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 76 | <PlatformToolset>v120</PlatformToolset> | ||
| 77 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 78 | <CharacterSet>MultiByte</CharacterSet> | ||
| 79 | </PropertyGroup> | ||
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 81 | <ConfigurationType>Application</ConfigurationType> | ||
| 82 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 83 | <PlatformToolset>v120</PlatformToolset> | ||
| 84 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 85 | <CharacterSet>MultiByte</CharacterSet> | ||
| 86 | </PropertyGroup> | ||
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="Configuration"> | ||
| 88 | <ConfigurationType>Application</ConfigurationType> | ||
| 89 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 90 | <PlatformToolset>v120</PlatformToolset> | ||
| 91 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 92 | <CharacterSet>MultiByte</CharacterSet> | ||
| 93 | </PropertyGroup> | ||
| 94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 95 | <ImportGroup Label="ExtensionSettings"> | ||
| 96 | </ImportGroup> | ||
| 97 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="PropertySheets"> | ||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 120 | </ImportGroup> | ||
| 121 | <PropertyGroup Label="UserMacros" /> | ||
| 122 | <PropertyGroup /> | ||
| 123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 124 | <ClCompile> | ||
| 125 | <WarningLevel>Level3</WarningLevel> | ||
| 126 | <Optimization>Disabled</Optimization> | ||
| 127 | <SDLCheck>true</SDLCheck> | ||
| 128 | </ClCompile> | ||
| 129 | <Link> | ||
| 130 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 131 | </Link> | ||
| 132 | </ItemDefinitionGroup> | ||
| 133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'"> | ||
| 134 | <ClCompile> | ||
| 135 | <WarningLevel>Level3</WarningLevel> | ||
| 136 | <Optimization>Disabled</Optimization> | ||
| 137 | <SDLCheck>true</SDLCheck> | ||
| 138 | </ClCompile> | ||
| 139 | <Link> | ||
| 140 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 141 | </Link> | ||
| 142 | </ItemDefinitionGroup> | ||
| 143 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 144 | <ClCompile> | ||
| 145 | <WarningLevel>Level3</WarningLevel> | ||
| 146 | <Optimization>Disabled</Optimization> | ||
| 147 | <SDLCheck>true</SDLCheck> | ||
| 148 | </ClCompile> | ||
| 149 | <Link> | ||
| 150 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 151 | </Link> | ||
| 152 | </ItemDefinitionGroup> | ||
| 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'"> | ||
| 154 | <ClCompile> | ||
| 155 | <WarningLevel>Level3</WarningLevel> | ||
| 156 | <Optimization>Disabled</Optimization> | ||
| 157 | <SDLCheck>true</SDLCheck> | ||
| 158 | </ClCompile> | ||
| 159 | <Link> | ||
| 160 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 161 | </Link> | ||
| 162 | </ItemDefinitionGroup> | ||
| 163 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 164 | <ClCompile> | ||
| 165 | <WarningLevel>Level3</WarningLevel> | ||
| 166 | <Optimization>MaxSpeed</Optimization> | ||
| 167 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 168 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 169 | <SDLCheck>true</SDLCheck> | ||
| 170 | </ClCompile> | ||
| 171 | <Link> | ||
| 172 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 173 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 174 | <OptimizeReferences>true</OptimizeReferences> | ||
| 175 | </Link> | ||
| 176 | </ItemDefinitionGroup> | ||
| 177 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'"> | ||
| 178 | <ClCompile> | ||
| 179 | <WarningLevel>Level3</WarningLevel> | ||
| 180 | <Optimization>MaxSpeed</Optimization> | ||
| 181 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 182 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 183 | <SDLCheck>true</SDLCheck> | ||
| 184 | </ClCompile> | ||
| 185 | <Link> | ||
| 186 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 187 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 188 | <OptimizeReferences>true</OptimizeReferences> | ||
| 189 | </Link> | ||
| 190 | </ItemDefinitionGroup> | ||
| 191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 192 | <ClCompile> | ||
| 193 | <WarningLevel>Level3</WarningLevel> | ||
| 194 | <Optimization>MaxSpeed</Optimization> | ||
| 195 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 196 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 197 | <SDLCheck>true</SDLCheck> | ||
| 198 | </ClCompile> | ||
| 199 | <Link> | ||
| 200 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 201 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 202 | <OptimizeReferences>true</OptimizeReferences> | ||
| 203 | </Link> | ||
| 204 | </ItemDefinitionGroup> | ||
| 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'"> | ||
| 206 | <ClCompile> | ||
| 207 | <WarningLevel>Level3</WarningLevel> | ||
| 208 | <Optimization>MaxSpeed</Optimization> | ||
| 209 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 210 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 211 | <SDLCheck>true</SDLCheck> | ||
| 212 | </ClCompile> | ||
| 213 | <Link> | ||
| 214 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 215 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 216 | <OptimizeReferences>true</OptimizeReferences> | ||
| 217 | </Link> | ||
| 218 | </ItemDefinitionGroup> | ||
| 219 | <ItemGroup> | ||
| 220 | <ClCompile Include="..\..\..\test.c" /> | ||
| 221 | </ItemGroup> | ||
| 222 | <ItemGroup> | ||
| 223 | <ProjectReference Include="..\dl\dl.vcxproj"> | ||
| 224 | <Project>{2aeb7143-35f8-488a-9414-ca4b0b45d16e}</Project> | ||
| 225 | </ProjectReference> | ||
| 226 | <ProjectReference Include="..\testdll\testdll.vcxproj"> | ||
| 227 | <Project>{583aa2b8-b981-4de9-a374-47ec9f817c5e}</Project> | ||
| 228 | <Private>false</Private> | ||
| 229 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||
| 230 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | ||
| 231 | <LinkLibraryDependencies>false</LinkLibraryDependencies> | ||
| 232 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> | ||
| 233 | </ProjectReference> | ||
| 234 | </ItemGroup> | ||
| 235 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 236 | <ImportGroup Label="ExtensionTargets"> | ||
| 237 | </ImportGroup> | ||
| 238 | </Project> | ||
diff --git a/visual-studio/12/test/test.vcxproj.filters b/visual-studio/12/test/test.vcxproj.filters deleted file mode 100644 index 583bc6f..0000000 --- a/visual-studio/12/test/test.vcxproj.filters +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
| 6 | <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="Header Files"> | ||
| 9 | <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
| 10 | <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions> | ||
| 11 | </Filter> | ||
| 12 | <Filter Include="Resource Files"> | ||
| 13 | <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> | ||
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> | ||
| 15 | </Filter> | ||
| 16 | </ItemGroup> | ||
| 17 | <ItemGroup> | ||
| 18 | <ClCompile Include="..\..\..\test.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | </ItemGroup> | ||
| 22 | </Project> | ||
diff --git a/visual-studio/12/testdll/testdll.vcxproj b/visual-studio/12/testdll/testdll.vcxproj deleted file mode 100644 index 6d92ddb..0000000 --- a/visual-studio/12/testdll/testdll.vcxproj +++ /dev/null | |||
| @@ -1,225 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="DebugStatic|Win32"> | ||
| 5 | <Configuration>DebugStatic</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="DebugStatic|x64"> | ||
| 9 | <Configuration>DebugStatic</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseStatic|Win32"> | ||
| 21 | <Configuration>ReleaseStatic</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseStatic|x64"> | ||
| 25 | <Configuration>ReleaseStatic</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Win32"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|x64"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | </ItemGroup> | ||
| 37 | <PropertyGroup Label="Globals"> | ||
| 38 | <ProjectGuid>{583AA2B8-B981-4DE9-A374-47EC9F817C5E}</ProjectGuid> | ||
| 39 | <RootNamespace>testdll</RootNamespace> | ||
| 40 | </PropertyGroup> | ||
| 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 44 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 45 | <PlatformToolset>v120</PlatformToolset> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'" Label="Configuration"> | ||
| 49 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 50 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 51 | <PlatformToolset>v120</PlatformToolset> | ||
| 52 | <CharacterSet>MultiByte</CharacterSet> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 56 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 57 | <PlatformToolset>v120</PlatformToolset> | ||
| 58 | <CharacterSet>MultiByte</CharacterSet> | ||
| 59 | </PropertyGroup> | ||
| 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'" Label="Configuration"> | ||
| 61 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 62 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 63 | <PlatformToolset>v120</PlatformToolset> | ||
| 64 | <CharacterSet>MultiByte</CharacterSet> | ||
| 65 | </PropertyGroup> | ||
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 67 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 68 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 69 | <PlatformToolset>v120</PlatformToolset> | ||
| 70 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 71 | <CharacterSet>MultiByte</CharacterSet> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="Configuration"> | ||
| 74 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 75 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 76 | <PlatformToolset>v120</PlatformToolset> | ||
| 77 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 78 | <CharacterSet>MultiByte</CharacterSet> | ||
| 79 | </PropertyGroup> | ||
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 81 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 82 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 83 | <PlatformToolset>v120</PlatformToolset> | ||
| 84 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 85 | <CharacterSet>MultiByte</CharacterSet> | ||
| 86 | </PropertyGroup> | ||
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="Configuration"> | ||
| 88 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 89 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 90 | <PlatformToolset>v120</PlatformToolset> | ||
| 91 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 92 | <CharacterSet>MultiByte</CharacterSet> | ||
| 93 | </PropertyGroup> | ||
| 94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 95 | <ImportGroup Label="ExtensionSettings"> | ||
| 96 | </ImportGroup> | ||
| 97 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="PropertySheets"> | ||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 120 | </ImportGroup> | ||
| 121 | <PropertyGroup Label="UserMacros" /> | ||
| 122 | <PropertyGroup /> | ||
| 123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 124 | <ClCompile> | ||
| 125 | <WarningLevel>Level4</WarningLevel> | ||
| 126 | <Optimization>Disabled</Optimization> | ||
| 127 | <SDLCheck>true</SDLCheck> | ||
| 128 | </ClCompile> | ||
| 129 | <Link> | ||
| 130 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 131 | </Link> | ||
| 132 | </ItemDefinitionGroup> | ||
| 133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'"> | ||
| 134 | <ClCompile> | ||
| 135 | <WarningLevel>Level4</WarningLevel> | ||
| 136 | <Optimization>Disabled</Optimization> | ||
| 137 | <SDLCheck>true</SDLCheck> | ||
| 138 | </ClCompile> | ||
| 139 | <Link> | ||
| 140 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 141 | </Link> | ||
| 142 | </ItemDefinitionGroup> | ||
| 143 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 144 | <ClCompile> | ||
| 145 | <WarningLevel>Level4</WarningLevel> | ||
| 146 | <Optimization>Disabled</Optimization> | ||
| 147 | <SDLCheck>true</SDLCheck> | ||
| 148 | </ClCompile> | ||
| 149 | <Link> | ||
| 150 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 151 | </Link> | ||
| 152 | </ItemDefinitionGroup> | ||
| 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'"> | ||
| 154 | <ClCompile> | ||
| 155 | <WarningLevel>Level4</WarningLevel> | ||
| 156 | <Optimization>Disabled</Optimization> | ||
| 157 | <SDLCheck>true</SDLCheck> | ||
| 158 | </ClCompile> | ||
| 159 | <Link> | ||
| 160 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 161 | </Link> | ||
| 162 | </ItemDefinitionGroup> | ||
| 163 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 164 | <ClCompile> | ||
| 165 | <WarningLevel>Level4</WarningLevel> | ||
| 166 | <Optimization>MaxSpeed</Optimization> | ||
| 167 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 168 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 169 | <SDLCheck>true</SDLCheck> | ||
| 170 | </ClCompile> | ||
| 171 | <Link> | ||
| 172 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 173 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 174 | <OptimizeReferences>true</OptimizeReferences> | ||
| 175 | </Link> | ||
| 176 | </ItemDefinitionGroup> | ||
| 177 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'"> | ||
| 178 | <ClCompile> | ||
| 179 | <WarningLevel>Level4</WarningLevel> | ||
| 180 | <Optimization>MaxSpeed</Optimization> | ||
| 181 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 182 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 183 | <SDLCheck>true</SDLCheck> | ||
| 184 | </ClCompile> | ||
| 185 | <Link> | ||
| 186 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 187 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 188 | <OptimizeReferences>true</OptimizeReferences> | ||
| 189 | </Link> | ||
| 190 | </ItemDefinitionGroup> | ||
| 191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 192 | <ClCompile> | ||
| 193 | <WarningLevel>Level4</WarningLevel> | ||
| 194 | <Optimization>MaxSpeed</Optimization> | ||
| 195 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 196 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 197 | <SDLCheck>true</SDLCheck> | ||
| 198 | </ClCompile> | ||
| 199 | <Link> | ||
| 200 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 201 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 202 | <OptimizeReferences>true</OptimizeReferences> | ||
| 203 | </Link> | ||
| 204 | </ItemDefinitionGroup> | ||
| 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'"> | ||
| 206 | <ClCompile> | ||
| 207 | <WarningLevel>Level4</WarningLevel> | ||
| 208 | <Optimization>MaxSpeed</Optimization> | ||
| 209 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 210 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 211 | <SDLCheck>true</SDLCheck> | ||
| 212 | </ClCompile> | ||
| 213 | <Link> | ||
| 214 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 215 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 216 | <OptimizeReferences>true</OptimizeReferences> | ||
| 217 | </Link> | ||
| 218 | </ItemDefinitionGroup> | ||
| 219 | <ItemGroup> | ||
| 220 | <ClCompile Include="..\..\..\testdll.c" /> | ||
| 221 | </ItemGroup> | ||
| 222 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 223 | <ImportGroup Label="ExtensionTargets"> | ||
| 224 | </ImportGroup> | ||
| 225 | </Project> | ||
diff --git a/visual-studio/12/testdll/testdll.vcxproj.filters b/visual-studio/12/testdll/testdll.vcxproj.filters deleted file mode 100644 index 370a93d..0000000 --- a/visual-studio/12/testdll/testdll.vcxproj.filters +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
| 6 | <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="Header Files"> | ||
| 9 | <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
| 10 | <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions> | ||
| 11 | </Filter> | ||
| 12 | <Filter Include="Resource Files"> | ||
| 13 | <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> | ||
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> | ||
| 15 | </Filter> | ||
| 16 | </ItemGroup> | ||
| 17 | <ItemGroup> | ||
| 18 | <ClCompile Include="..\..\..\testdll.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | </ItemGroup> | ||
| 22 | </Project> | ||
