| |
1 <?xml version="1.0" encoding="utf-8"?> |
| |
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| |
3 <ItemGroup Label="ProjectConfigurations"> |
| |
4 <ProjectConfiguration Include="Debug|x64"> |
| |
5 <Configuration>Debug</Configuration> |
| |
6 <Platform>x64</Platform> |
| |
7 </ProjectConfiguration> |
| |
8 <ProjectConfiguration Include="Release|x64"> |
| |
9 <Configuration>Release</Configuration> |
| |
10 <Platform>x64</Platform> |
| |
11 </ProjectConfiguration> |
| |
12 </ItemGroup> |
| |
13 <ItemGroup> |
| |
14 <ClCompile Include="..\src\arguments.c" /> |
| |
15 <ClCompile Include="..\src\bfile_heuristics.c" /> |
| |
16 <ClCompile Include="..\src\cline.c" /> |
| |
17 <ClCompile Include="..\src\regex_parser.c" /> |
| |
18 <ClCompile Include="..\src\scanner.c" /> |
| |
19 <ClCompile Include="..\src\settings.c" /> |
| |
20 <ClCompile Include="..\src\string_list.c" /> |
| |
21 </ItemGroup> |
| |
22 <ItemGroup> |
| |
23 <ClInclude Include="..\src\arguments.h" /> |
| |
24 <ClInclude Include="..\src\bfile_heuristics.h" /> |
| |
25 <ClInclude Include="..\src\cline.h" /> |
| |
26 <ClInclude Include="..\src\regex_parser.h" /> |
| |
27 <ClInclude Include="..\src\scanner.h" /> |
| |
28 <ClInclude Include="..\src\settings.h" /> |
| |
29 <ClInclude Include="..\src\stdinc.h" /> |
| |
30 <ClInclude Include="..\src\string_list.h" /> |
| |
31 </ItemGroup> |
| |
32 <PropertyGroup Label="Globals"> |
| |
33 <VCProjectVersion>17.0</VCProjectVersion> |
| |
34 <Keyword>Win32Proj</Keyword> |
| |
35 <ProjectGuid>{79a0817f-8dee-4e0d-9238-53a5023a708d}</ProjectGuid> |
| |
36 <RootNamespace>cline</RootNamespace> |
| |
37 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| |
38 </PropertyGroup> |
| |
39 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| |
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| |
41 <ConfigurationType>Application</ConfigurationType> |
| |
42 <UseDebugLibraries>true</UseDebugLibraries> |
| |
43 <PlatformToolset>v143</PlatformToolset> |
| |
44 <CharacterSet>Unicode</CharacterSet> |
| |
45 </PropertyGroup> |
| |
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| |
47 <ConfigurationType>Application</ConfigurationType> |
| |
48 <UseDebugLibraries>false</UseDebugLibraries> |
| |
49 <PlatformToolset>v143</PlatformToolset> |
| |
50 <WholeProgramOptimization>true</WholeProgramOptimization> |
| |
51 <CharacterSet>Unicode</CharacterSet> |
| |
52 </PropertyGroup> |
| |
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| |
54 <ImportGroup Label="ExtensionSettings"> |
| |
55 </ImportGroup> |
| |
56 <ImportGroup Label="Shared"> |
| |
57 </ImportGroup> |
| |
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| |
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|x64'"> |
| |
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| |
63 </ImportGroup> |
| |
64 <PropertyGroup Label="UserMacros" /> |
| |
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| |
66 <OutDir>$(SolutionDir)..\build\$(Configuration)\bin\</OutDir> |
| |
67 <IntDir>$(SolutionDir)..\build\$(Configuration)\obj\</IntDir> |
| |
68 </PropertyGroup> |
| |
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| |
70 <OutDir>$(SolutionDir)..\build\$(Configuration)\bin\</OutDir> |
| |
71 <IntDir>$(SolutionDir)..\build\$(Configuration)\obj\</IntDir> |
| |
72 </PropertyGroup> |
| |
73 <PropertyGroup Label="Vcpkg"> |
| |
74 <VcpkgEnableManifest>true</VcpkgEnableManifest> |
| |
75 </PropertyGroup> |
| |
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| |
77 <ClCompile> |
| |
78 <WarningLevel>Level3</WarningLevel> |
| |
79 <SDLCheck>true</SDLCheck> |
| |
80 <PreprocessorDefinitions>VERSION="1.4.1-win64-debug";_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
81 <ConformanceMode>true</ConformanceMode> |
| |
82 <LanguageStandard_C>stdc11</LanguageStandard_C> |
| |
83 <AdditionalIncludeDirectories>$(ProjectDir)include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
84 </ClCompile> |
| |
85 <Link> |
| |
86 <SubSystem>Console</SubSystem> |
| |
87 <GenerateDebugInformation>true</GenerateDebugInformation> |
| |
88 </Link> |
| |
89 </ItemDefinitionGroup> |
| |
90 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| |
91 <ClCompile> |
| |
92 <WarningLevel>Level3</WarningLevel> |
| |
93 <FunctionLevelLinking>true</FunctionLevelLinking> |
| |
94 <IntrinsicFunctions>true</IntrinsicFunctions> |
| |
95 <SDLCheck>true</SDLCheck> |
| |
96 <PreprocessorDefinitions>VERSION="1.4.1-win64";NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
97 <ConformanceMode>true</ConformanceMode> |
| |
98 <LanguageStandard_C>stdc11</LanguageStandard_C> |
| |
99 <CompileAs>CompileAsC</CompileAs> |
| |
100 <AdditionalIncludeDirectories>$(ProjectDir)include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
101 </ClCompile> |
| |
102 <Link> |
| |
103 <SubSystem>Console</SubSystem> |
| |
104 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| |
105 <OptimizeReferences>true</OptimizeReferences> |
| |
106 <GenerateDebugInformation>true</GenerateDebugInformation> |
| |
107 </Link> |
| |
108 </ItemDefinitionGroup> |
| |
109 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| |
110 <ImportGroup Label="ExtensionTargets"> |
| |
111 </ImportGroup> |
| |
112 </Project> |