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