]> git.sur5r.net Git - cc65/blob - src/sim65.vcxproj
Formatting fixes.
[cc65] / src / sim65.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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>{002A366E-2863-46A8-BDDE-DDF534AAEC73}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>sim65</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     <PlatformToolset>v140</PlatformToolset>
22   </PropertyGroup>
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24     <UseDebugLibraries>false</UseDebugLibraries>
25     <WholeProgramOptimization>true</WholeProgramOptimization>
26     <PlatformToolset>v140</PlatformToolset>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29   <ImportGroup Label="ExtensionSettings">
30   </ImportGroup>
31   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33   </ImportGroup>
34   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36   </ImportGroup>
37   <PropertyGroup Label="UserMacros" />
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
39     <LinkIncremental>true</LinkIncremental>
40     <OutDir>$(SolutionDir)..\bin\</OutDir>
41     <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
42   </PropertyGroup>
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
44     <LinkIncremental>false</LinkIncremental>
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     <ClInclude Include="sim65\6502.h" />
80     <ClInclude Include="sim65\error.h" />
81     <ClInclude Include="sim65\memory.h" />
82     <ClInclude Include="sim65\paravirt.h" />
83   </ItemGroup>
84   <ItemGroup>
85     <ClCompile Include="sim65\6502.c" />
86     <ClCompile Include="sim65\error.c" />
87     <ClCompile Include="sim65\main.c" />
88     <ClCompile Include="sim65\memory.c" />
89     <ClCompile Include="sim65\paravirt.c" />
90   </ItemGroup>
91   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
92   <ImportGroup Label="ExtensionTargets">
93   </ImportGroup>
94 </Project>