diff options
Diffstat (limited to 'w32/VS2013/largepost.vcxproj')
-rw-r--r-- | w32/VS2013/largepost.vcxproj | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/w32/VS2013/largepost.vcxproj b/w32/VS2013/largepost.vcxproj new file mode 100644 index 00000000..79315489 --- /dev/null +++ b/w32/VS2013/largepost.vcxproj | |||
@@ -0,0 +1,91 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> | ||
4 | <ItemGroup Label="ProjectConfigurations"> | ||
5 | <ProjectConfiguration Include="Debug-dll|Win32"> | ||
6 | <Configuration>Debug-dll</Configuration> | ||
7 | <Platform>Win32</Platform> | ||
8 | </ProjectConfiguration> | ||
9 | <ProjectConfiguration Include="Debug-dll|x64"> | ||
10 | <Configuration>Debug-dll</Configuration> | ||
11 | <Platform>x64</Platform> | ||
12 | </ProjectConfiguration> | ||
13 | <ProjectConfiguration Include="Debug-static|Win32"> | ||
14 | <Configuration>Debug-static</Configuration> | ||
15 | <Platform>Win32</Platform> | ||
16 | </ProjectConfiguration> | ||
17 | <ProjectConfiguration Include="Debug-static|x64"> | ||
18 | <Configuration>Debug-static</Configuration> | ||
19 | <Platform>x64</Platform> | ||
20 | </ProjectConfiguration> | ||
21 | <ProjectConfiguration Include="Release-dll|Win32"> | ||
22 | <Configuration>Release-dll</Configuration> | ||
23 | <Platform>Win32</Platform> | ||
24 | </ProjectConfiguration> | ||
25 | <ProjectConfiguration Include="Release-dll|x64"> | ||
26 | <Configuration>Release-dll</Configuration> | ||
27 | <Platform>x64</Platform> | ||
28 | </ProjectConfiguration> | ||
29 | <ProjectConfiguration Include="Release-static|Win32"> | ||
30 | <Configuration>Release-static</Configuration> | ||
31 | <Platform>Win32</Platform> | ||
32 | </ProjectConfiguration> | ||
33 | <ProjectConfiguration Include="Release-static|x64"> | ||
34 | <Configuration>Release-static</Configuration> | ||
35 | <Platform>x64</Platform> | ||
36 | </ProjectConfiguration> | ||
37 | </ItemGroup> | ||
38 | <Import Project="$(MhdW32Common)\largepost-files.vcxproj" /> | ||
39 | <PropertyGroup Label="Globals"> | ||
40 | <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid> | ||
41 | <Keyword>Win32Proj</Keyword> | ||
42 | <RootNamespace>largepost</RootNamespace> | ||
43 | </PropertyGroup> | ||
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
45 | <PropertyGroup> | ||
46 | <PreferredToolArchitecture>x64</PreferredToolArchitecture> | ||
47 | </PropertyGroup> | ||
48 | <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration"> | ||
49 | <ConfigurationType>Application</ConfigurationType> | ||
50 | <UseDebugLibraries>true</UseDebugLibraries> | ||
51 | <PlatformToolset>v120</PlatformToolset> | ||
52 | <CharacterSet>Unicode</CharacterSet> | ||
53 | </PropertyGroup> | ||
54 | <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration"> | ||
55 | <ConfigurationType>Application</ConfigurationType> | ||
56 | <UseDebugLibraries>true</UseDebugLibraries> | ||
57 | <PlatformToolset>v120</PlatformToolset> | ||
58 | <CharacterSet>Unicode</CharacterSet> | ||
59 | </PropertyGroup> | ||
60 | <PropertyGroup Condition="'$(Configuration)'=='Release-static'" Label="Configuration"> | ||
61 | <ConfigurationType>Application</ConfigurationType> | ||
62 | <UseDebugLibraries>false</UseDebugLibraries> | ||
63 | <PlatformToolset>v120</PlatformToolset> | ||
64 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
65 | <CharacterSet>Unicode</CharacterSet> | ||
66 | </PropertyGroup> | ||
67 | <PropertyGroup Condition="'$(Configuration)'=='Release-dll'" Label="Configuration"> | ||
68 | <ConfigurationType>Application</ConfigurationType> | ||
69 | <UseDebugLibraries>false</UseDebugLibraries> | ||
70 | <PlatformToolset>v120</PlatformToolset> | ||
71 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
72 | <CharacterSet>Unicode</CharacterSet> | ||
73 | </PropertyGroup> | ||
74 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
75 | <ImportGroup Label="ExtensionSettings"> | ||
76 | </ImportGroup> | ||
77 | <ImportGroup Label="PropertySheets"> | ||
78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
79 | </ImportGroup> | ||
80 | <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> | ||
81 | <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> | ||
82 | <PropertyGroup /> | ||
83 | <ItemDefinitionGroup> | ||
84 | <ClCompile /> | ||
85 | <Link /> | ||
86 | <ProjectReference /> | ||
87 | </ItemDefinitionGroup> | ||
88 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
89 | <ImportGroup Label="ExtensionTargets"> | ||
90 | </ImportGroup> | ||
91 | </Project> \ No newline at end of file | ||