]> git.sur5r.net Git - cc65/blob - src/common.vcxproj
Typo
[cc65] / src / common.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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   </PropertyGroup>
114   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
115   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
116     <ConfigurationType>StaticLibrary</ConfigurationType>
117     <UseDebugLibraries>true</UseDebugLibraries>
118     <PlatformToolset>v140</PlatformToolset>
119   </PropertyGroup>
120   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
121     <UseDebugLibraries>false</UseDebugLibraries>
122     <WholeProgramOptimization>true</WholeProgramOptimization>
123     <ConfigurationType>StaticLibrary</ConfigurationType>
124     <PlatformToolset>v140</PlatformToolset>
125   </PropertyGroup>
126   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
127   <ImportGroup Label="ExtensionSettings">
128   </ImportGroup>
129   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
130     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
131   </ImportGroup>
132   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
133     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
134   </ImportGroup>
135   <PropertyGroup Label="UserMacros" />
136   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
137     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
138     <OutDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</OutDir>
139   </PropertyGroup>
140   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
141   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
142     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
143     <OutDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</OutDir>
144   </PropertyGroup>
145   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
146     <ClCompile>
147       <PrecompiledHeader>
148       </PrecompiledHeader>
149       <WarningLevel>Level3</WarningLevel>
150       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_LIB;_DEBUG</PreprocessorDefinitions>
151       <TreatWarningAsError>true</TreatWarningAsError>
152     </ClCompile>
153     <Link>
154       <SubSystem>Windows</SubSystem>
155       <GenerateDebugInformation>true</GenerateDebugInformation>
156     </Link>
157     <Lib />
158     <Lib>
159       <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
160     </Lib>
161   </ItemDefinitionGroup>
162   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
163     <ClCompile>
164       <WarningLevel>Level3</WarningLevel>
165       <PrecompiledHeader>
166       </PrecompiledHeader>
167       <FunctionLevelLinking>true</FunctionLevelLinking>
168       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_LIB;NDEBUG</PreprocessorDefinitions>
169       <TreatWarningAsError>true</TreatWarningAsError>
170     </ClCompile>
171     <Link>
172       <SubSystem>Windows</SubSystem>
173       <GenerateDebugInformation>true</GenerateDebugInformation>
174       <EnableCOMDATFolding>true</EnableCOMDATFolding>
175       <OptimizeReferences>true</OptimizeReferences>
176     </Link>
177     <Lib />
178     <Lib>
179       <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
180     </Lib>
181   </ItemDefinitionGroup>
182   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
183   <ImportGroup Label="ExtensionTargets">
184   </ImportGroup>
185 </Project>