]> git.sur5r.net Git - cc65/blob - src/da65.vcxproj
Merge remote-tracking branch 'upstream/master' into cassette
[cc65] / src / da65.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   <PropertyGroup Label="Globals">
14     <ProjectGuid>{0BCFB793-2B25-40E2-B265-75848824AC4C}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>da65</RootNamespace>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20     <UseDebugLibraries>true</UseDebugLibraries>
21   </PropertyGroup>
22   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
23     <UseDebugLibraries>false</UseDebugLibraries>
24     <WholeProgramOptimization>true</WholeProgramOptimization>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
27   <ImportGroup Label="ExtensionSettings">
28   </ImportGroup>
29   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
30     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
31   </ImportGroup>
32   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
33     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34   </ImportGroup>
35   <PropertyGroup Label="UserMacros" />
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37     <LinkIncremental>true</LinkIncremental>
38     <OutDir>$(SolutionDir)..\bin\</OutDir>
39     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
42     <OutDir>$(SolutionDir)..\bin\</OutDir>
43     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
44   </PropertyGroup>
45   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46     <ClCompile>
47       <PrecompiledHeader>
48       </PrecompiledHeader>
49       <WarningLevel>Level3</WarningLevel>
50       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG</PreprocessorDefinitions>
51       <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
52       <TreatWarningAsError>true</TreatWarningAsError>
53     </ClCompile>
54     <Link>
55       <SubSystem>Console</SubSystem>
56       <GenerateDebugInformation>true</GenerateDebugInformation>
57       <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
58     </Link>
59   </ItemDefinitionGroup>
60   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61     <ClCompile>
62       <WarningLevel>Level3</WarningLevel>
63       <PrecompiledHeader>
64       </PrecompiledHeader>
65       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG</PreprocessorDefinitions>
66       <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
67       <TreatWarningAsError>true</TreatWarningAsError>
68     </ClCompile>
69     <Link>
70       <SubSystem>Console</SubSystem>
71       <GenerateDebugInformation>false</GenerateDebugInformation>
72       <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
73     </Link>
74   </ItemDefinitionGroup>
75   <ItemGroup>
76     <ClCompile Include="da65\asminc.c" />
77     <ClCompile Include="da65\attrtab.c" />
78     <ClCompile Include="da65\code.c" />
79     <ClCompile Include="da65\comments.c" />
80     <ClCompile Include="da65\data.c" />
81     <ClCompile Include="da65\error.c" />
82     <ClCompile Include="da65\global.c" />
83     <ClCompile Include="da65\handler.c" />
84     <ClCompile Include="da65\infofile.c" />
85     <ClCompile Include="da65\labels.c" />
86     <ClCompile Include="da65\main.c" />
87     <ClCompile Include="da65\opc6502.c" />
88     <ClCompile Include="da65\opc6502x.c" />
89     <ClCompile Include="da65\opc65816.c" />
90     <ClCompile Include="da65\opc65c02.c" />
91     <ClCompile Include="da65\opc65sc02.c" />
92     <ClCompile Include="da65\opchuc6280.c" />
93     <ClCompile Include="da65\opcm740.c" />
94     <ClCompile Include="da65\opctable.c" />
95     <ClCompile Include="da65\output.c" />
96     <ClCompile Include="da65\scanner.c" />
97     <ClCompile Include="da65\segment.c" />
98   </ItemGroup>
99   <ItemGroup>
100     <ClInclude Include="da65\asminc.h" />
101     <ClInclude Include="da65\attrtab.h" />
102     <ClInclude Include="da65\code.h" />
103     <ClInclude Include="da65\comments.h" />
104     <ClInclude Include="da65\data.h" />
105     <ClInclude Include="da65\error.h" />
106     <ClInclude Include="da65\global.h" />
107     <ClInclude Include="da65\handler.h" />
108     <ClInclude Include="da65\infofile.h" />
109     <ClInclude Include="da65\labels.h" />
110     <ClInclude Include="da65\opc6502.h" />
111     <ClInclude Include="da65\opc6502x.h" />
112     <ClInclude Include="da65\opc65816.h" />
113     <ClInclude Include="da65\opc65c02.h" />
114     <ClInclude Include="da65\opc65sc02.h" />
115     <ClInclude Include="da65\opcdesc.h" />
116     <ClInclude Include="da65\opchuc6280.h" />
117     <ClInclude Include="da65\opcm740.h" />
118     <ClInclude Include="da65\opctable.h" />
119     <ClInclude Include="da65\output.h" />
120     <ClInclude Include="da65\scanner.h" />
121     <ClInclude Include="da65\segment.h" />
122   </ItemGroup>
123   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
124   <ImportGroup Label="ExtensionTargets">
125   </ImportGroup>
126 </Project>