]> git.sur5r.net Git - cc65/blob - src/ld65.vcxproj
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / ld65.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{26C749A0-814C-47A2-9D36-AE92AE932FE4}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>ld65</RootNamespace>
17     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
18   </PropertyGroup>
19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21     <UseDebugLibraries>true</UseDebugLibraries>
22     <PlatformToolset>v141</PlatformToolset>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25     <UseDebugLibraries>false</UseDebugLibraries>
26     <WholeProgramOptimization>true</WholeProgramOptimization>
27     <PlatformToolset>v141</PlatformToolset>
28   </PropertyGroup>
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30   <ImportGroup Label="ExtensionSettings">
31   </ImportGroup>
32   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34   </ImportGroup>
35   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37   </ImportGroup>
38   <PropertyGroup Label="UserMacros" />
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
40     <LinkIncremental>true</LinkIncremental>
41     <OutDir>$(SolutionDir)..\bin\</OutDir>
42     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45     <OutDir>$(SolutionDir)..\bin\</OutDir>
46     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
47   </PropertyGroup>
48   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49     <ClCompile>
50       <PrecompiledHeader>
51       </PrecompiledHeader>
52       <WarningLevel>Level3</WarningLevel>
53       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG</PreprocessorDefinitions>
54       <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
55       <TreatWarningAsError>true</TreatWarningAsError>
56     </ClCompile>
57     <Link>
58       <SubSystem>Console</SubSystem>
59       <GenerateDebugInformation>true</GenerateDebugInformation>
60       <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
61     </Link>
62   </ItemDefinitionGroup>
63   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64     <ClCompile>
65       <WarningLevel>Level3</WarningLevel>
66       <PrecompiledHeader>
67       </PrecompiledHeader>
68       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG</PreprocessorDefinitions>
69       <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
70       <TreatWarningAsError>true</TreatWarningAsError>
71     </ClCompile>
72     <Link>
73       <SubSystem>Console</SubSystem>
74       <GenerateDebugInformation>false</GenerateDebugInformation>
75       <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
76     </Link>
77   </ItemDefinitionGroup>
78   <ItemGroup>
79     <ClInclude Include="ld65\asserts.h" />
80     <ClInclude Include="ld65\bin.h" />
81     <ClInclude Include="ld65\binfmt.h" />
82     <ClInclude Include="ld65\cfgexpr.h" />
83     <ClInclude Include="ld65\condes.h" />
84     <ClInclude Include="ld65\config.h" />
85     <ClInclude Include="ld65\dbgfile.h" />
86     <ClInclude Include="ld65\dbgsyms.h" />
87     <ClInclude Include="ld65\error.h" />
88     <ClInclude Include="ld65\exports.h" />
89     <ClInclude Include="ld65\expr.h" />
90     <ClInclude Include="ld65\extsyms.h" />
91     <ClInclude Include="ld65\fileinfo.h" />
92     <ClInclude Include="ld65\fileio.h" />
93     <ClInclude Include="ld65\filepath.h" />
94     <ClInclude Include="ld65\fragment.h" />
95     <ClInclude Include="ld65\global.h" />
96     <ClInclude Include="ld65\library.h" />
97     <ClInclude Include="ld65\lineinfo.h" />
98     <ClInclude Include="ld65\mapfile.h" />
99     <ClInclude Include="ld65\memarea.h" />
100     <ClInclude Include="ld65\o65.h" />
101     <ClInclude Include="ld65\objdata.h" />
102     <ClInclude Include="ld65\objfile.h" />
103     <ClInclude Include="ld65\scanner.h" />
104     <ClInclude Include="ld65\scopes.h" />
105     <ClInclude Include="ld65\segments.h" />
106     <ClInclude Include="ld65\span.h" />
107     <ClInclude Include="ld65\spool.h" />
108     <ClInclude Include="ld65\tpool.h" />
109     <ClInclude Include="ld65\xex.h" />
110   </ItemGroup>
111   <ItemGroup>
112     <ClCompile Include="ld65\asserts.c" />
113     <ClCompile Include="ld65\bin.c" />
114     <ClCompile Include="ld65\binfmt.c" />
115     <ClCompile Include="ld65\cfgexpr.c" />
116     <ClCompile Include="ld65\condes.c" />
117     <ClCompile Include="ld65\config.c" />
118     <ClCompile Include="ld65\dbgfile.c" />
119     <ClCompile Include="ld65\dbgsyms.c" />
120     <ClCompile Include="ld65\error.c" />
121     <ClCompile Include="ld65\exports.c" />
122     <ClCompile Include="ld65\expr.c" />
123     <ClCompile Include="ld65\extsyms.c" />
124     <ClCompile Include="ld65\fileinfo.c" />
125     <ClCompile Include="ld65\fileio.c" />
126     <ClCompile Include="ld65\filepath.c" />
127     <ClCompile Include="ld65\fragment.c" />
128     <ClCompile Include="ld65\global.c" />
129     <ClCompile Include="ld65\library.c" />
130     <ClCompile Include="ld65\lineinfo.c" />
131     <ClCompile Include="ld65\main.c" />
132     <ClCompile Include="ld65\mapfile.c" />
133     <ClCompile Include="ld65\memarea.c" />
134     <ClCompile Include="ld65\o65.c" />
135     <ClCompile Include="ld65\objdata.c" />
136     <ClCompile Include="ld65\objfile.c" />
137     <ClCompile Include="ld65\scanner.c" />
138     <ClCompile Include="ld65\scopes.c" />
139     <ClCompile Include="ld65\segments.c" />
140     <ClCompile Include="ld65\span.c" />
141     <ClCompile Include="ld65\spool.c" />
142     <ClCompile Include="ld65\tpool.c" />
143     <ClCompile Include="ld65\xex.c" />
144   </ItemGroup>
145   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
146   <ImportGroup Label="ExtensionTargets">
147   </ImportGroup>
148 </Project>