]> git.sur5r.net Git - cc65/blob - src/ca65.vcxproj
Avoid tmpfile().
[cc65] / src / ca65.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>{D28CB737-E6CA-49C4-8CE9-FF05F86DD4EC}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>ca65</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     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
38     <OutDir>$(SolutionDir)..\bin\</OutDir>
39     <LinkIncremental>true</LinkIncremental>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
42     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
43     <OutDir>$(SolutionDir)..\bin\</OutDir>
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       <TreatWarningAsError>true</TreatWarningAsError>
52       <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
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       <TreatWarningAsError>true</TreatWarningAsError>
67       <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
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     <ClInclude Include="ca65\anonname.h" />
77     <ClInclude Include="ca65\asserts.h" />
78     <ClInclude Include="ca65\condasm.h" />
79     <ClInclude Include="ca65\dbginfo.h" />
80     <ClInclude Include="ca65\ea.h" />
81     <ClInclude Include="ca65\ea65.h" />
82     <ClInclude Include="ca65\easw16.h" />
83     <ClInclude Include="ca65\enum.h" />
84     <ClInclude Include="ca65\error.h" />
85     <ClInclude Include="ca65\expr.h" />
86     <ClInclude Include="ca65\feature.h" />
87     <ClInclude Include="ca65\filetab.h" />
88     <ClInclude Include="ca65\fragment.h" />
89     <ClInclude Include="ca65\global.h" />
90     <ClInclude Include="ca65\incpath.h" />
91     <ClInclude Include="ca65\instr.h" />
92     <ClInclude Include="ca65\istack.h" />
93     <ClInclude Include="ca65\lineinfo.h" />
94     <ClInclude Include="ca65\listing.h" />
95     <ClInclude Include="ca65\macro.h" />
96     <ClInclude Include="ca65\nexttok.h" />
97     <ClInclude Include="ca65\objcode.h" />
98     <ClInclude Include="ca65\objfile.h" />
99     <ClInclude Include="ca65\options.h" />
100     <ClInclude Include="ca65\pseudo.h" />
101     <ClInclude Include="ca65\repeat.h" />
102     <ClInclude Include="ca65\scanner.h" />
103     <ClInclude Include="ca65\segdef.h" />
104     <ClInclude Include="ca65\segment.h" />
105     <ClInclude Include="ca65\sizeof.h" />
106     <ClInclude Include="ca65\span.h" />
107     <ClInclude Include="ca65\spool.h" />
108     <ClInclude Include="ca65\struct.h" />
109     <ClInclude Include="ca65\studyexpr.h" />
110     <ClInclude Include="ca65\symbol.h" />
111     <ClInclude Include="ca65\symentry.h" />
112     <ClInclude Include="ca65\symtab.h" />
113     <ClInclude Include="ca65\token.h" />
114     <ClInclude Include="ca65\toklist.h" />
115     <ClInclude Include="ca65\ulabel.h" />
116   </ItemGroup>
117   <ItemGroup>
118     <ClCompile Include="ca65\anonname.c" />
119     <ClCompile Include="ca65\asserts.c" />
120     <ClCompile Include="ca65\condasm.c" />
121     <ClCompile Include="ca65\dbginfo.c" />
122     <ClCompile Include="ca65\ea65.c" />
123     <ClCompile Include="ca65\easw16.c" />
124     <ClCompile Include="ca65\enum.c" />
125     <ClCompile Include="ca65\error.c" />
126     <ClCompile Include="ca65\expr.c" />
127     <ClCompile Include="ca65\feature.c" />
128     <ClCompile Include="ca65\filetab.c" />
129     <ClCompile Include="ca65\fragment.c" />
130     <ClCompile Include="ca65\global.c" />
131     <ClCompile Include="ca65\incpath.c" />
132     <ClCompile Include="ca65\instr.c" />
133     <ClCompile Include="ca65\istack.c" />
134     <ClCompile Include="ca65\lineinfo.c" />
135     <ClCompile Include="ca65\listing.c" />
136     <ClCompile Include="ca65\macro.c" />
137     <ClCompile Include="ca65\main.c" />
138     <ClCompile Include="ca65\nexttok.c" />
139     <ClCompile Include="ca65\objcode.c" />
140     <ClCompile Include="ca65\objfile.c" />
141     <ClCompile Include="ca65\options.c" />
142     <ClCompile Include="ca65\pseudo.c" />
143     <ClCompile Include="ca65\repeat.c" />
144     <ClCompile Include="ca65\scanner.c" />
145     <ClCompile Include="ca65\segdef.c" />
146     <ClCompile Include="ca65\segment.c" />
147     <ClCompile Include="ca65\sizeof.c" />
148     <ClCompile Include="ca65\span.c" />
149     <ClCompile Include="ca65\spool.c" />
150     <ClCompile Include="ca65\struct.c" />
151     <ClCompile Include="ca65\studyexpr.c" />
152     <ClCompile Include="ca65\symbol.c" />
153     <ClCompile Include="ca65\symentry.c" />
154     <ClCompile Include="ca65\symtab.c" />
155     <ClCompile Include="ca65\token.c" />
156     <ClCompile Include="ca65\toklist.c" />
157     <ClCompile Include="ca65\ulabel.c" />
158   </ItemGroup>
159   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
160   <ImportGroup Label="ExtensionTargets">
161   </ImportGroup>
162 </Project>