diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-03-11 20:15:49 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-03-11 20:15:49 -0700 |
commit | efa69675be715d2f155bf5044cc88d27701ddde5 (patch) | |
tree | 12e044dc84cc7bc1edb8aafa2a26932b1ef4ff86 | |
parent | 22dd588b852abd5a8de6cd09aa5c876883435ecd (diff) | |
download | dlfcn-win32-efa69675be715d2f155bf5044cc88d27701ddde5.tar.gz dlfcn-win32-efa69675be715d2f155bf5044cc88d27701ddde5.tar.bz2 dlfcn-win32-efa69675be715d2f155bf5044cc88d27701ddde5.zip |
Revert "Add a static solution"
This reverts commit 22dd588b852abd5a8de6cd09aa5c876883435ecd.
-rw-r--r-- | visual-studio/12-static/dl/dl.vcxproj | 126 | ||||
-rw-r--r-- | visual-studio/12-static/dl/dl.vcxproj.filters | 27 | ||||
-rw-r--r-- | visual-studio/12-static/dlfcn-win32.sln | 61 | ||||
-rw-r--r-- | visual-studio/12-static/test/test.vcxproj | 136 | ||||
-rw-r--r-- | visual-studio/12-static/test/test.vcxproj.filters | 22 | ||||
-rw-r--r-- | visual-studio/12-static/testdll/testdll.vcxproj | 123 | ||||
-rw-r--r-- | visual-studio/12-static/testdll/testdll.vcxproj.filters | 22 |
7 files changed, 0 insertions, 517 deletions
diff --git a/visual-studio/12-static/dl/dl.vcxproj b/visual-studio/12-static/dl/dl.vcxproj deleted file mode 100644 index 01e0c37..0000000 --- a/visual-studio/12-static/dl/dl.vcxproj +++ /dev/null | |||
@@ -1,126 +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="Debug|Win32"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>Win32</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Debug|x64"> | ||
9 | <Configuration>Debug</Configuration> | ||
10 | <Platform>x64</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Release|Win32"> | ||
13 | <Configuration>Release</Configuration> | ||
14 | <Platform>Win32</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Release|x64"> | ||
17 | <Configuration>Release</Configuration> | ||
18 | <Platform>x64</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | </ItemGroup> | ||
21 | <PropertyGroup Label="Globals"> | ||
22 | <ProjectGuid>{2AEB7143-35F8-488A-9414-CA4B0B45D16E}</ProjectGuid> | ||
23 | <RootNamespace>dl</RootNamespace> | ||
24 | </PropertyGroup> | ||
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
27 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
28 | <UseDebugLibraries>true</UseDebugLibraries> | ||
29 | <PlatformToolset>v120</PlatformToolset> | ||
30 | <CharacterSet>MultiByte</CharacterSet> | ||
31 | </PropertyGroup> | ||
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
33 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
34 | <UseDebugLibraries>true</UseDebugLibraries> | ||
35 | <PlatformToolset>v120</PlatformToolset> | ||
36 | <CharacterSet>MultiByte</CharacterSet> | ||
37 | </PropertyGroup> | ||
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
39 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
40 | <UseDebugLibraries>false</UseDebugLibraries> | ||
41 | <PlatformToolset>v120</PlatformToolset> | ||
42 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
43 | <CharacterSet>MultiByte</CharacterSet> | ||
44 | </PropertyGroup> | ||
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
46 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
47 | <UseDebugLibraries>false</UseDebugLibraries> | ||
48 | <PlatformToolset>v120</PlatformToolset> | ||
49 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
50 | <CharacterSet>MultiByte</CharacterSet> | ||
51 | </PropertyGroup> | ||
52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
53 | <ImportGroup Label="ExtensionSettings"> | ||
54 | </ImportGroup> | ||
55 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
57 | </ImportGroup> | ||
58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
60 | </ImportGroup> | ||
61 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
63 | </ImportGroup> | ||
64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
66 | </ImportGroup> | ||
67 | <PropertyGroup Label="UserMacros" /> | ||
68 | <PropertyGroup /> | ||
69 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
70 | <ClCompile> | ||
71 | <WarningLevel>Level2</WarningLevel> | ||
72 | <Optimization>Disabled</Optimization> | ||
73 | <SDLCheck>true</SDLCheck> | ||
74 | </ClCompile> | ||
75 | <Link> | ||
76 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
77 | </Link> | ||
78 | </ItemDefinitionGroup> | ||
79 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
80 | <ClCompile> | ||
81 | <WarningLevel>Level2</WarningLevel> | ||
82 | <Optimization>Disabled</Optimization> | ||
83 | <SDLCheck>true</SDLCheck> | ||
84 | </ClCompile> | ||
85 | <Link> | ||
86 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
87 | </Link> | ||
88 | </ItemDefinitionGroup> | ||
89 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
90 | <ClCompile> | ||
91 | <WarningLevel>Level2</WarningLevel> | ||
92 | <Optimization>MaxSpeed</Optimization> | ||
93 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
94 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
95 | <SDLCheck>true</SDLCheck> | ||
96 | </ClCompile> | ||
97 | <Link> | ||
98 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
99 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
100 | <OptimizeReferences>true</OptimizeReferences> | ||
101 | </Link> | ||
102 | </ItemDefinitionGroup> | ||
103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
104 | <ClCompile> | ||
105 | <WarningLevel>Level2</WarningLevel> | ||
106 | <Optimization>MaxSpeed</Optimization> | ||
107 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
108 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
109 | <SDLCheck>true</SDLCheck> | ||
110 | </ClCompile> | ||
111 | <Link> | ||
112 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
113 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
114 | <OptimizeReferences>true</OptimizeReferences> | ||
115 | </Link> | ||
116 | </ItemDefinitionGroup> | ||
117 | <ItemGroup> | ||
118 | <ClCompile Include="..\..\..\dlfcn.c" /> | ||
119 | </ItemGroup> | ||
120 | <ItemGroup> | ||
121 | <ClInclude Include="..\..\..\dlfcn.h" /> | ||
122 | </ItemGroup> | ||
123 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
124 | <ImportGroup Label="ExtensionTargets"> | ||
125 | </ImportGroup> | ||
126 | </Project> \ No newline at end of file | ||
diff --git a/visual-studio/12-static/dl/dl.vcxproj.filters b/visual-studio/12-static/dl/dl.vcxproj.filters deleted file mode 100644 index fdbe3d9..0000000 --- a/visual-studio/12-static/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-static/dlfcn-win32.sln b/visual-studio/12-static/dlfcn-win32.sln deleted file mode 100644 index cf84736..0000000 --- a/visual-studio/12-static/dlfcn-win32.sln +++ /dev/null | |||
@@ -1,61 +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 | Release|ARM = Release|ARM | ||
23 | Release|Win32 = Release|Win32 | ||
24 | Release|x64 = Release|x64 | ||
25 | EndGlobalSection | ||
26 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
27 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|ARM.ActiveCfg = Debug|Win32 | ||
28 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
29 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|Win32.Build.0 = Debug|Win32 | ||
30 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|x64.ActiveCfg = Debug|x64 | ||
31 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|x64.Build.0 = Debug|x64 | ||
32 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|ARM.ActiveCfg = Release|Win32 | ||
33 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|Win32.ActiveCfg = Release|Win32 | ||
34 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|Win32.Build.0 = Release|Win32 | ||
35 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|x64.ActiveCfg = Release|x64 | ||
36 | {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|x64.Build.0 = Release|x64 | ||
37 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|ARM.ActiveCfg = Debug|Win32 | ||
38 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
39 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|Win32.Build.0 = Debug|Win32 | ||
40 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|x64.ActiveCfg = Debug|x64 | ||
41 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|x64.Build.0 = Debug|x64 | ||
42 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|ARM.ActiveCfg = Release|Win32 | ||
43 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|Win32.ActiveCfg = Release|Win32 | ||
44 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|Win32.Build.0 = Release|Win32 | ||
45 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|x64.ActiveCfg = Release|x64 | ||
46 | {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|x64.Build.0 = Release|x64 | ||
47 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|ARM.ActiveCfg = Debug|Win32 | ||
48 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
49 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|Win32.Build.0 = Debug|Win32 | ||
50 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|x64.ActiveCfg = Debug|x64 | ||
51 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|x64.Build.0 = Debug|x64 | ||
52 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|ARM.ActiveCfg = Release|Win32 | ||
53 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|Win32.ActiveCfg = Release|Win32 | ||
54 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|Win32.Build.0 = Release|Win32 | ||
55 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|x64.ActiveCfg = Release|x64 | ||
56 | {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|x64.Build.0 = Release|x64 | ||
57 | EndGlobalSection | ||
58 | GlobalSection(SolutionProperties) = preSolution | ||
59 | HideSolutionNode = FALSE | ||
60 | EndGlobalSection | ||
61 | EndGlobal | ||
diff --git a/visual-studio/12-static/test/test.vcxproj b/visual-studio/12-static/test/test.vcxproj deleted file mode 100644 index d9fd9e0..0000000 --- a/visual-studio/12-static/test/test.vcxproj +++ /dev/null | |||
@@ -1,136 +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="Debug|Win32"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>Win32</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Debug|x64"> | ||
9 | <Configuration>Debug</Configuration> | ||
10 | <Platform>x64</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Release|Win32"> | ||
13 | <Configuration>Release</Configuration> | ||
14 | <Platform>Win32</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Release|x64"> | ||
17 | <Configuration>Release</Configuration> | ||
18 | <Platform>x64</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | </ItemGroup> | ||
21 | <PropertyGroup Label="Globals"> | ||
22 | <ProjectGuid>{36E45DAF-D2EC-4660-B84F-3BC72664643E}</ProjectGuid> | ||
23 | <RootNamespace>test</RootNamespace> | ||
24 | </PropertyGroup> | ||
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
27 | <ConfigurationType>Application</ConfigurationType> | ||
28 | <UseDebugLibraries>true</UseDebugLibraries> | ||
29 | <PlatformToolset>v120</PlatformToolset> | ||
30 | <CharacterSet>MultiByte</CharacterSet> | ||
31 | </PropertyGroup> | ||
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
33 | <ConfigurationType>Application</ConfigurationType> | ||
34 | <UseDebugLibraries>true</UseDebugLibraries> | ||
35 | <PlatformToolset>v120</PlatformToolset> | ||
36 | <CharacterSet>MultiByte</CharacterSet> | ||
37 | </PropertyGroup> | ||
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
39 | <ConfigurationType>Application</ConfigurationType> | ||
40 | <UseDebugLibraries>false</UseDebugLibraries> | ||
41 | <PlatformToolset>v120</PlatformToolset> | ||
42 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
43 | <CharacterSet>MultiByte</CharacterSet> | ||
44 | </PropertyGroup> | ||
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
46 | <ConfigurationType>Application</ConfigurationType> | ||
47 | <UseDebugLibraries>false</UseDebugLibraries> | ||
48 | <PlatformToolset>v120</PlatformToolset> | ||
49 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
50 | <CharacterSet>MultiByte</CharacterSet> | ||
51 | </PropertyGroup> | ||
52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
53 | <ImportGroup Label="ExtensionSettings"> | ||
54 | </ImportGroup> | ||
55 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
57 | </ImportGroup> | ||
58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
60 | </ImportGroup> | ||
61 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
63 | </ImportGroup> | ||
64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
66 | </ImportGroup> | ||
67 | <PropertyGroup Label="UserMacros" /> | ||
68 | <PropertyGroup /> | ||
69 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
70 | <ClCompile> | ||
71 | <WarningLevel>Level3</WarningLevel> | ||
72 | <Optimization>Disabled</Optimization> | ||
73 | <SDLCheck>true</SDLCheck> | ||
74 | </ClCompile> | ||
75 | <Link> | ||
76 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
77 | </Link> | ||
78 | </ItemDefinitionGroup> | ||
79 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
80 | <ClCompile> | ||
81 | <WarningLevel>Level3</WarningLevel> | ||
82 | <Optimization>Disabled</Optimization> | ||
83 | <SDLCheck>true</SDLCheck> | ||
84 | </ClCompile> | ||
85 | <Link> | ||
86 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
87 | </Link> | ||
88 | </ItemDefinitionGroup> | ||
89 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
90 | <ClCompile> | ||
91 | <WarningLevel>Level3</WarningLevel> | ||
92 | <Optimization>MaxSpeed</Optimization> | ||
93 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
94 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
95 | <SDLCheck>true</SDLCheck> | ||
96 | </ClCompile> | ||
97 | <Link> | ||
98 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
99 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
100 | <OptimizeReferences>true</OptimizeReferences> | ||
101 | </Link> | ||
102 | </ItemDefinitionGroup> | ||
103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
104 | <ClCompile> | ||
105 | <WarningLevel>Level3</WarningLevel> | ||
106 | <Optimization>MaxSpeed</Optimization> | ||
107 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
108 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
109 | <SDLCheck>true</SDLCheck> | ||
110 | </ClCompile> | ||
111 | <Link> | ||
112 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
113 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
114 | <OptimizeReferences>true</OptimizeReferences> | ||
115 | </Link> | ||
116 | </ItemDefinitionGroup> | ||
117 | <ItemGroup> | ||
118 | <ClCompile Include="..\..\..\test.c" /> | ||
119 | </ItemGroup> | ||
120 | <ItemGroup> | ||
121 | <ProjectReference Include="..\dl\dl.vcxproj"> | ||
122 | <Project>{2aeb7143-35f8-488a-9414-ca4b0b45d16e}</Project> | ||
123 | </ProjectReference> | ||
124 | <ProjectReference Include="..\testdll\testdll.vcxproj"> | ||
125 | <Project>{583aa2b8-b981-4de9-a374-47ec9f817c5e}</Project> | ||
126 | <Private>false</Private> | ||
127 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||
128 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | ||
129 | <LinkLibraryDependencies>false</LinkLibraryDependencies> | ||
130 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> | ||
131 | </ProjectReference> | ||
132 | </ItemGroup> | ||
133 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
134 | <ImportGroup Label="ExtensionTargets"> | ||
135 | </ImportGroup> | ||
136 | </Project> | ||
diff --git a/visual-studio/12-static/test/test.vcxproj.filters b/visual-studio/12-static/test/test.vcxproj.filters deleted file mode 100644 index 583bc6f..0000000 --- a/visual-studio/12-static/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-static/testdll/testdll.vcxproj b/visual-studio/12-static/testdll/testdll.vcxproj deleted file mode 100644 index 5aa3c94..0000000 --- a/visual-studio/12-static/testdll/testdll.vcxproj +++ /dev/null | |||
@@ -1,123 +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="Debug|Win32"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>Win32</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Debug|x64"> | ||
9 | <Configuration>Debug</Configuration> | ||
10 | <Platform>x64</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Release|Win32"> | ||
13 | <Configuration>Release</Configuration> | ||
14 | <Platform>Win32</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Release|x64"> | ||
17 | <Configuration>Release</Configuration> | ||
18 | <Platform>x64</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | </ItemGroup> | ||
21 | <PropertyGroup Label="Globals"> | ||
22 | <ProjectGuid>{583AA2B8-B981-4DE9-A374-47EC9F817C5E}</ProjectGuid> | ||
23 | <RootNamespace>testdll</RootNamespace> | ||
24 | </PropertyGroup> | ||
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
27 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
28 | <UseDebugLibraries>true</UseDebugLibraries> | ||
29 | <PlatformToolset>v120</PlatformToolset> | ||
30 | <CharacterSet>MultiByte</CharacterSet> | ||
31 | </PropertyGroup> | ||
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
33 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
34 | <UseDebugLibraries>true</UseDebugLibraries> | ||
35 | <PlatformToolset>v120</PlatformToolset> | ||
36 | <CharacterSet>MultiByte</CharacterSet> | ||
37 | </PropertyGroup> | ||
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
39 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
40 | <UseDebugLibraries>false</UseDebugLibraries> | ||
41 | <PlatformToolset>v120</PlatformToolset> | ||
42 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
43 | <CharacterSet>MultiByte</CharacterSet> | ||
44 | </PropertyGroup> | ||
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
46 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
47 | <UseDebugLibraries>false</UseDebugLibraries> | ||
48 | <PlatformToolset>v120</PlatformToolset> | ||
49 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
50 | <CharacterSet>MultiByte</CharacterSet> | ||
51 | </PropertyGroup> | ||
52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
53 | <ImportGroup Label="ExtensionSettings"> | ||
54 | </ImportGroup> | ||
55 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
57 | </ImportGroup> | ||
58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
60 | </ImportGroup> | ||
61 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
63 | </ImportGroup> | ||
64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
66 | </ImportGroup> | ||
67 | <PropertyGroup Label="UserMacros" /> | ||
68 | <PropertyGroup /> | ||
69 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
70 | <ClCompile> | ||
71 | <WarningLevel>Level3</WarningLevel> | ||
72 | <Optimization>Disabled</Optimization> | ||
73 | <SDLCheck>true</SDLCheck> | ||
74 | </ClCompile> | ||
75 | <Link> | ||
76 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
77 | </Link> | ||
78 | </ItemDefinitionGroup> | ||
79 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
80 | <ClCompile> | ||
81 | <WarningLevel>Level3</WarningLevel> | ||
82 | <Optimization>Disabled</Optimization> | ||
83 | <SDLCheck>true</SDLCheck> | ||
84 | </ClCompile> | ||
85 | <Link> | ||
86 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
87 | </Link> | ||
88 | </ItemDefinitionGroup> | ||
89 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
90 | <ClCompile> | ||
91 | <WarningLevel>Level3</WarningLevel> | ||
92 | <Optimization>MaxSpeed</Optimization> | ||
93 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
94 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
95 | <SDLCheck>true</SDLCheck> | ||
96 | </ClCompile> | ||
97 | <Link> | ||
98 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
99 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
100 | <OptimizeReferences>true</OptimizeReferences> | ||
101 | </Link> | ||
102 | </ItemDefinitionGroup> | ||
103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
104 | <ClCompile> | ||
105 | <WarningLevel>Level3</WarningLevel> | ||
106 | <Optimization>MaxSpeed</Optimization> | ||
107 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
108 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
109 | <SDLCheck>true</SDLCheck> | ||
110 | </ClCompile> | ||
111 | <Link> | ||
112 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
113 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
114 | <OptimizeReferences>true</OptimizeReferences> | ||
115 | </Link> | ||
116 | </ItemDefinitionGroup> | ||
117 | <ItemGroup> | ||
118 | <ClCompile Include="..\..\..\testdll.c" /> | ||
119 | </ItemGroup> | ||
120 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
121 | <ImportGroup Label="ExtensionTargets"> | ||
122 | </ImportGroup> | ||
123 | </Project> \ No newline at end of file | ||
diff --git a/visual-studio/12-static/testdll/testdll.vcxproj.filters b/visual-studio/12-static/testdll/testdll.vcxproj.filters deleted file mode 100644 index 370a93d..0000000 --- a/visual-studio/12-static/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> | ||