]> git.sur5r.net Git - cc65/blob - src/sp65.vcxproj
Removed a "cc65_" prefix.
[cc65] / src / sp65.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.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>{4388D1AF-C7EA-4AD4-8E80-CA1FB7BF76BF}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>sp65</RootNamespace>
17     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
18   </PropertyGroup>
19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21     <UseDebugLibraries>true</UseDebugLibraries>
22     <PlatformToolset>v141</PlatformToolset>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25     <UseDebugLibraries>false</UseDebugLibraries>
26     <WholeProgramOptimization>true</WholeProgramOptimization>
27     <PlatformToolset>v141</PlatformToolset>
28   </PropertyGroup>
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30   <ImportGroup Label="ExtensionSettings">
31   </ImportGroup>
32   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34   </ImportGroup>
35   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37   </ImportGroup>
38   <PropertyGroup Label="UserMacros" />
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
40     <LinkIncremental>true</LinkIncremental>
41     <OutDir>$(SolutionDir)..\bin\</OutDir>
42     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45     <OutDir>$(SolutionDir)..\bin\</OutDir>
46     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
47   </PropertyGroup>
48   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49     <ClCompile>
50       <PrecompiledHeader>
51       </PrecompiledHeader>
52       <WarningLevel>Level3</WarningLevel>
53       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG</PreprocessorDefinitions>
54       <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
55       <TreatWarningAsError>true</TreatWarningAsError>
56     </ClCompile>
57     <Link>
58       <SubSystem>Console</SubSystem>
59       <GenerateDebugInformation>true</GenerateDebugInformation>
60       <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
61     </Link>
62   </ItemDefinitionGroup>
63   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64     <ClCompile>
65       <WarningLevel>Level3</WarningLevel>
66       <PrecompiledHeader>
67       </PrecompiledHeader>
68       <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG</PreprocessorDefinitions>
69       <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
70       <TreatWarningAsError>true</TreatWarningAsError>
71     </ClCompile>
72     <Link>
73       <SubSystem>Console</SubSystem>
74       <GenerateDebugInformation>false</GenerateDebugInformation>
75       <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
76     </Link>
77   </ItemDefinitionGroup>
78   <ItemGroup>
79     <ClCompile Include="sp65\asm.c" />
80     <ClCompile Include="sp65\attr.c" />
81     <ClCompile Include="sp65\bin.c" />
82     <ClCompile Include="sp65\bitmap.c" />
83     <ClCompile Include="sp65\c.c" />
84     <ClCompile Include="sp65\color.c" />
85     <ClCompile Include="sp65\convert.c" />
86     <ClCompile Include="sp65\error.c" />
87     <ClCompile Include="sp65\fileio.c" />
88     <ClCompile Include="sp65\geosbitmap.c" />
89     <ClCompile Include="sp65\geosicon.c" />
90     <ClCompile Include="sp65\input.c" />
91     <ClCompile Include="sp65\koala.c" />
92     <ClCompile Include="sp65\lynxsprite.c" />
93     <ClCompile Include="sp65\main.c" />
94     <ClCompile Include="sp65\output.c" />
95     <ClCompile Include="sp65\palette.c" />
96     <ClCompile Include="sp65\pcx.c" />
97     <ClCompile Include="sp65\raw.c" />
98     <ClCompile Include="sp65\vic2sprite.c" />
99   </ItemGroup>
100   <ItemGroup>
101     <ClInclude Include="sp65\asm.h" />
102     <ClInclude Include="sp65\attr.h" />
103     <ClInclude Include="sp65\bin.h" />
104     <ClInclude Include="sp65\bitmap.h" />
105     <ClInclude Include="sp65\c.h" />
106     <ClInclude Include="sp65\color.h" />
107     <ClInclude Include="sp65\convert.h" />
108     <ClInclude Include="sp65\error.h" />
109     <ClInclude Include="sp65\fileio.h" />
110     <ClInclude Include="sp65\geosbitmap.h" />
111     <ClInclude Include="sp65\geosicon.h" />
112     <ClInclude Include="sp65\input.h" />
113     <ClInclude Include="sp65\koala.h" />
114     <ClInclude Include="sp65\lynxsprite.h" />
115     <ClInclude Include="sp65\output.h" />
116     <ClInclude Include="sp65\palette.h" />
117     <ClInclude Include="sp65\pcx.h" />
118     <ClInclude Include="sp65\pixel.h" />
119     <ClInclude Include="sp65\raw.h" />
120     <ClInclude Include="sp65\vic2sprite.h" />
121   </ItemGroup>
122   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
123   <ImportGroup Label="ExtensionTargets">
124   </ImportGroup>
125 </Project>