source: anotherchoice/tags/jsp-1.4.4-full-UTF8/utils/tlcs900-toshiba/tlcs900vec/tlcs900vec.vcxproj

Last change on this file was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 6.6 KB
Line 
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 <SccProjectName />
15 <SccLocalPath />
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <UseOfMfc>false</UseOfMfc>
21 <CharacterSet>MultiByte</CharacterSet>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24 <ConfigurationType>Application</ConfigurationType>
25 <UseOfMfc>false</UseOfMfc>
26 <CharacterSet>MultiByte</CharacterSet>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
30 </ImportGroup>
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 </ImportGroup>
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
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>
39 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
42 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
43 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
46 </PropertyGroup>
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48 <ClCompile>
49 <Optimization>Disabled</Optimization>
50 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
52 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
53 <PrecompiledHeader>
54 </PrecompiledHeader>
55 <PrecompiledHeaderOutputFile>.\Debug/tlcs900vec.pch</PrecompiledHeaderOutputFile>
56 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
57 <ObjectFileName>.\Debug/</ObjectFileName>
58 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
59 <WarningLevel>Level3</WarningLevel>
60 <SuppressStartupBanner>true</SuppressStartupBanner>
61 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
62 </ClCompile>
63 <Link>
64 <OutputFile>.\Debug/tlcs900vec.exe</OutputFile>
65 <SuppressStartupBanner>true</SuppressStartupBanner>
66 <GenerateDebugInformation>true</GenerateDebugInformation>
67 <ProgramDatabaseFile>.\Debug/tlcs900vec.pdb</ProgramDatabaseFile>
68 <SubSystem>Console</SubSystem>
69 <TargetMachine>MachineX86</TargetMachine>
70 </Link>
71 <Midl>
72 <TypeLibraryName>.\Debug/tlcs900vec.tlb</TypeLibraryName>
73 <HeaderFileName>
74 </HeaderFileName>
75 </Midl>
76 <PostBuildEvent>
77 <Command>copy Debug\tlcs900vec.exe ..\</Command>
78 </PostBuildEvent>
79 <ResourceCompile>
80 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
81 <Culture>0x0411</Culture>
82 </ResourceCompile>
83 </ItemDefinitionGroup>
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85 <ClCompile>
86 <Optimization>MaxSpeed</Optimization>
87 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
88 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89 <StringPooling>true</StringPooling>
90 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
91 <FunctionLevelLinking>true</FunctionLevelLinking>
92 <PrecompiledHeader>
93 </PrecompiledHeader>
94 <PrecompiledHeaderOutputFile>.\Release/tlcs900vec.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
98 <WarningLevel>Level3</WarningLevel>
99 <SuppressStartupBanner>true</SuppressStartupBanner>
100 </ClCompile>
101 <Link>
102 <OutputFile>.\Release/tlcs900vec.exe</OutputFile>
103 <SuppressStartupBanner>true</SuppressStartupBanner>
104 <ProgramDatabaseFile>.\Release/tlcs900vec.pdb</ProgramDatabaseFile>
105 <SubSystem>Console</SubSystem>
106 <TargetMachine>MachineX86</TargetMachine>
107 </Link>
108 <Midl>
109 <TypeLibraryName>.\Release/tlcs900vec.tlb</TypeLibraryName>
110 <HeaderFileName>
111 </HeaderFileName>
112 </Midl>
113 <ResourceCompile>
114 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115 <Culture>0x0411</Culture>
116 </ResourceCompile>
117 <PostBuildEvent>
118 <Command>copy Release\tlcs900vec.exe ..\</Command>
119 </PostBuildEvent>
120 </ItemDefinitionGroup>
121 <ItemGroup>
122 <ClCompile Include="tlcs900vec.cpp">
123 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
124 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
125 <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
126 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
127 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
128 </ClCompile>
129 </ItemGroup>
130 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
131 <ImportGroup Label="ExtensionTargets">
132 </ImportGroup>
133</Project>
Note: See TracBrowser for help on using the repository browser.