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