OSDN Git Service

Enable SJIS support of GCC
[timidity41/timidity41.git] / vorbis-tools / vorbis-tools.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="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <ItemGroup>
22     <ClCompile Include="vorbiscomment\vcedit.c" />
23   </ItemGroup>
24   <ItemGroup>
25     <ClInclude Include="include\i18n.h" />
26     <ClInclude Include="vorbiscomment\vcedit.h" />
27     <ClInclude Include="vorbiscomment\vceditaux.h" />
28   </ItemGroup>
29   <PropertyGroup Label="Globals">
30     <ProjectGuid>{713B55DD-E56F-4E06-A1C7-09CE86750AC0}</ProjectGuid>
31     <Keyword>Win32Proj</Keyword>
32     <RootNamespace>vorbistools</RootNamespace>
33   </PropertyGroup>
34   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36     <ConfigurationType>StaticLibrary</ConfigurationType>
37     <UseDebugLibraries>true</UseDebugLibraries>
38     <CharacterSet>Unicode</CharacterSet>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41     <ConfigurationType>StaticLibrary</ConfigurationType>
42     <UseDebugLibraries>true</UseDebugLibraries>
43     <CharacterSet>Unicode</CharacterSet>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
46     <ConfigurationType>StaticLibrary</ConfigurationType>
47     <UseDebugLibraries>false</UseDebugLibraries>
48     <WholeProgramOptimization>true</WholeProgramOptimization>
49     <CharacterSet>MultiByte</CharacterSet>
50     <PlatformToolset>Windows7.1SDK</PlatformToolset>
51   </PropertyGroup>
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
53     <ConfigurationType>StaticLibrary</ConfigurationType>
54     <UseDebugLibraries>false</UseDebugLibraries>
55     <WholeProgramOptimization>true</WholeProgramOptimization>
56     <CharacterSet>MultiByte</CharacterSet>
57     <PlatformToolset>Windows7.1SDK</PlatformToolset>
58   </PropertyGroup>
59   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
60   <ImportGroup Label="ExtensionSettings">
61   </ImportGroup>
62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64   </ImportGroup>
65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67   </ImportGroup>
68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70   </ImportGroup>
71   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
72     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73   </ImportGroup>
74   <PropertyGroup Label="UserMacros" />
75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
77     <IntDir>$(Configuration)\</IntDir>
78   </PropertyGroup>
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
80     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
81     <IntDir>$(Configuration)\</IntDir>
82   </PropertyGroup>
83   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
84     <ClCompile>
85       <PrecompiledHeader>
86       </PrecompiledHeader>
87       <WarningLevel>Level3</WarningLevel>
88       <Optimization>Disabled</Optimization>
89       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90     </ClCompile>
91     <Link>
92       <SubSystem>Windows</SubSystem>
93       <GenerateDebugInformation>true</GenerateDebugInformation>
94     </Link>
95   </ItemDefinitionGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
97     <ClCompile>
98       <PrecompiledHeader>
99       </PrecompiledHeader>
100       <WarningLevel>Level3</WarningLevel>
101       <Optimization>Disabled</Optimization>
102       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103     </ClCompile>
104     <Link>
105       <SubSystem>Windows</SubSystem>
106       <GenerateDebugInformation>true</GenerateDebugInformation>
107     </Link>
108   </ItemDefinitionGroup>
109   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110     <ClCompile>
111       <WarningLevel>TurnOffAllWarnings</WarningLevel>
112       <PrecompiledHeader>NotUsing</PrecompiledHeader>
113       <Optimization>MaxSpeed</Optimization>
114       <FunctionLevelLinking>true</FunctionLevelLinking>
115       <IntrinsicFunctions>true</IntrinsicFunctions>
116       <PreprocessorDefinitions>NDEBUG;_MT;_WINDOWS;_LIB;WIN32;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117       <AdditionalIncludeDirectories>..\vorbis-tools\include;..\interface;..\libarc;..\libunimod;..\timidity;..\utils;..;..\..\include;..\portaudio\pa_common;..\rcpcv;..\libmpg123\include;%(AdditionalIncludeDirectories);</AdditionalIncludeDirectories>
118       <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
119       <ObjectFileName>.\Release/</ObjectFileName>
120       <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
121       <MultiProcessorCompilation>true</MultiProcessorCompilation>
122       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
123       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
124       <OmitFramePointers>true</OmitFramePointers>
125       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
126       <StructMemberAlignment>16Bytes</StructMemberAlignment>
127       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
128       <CompileAs>CompileAsC</CompileAs>
129     </ClCompile>
130     <Link>
131       <SubSystem>Windows</SubSystem>
132       <GenerateDebugInformation>true</GenerateDebugInformation>
133       <EnableCOMDATFolding>true</EnableCOMDATFolding>
134       <OptimizeReferences>true</OptimizeReferences>
135     </Link>
136     <Lib>
137       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
138       <AdditionalLibraryDirectories>../dll;</AdditionalLibraryDirectories>
139     </Lib>
140   </ItemDefinitionGroup>
141   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
142     <ClCompile>
143       <WarningLevel>TurnOffAllWarnings</WarningLevel>
144       <PrecompiledHeader>NotUsing</PrecompiledHeader>
145       <Optimization>MaxSpeed</Optimization>
146       <FunctionLevelLinking>true</FunctionLevelLinking>
147       <IntrinsicFunctions>true</IntrinsicFunctions>
148       <PreprocessorDefinitions>_WIN64;NDEBUG;_MT;_WINDOWS;_LIB;WIN32;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149       <AdditionalIncludeDirectories>..\vorbis-tools\include;..\interface;..\libarc;..\libunimod;..\timidity;..\utils;..;..\..\include;..\portaudio\pa_common;..\rcpcv;..\libmpg123\include;%(AdditionalIncludeDirectories);</AdditionalIncludeDirectories>
150       <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
151       <ObjectFileName>.\Release/</ObjectFileName>
152       <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
153       <MultiProcessorCompilation>true</MultiProcessorCompilation>
154       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
155       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
156       <OmitFramePointers>true</OmitFramePointers>
157       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
158       <StructMemberAlignment>16Bytes</StructMemberAlignment>
159       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
160       <CompileAs>CompileAsC</CompileAs>
161     </ClCompile>
162     <Link>
163       <SubSystem>Windows</SubSystem>
164       <GenerateDebugInformation>true</GenerateDebugInformation>
165       <EnableCOMDATFolding>true</EnableCOMDATFolding>
166       <OptimizeReferences>true</OptimizeReferences>
167     </Link>
168     <Lib>
169       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
170       <AdditionalLibraryDirectories>../dll;</AdditionalLibraryDirectories>
171     </Lib>
172   </ItemDefinitionGroup>
173   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
174   <ImportGroup Label="ExtensionTargets">
175   </ImportGroup>
176 </Project>