]> git.sur5r.net Git - cc65/blob - src/common.vcxproj
Adds test code for the Atari (xex) linker file format.
[cc65] / src / common.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   <ItemGroup>
14     <ClInclude Include="common\abend.h" />
15     <ClInclude Include="common\addrsize.h" />
16     <ClInclude Include="common\alignment.h" />
17     <ClInclude Include="common\assertion.h" />
18     <ClInclude Include="common\attrib.h" />
19     <ClInclude Include="common\bitops.h" />
20     <ClInclude Include="common\cddefs.h" />
21     <ClInclude Include="common\chartype.h" />
22     <ClInclude Include="common\check.h" />
23     <ClInclude Include="common\cmdline.h" />
24     <ClInclude Include="common\coll.h" />
25     <ClInclude Include="common\cpu.h" />
26     <ClInclude Include="common\debugflag.h" />
27     <ClInclude Include="common\exprdefs.h" />
28     <ClInclude Include="common\fileid.h" />
29     <ClInclude Include="common\filepos.h" />
30     <ClInclude Include="common\filestat.h" />
31     <ClInclude Include="common\filetime.h" />
32     <ClInclude Include="common\filetype.h" />
33     <ClInclude Include="common\fname.h" />
34     <ClInclude Include="common\fp.h" />
35     <ClInclude Include="common\fragdefs.h" />
36     <ClInclude Include="common\gentype.h" />
37     <ClInclude Include="common\hashfunc.h" />
38     <ClInclude Include="common\hashtab.h" />
39     <ClInclude Include="common\hlldbgsym.h" />
40     <ClInclude Include="common\inline.h" />
41     <ClInclude Include="common\intptrstack.h" />
42     <ClInclude Include="common\intstack.h" />
43     <ClInclude Include="common\inttypes.h" />
44     <ClInclude Include="common\libdefs.h" />
45     <ClInclude Include="common\lidefs.h" />
46     <ClInclude Include="common\matchpat.h" />
47     <ClInclude Include="common\mmodel.h" />
48     <ClInclude Include="common\objdefs.h" />
49     <ClInclude Include="common\optdefs.h" />
50     <ClInclude Include="common\print.h" />
51     <ClInclude Include="common\scopedefs.h" />
52     <ClInclude Include="common\searchpath.h" />
53     <ClInclude Include="common\segdefs.h" />
54     <ClInclude Include="common\segnames.h" />
55     <ClInclude Include="common\shift.h" />
56     <ClInclude Include="common\strbuf.h" />
57     <ClInclude Include="common\strpool.h" />
58     <ClInclude Include="common\strstack.h" />
59     <ClInclude Include="common\strutil.h" />
60     <ClInclude Include="common\symdefs.h" />
61     <ClInclude Include="common\target.h" />
62     <ClInclude Include="common\tgttrans.h" />
63     <ClInclude Include="common\va_copy.h" />
64     <ClInclude Include="common\version.h" />
65     <ClInclude Include="common\xmalloc.h" />
66     <ClInclude Include="common\xsprintf.h" />
67   </ItemGroup>
68   <ItemGroup>
69     <ClCompile Include="common\abend.c" />
70     <ClCompile Include="common\addrsize.c" />
71     <ClCompile Include="common\alignment.c" />
72     <ClCompile Include="common\assertion.c" />
73     <ClCompile Include="common\bitops.c" />
74     <ClCompile Include="common\chartype.c" />
75     <ClCompile Include="common\check.c" />
76     <ClCompile Include="common\cmdline.c" />
77     <ClCompile Include="common\coll.c" />
78     <ClCompile Include="common\cpu.c" />
79     <ClCompile Include="common\debugflag.c" />
80     <ClCompile Include="common\exprdefs.c" />
81     <ClCompile Include="common\fileid.c" />
82     <ClCompile Include="common\filepos.c" />
83     <ClCompile Include="common\filestat.c" />
84     <ClCompile Include="common\filetime.c" />
85     <ClCompile Include="common\filetype.c" />
86     <ClCompile Include="common\fname.c" />
87     <ClCompile Include="common\fp.c" />
88     <ClCompile Include="common\gentype.c" />
89     <ClCompile Include="common\hashfunc.c" />
90     <ClCompile Include="common\hashtab.c" />
91     <ClCompile Include="common\intptrstack.c" />
92     <ClCompile Include="common\intstack.c" />
93     <ClCompile Include="common\matchpat.c" />
94     <ClCompile Include="common\mmodel.c" />
95     <ClCompile Include="common\print.c" />
96     <ClCompile Include="common\searchpath.c" />
97     <ClCompile Include="common\segnames.c" />
98     <ClCompile Include="common\shift.c" />
99     <ClCompile Include="common\strbuf.c" />
100     <ClCompile Include="common\strpool.c" />
101     <ClCompile Include="common\strstack.c" />
102     <ClCompile Include="common\strutil.c" />
103     <ClCompile Include="common\target.c" />
104     <ClCompile Include="common\tgttrans.c" />
105     <ClCompile Include="common\version.c" />
106     <ClCompile Include="common\xmalloc.c" />
107     <ClCompile Include="common\xsprintf.c" />
108   </ItemGroup>
109   <PropertyGroup Label="Globals">
110     <ProjectGuid>{71DC1F68-BFC4-478C-8655-C8E9C9654D2B}</ProjectGuid>
111     <Keyword>Win32Proj</Keyword>
112     <RootNamespace>common</RootNamespace>
113     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
114   </PropertyGroup>
115   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
116   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
117     <ConfigurationType>StaticLibrary</ConfigurationType>
118     <UseDebugLibraries>true</UseDebugLibraries>
119     <PlatformToolset>v141</PlatformToolset>
120   </PropertyGroup>
121   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
122     <UseDebugLibraries>false</UseDebugLibraries>
123     <WholeProgramOptimization>true</WholeProgramOptimization>
124     <ConfigurationType>StaticLibrary</ConfigurationType>
125     <PlatformToolset>v141</PlatformToolset>
126   </PropertyGroup>
127   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
128   <ImportGroup Label="ExtensionSettings">
129   </ImportGroup>
130   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
131     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
132   </ImportGroup>
133   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
134     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
135   </ImportGroup>
136   <PropertyGroup Label="UserMacros" />
137   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
138     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
139     <OutDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</OutDir>
140   </PropertyGroup>
141   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
142   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
143     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
144     <OutDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</OutDir>
145   </PropertyGroup>
146   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
147     <ClCompile>
148       <PrecompiledHeader>
149       </PrecompiledHeader>
150       <WarningLevel>Level3</WarningLevel>
151       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_LIB;_DEBUG</PreprocessorDefinitions>
152       <TreatWarningAsError>true</TreatWarningAsError>
153     </ClCompile>
154     <Link>
155       <SubSystem>Windows</SubSystem>
156       <GenerateDebugInformation>true</GenerateDebugInformation>
157     </Link>
158     <Lib />
159     <Lib>
160       <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
161     </Lib>
162   </ItemDefinitionGroup>
163   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
164     <ClCompile>
165       <WarningLevel>Level3</WarningLevel>
166       <PrecompiledHeader>
167       </PrecompiledHeader>
168       <FunctionLevelLinking>true</FunctionLevelLinking>
169       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_LIB;NDEBUG</PreprocessorDefinitions>
170       <TreatWarningAsError>true</TreatWarningAsError>
171     </ClCompile>
172     <Link>
173       <SubSystem>Windows</SubSystem>
174       <GenerateDebugInformation>true</GenerateDebugInformation>
175       <EnableCOMDATFolding>true</EnableCOMDATFolding>
176       <OptimizeReferences>true</OptimizeReferences>
177     </Link>
178     <Lib />
179     <Lib>
180       <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
181     </Lib>
182   </ItemDefinitionGroup>
183   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
184   <ImportGroup Label="ExtensionTargets">
185   </ImportGroup>
186 </Project>