OSDN Git Service

RTSP試作中
[iptd/iPTd.git] / iPTd_R2.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{E054E56E-7D4A-4AF3-8073-0EB956C5FAEC}</ProjectGuid>\r
23     <Keyword>Win32Proj</Keyword>\r
24     <RootNamespace>iPTd_R2</RootNamespace>\r
25     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\r
26   </PropertyGroup>\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
29     <ConfigurationType>Application</ConfigurationType>\r
30     <UseDebugLibraries>true</UseDebugLibraries>\r
31     <PlatformToolset>v140</PlatformToolset>\r
32     <CharacterSet>Unicode</CharacterSet>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
35     <ConfigurationType>Application</ConfigurationType>\r
36     <UseDebugLibraries>false</UseDebugLibraries>\r
37     <PlatformToolset>v140</PlatformToolset>\r
38     <WholeProgramOptimization>true</WholeProgramOptimization>\r
39     <CharacterSet>Unicode</CharacterSet>\r
40   </PropertyGroup>\r
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
42     <ConfigurationType>Application</ConfigurationType>\r
43     <UseDebugLibraries>true</UseDebugLibraries>\r
44     <PlatformToolset>v140</PlatformToolset>\r
45     <CharacterSet>Unicode</CharacterSet>\r
46   </PropertyGroup>\r
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
48     <ConfigurationType>Application</ConfigurationType>\r
49     <UseDebugLibraries>false</UseDebugLibraries>\r
50     <PlatformToolset>v140</PlatformToolset>\r
51     <WholeProgramOptimization>true</WholeProgramOptimization>\r
52     <CharacterSet>Unicode</CharacterSet>\r
53   </PropertyGroup>\r
54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
55   <ImportGroup Label="ExtensionSettings">\r
56   </ImportGroup>\r
57   <ImportGroup Label="Shared">\r
58   </ImportGroup>\r
59   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
61   </ImportGroup>\r
62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
64   </ImportGroup>\r
65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
67   </ImportGroup>\r
68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
70   </ImportGroup>\r
71   <PropertyGroup Label="UserMacros" />\r
72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
73     <LinkIncremental>true</LinkIncremental>\r
74     <IncludePath>$(ProjectDir)src;$(IncludePath)</IncludePath>\r
75     <TargetName>iPTd</TargetName>\r
76   </PropertyGroup>\r
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
78     <LinkIncremental>true</LinkIncremental>\r
79     <IncludePath>$(ProjectDir)src;$(IncludePath)</IncludePath>\r
80     <TargetName>iPTd</TargetName>\r
81   </PropertyGroup>\r
82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
83     <LinkIncremental>false</LinkIncremental>\r
84     <IncludePath>$(ProjectDir)src;$(IncludePath)</IncludePath>\r
85     <TargetName>iPTd</TargetName>\r
86   </PropertyGroup>\r
87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
88     <LinkIncremental>false</LinkIncremental>\r
89     <IncludePath>$(ProjectDir)src;$(IncludePath)</IncludePath>\r
90     <TargetName>iPTd</TargetName>\r
91     <LibraryPath>$(OutDir);$(LibraryPath)</LibraryPath>\r
92   </PropertyGroup>\r
93   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
94     <ClCompile>\r
95       <PrecompiledHeader>\r
96       </PrecompiledHeader>\r
97       <WarningLevel>Level3</WarningLevel>\r
98       <Optimization>Disabled</Optimization>\r
99       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
100       <SDLCheck>true</SDLCheck>\r
101     </ClCompile>\r
102     <Link>\r
103       <SubSystem>Console</SubSystem>\r
104       <GenerateDebugInformation>true</GenerateDebugInformation>\r
105       <AdditionalDependencies>GlobalHook.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
106     </Link>\r
107   </ItemDefinitionGroup>\r
108   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
109     <ClCompile>\r
110       <PrecompiledHeader>\r
111       </PrecompiledHeader>\r
112       <WarningLevel>Level3</WarningLevel>\r
113       <Optimization>Disabled</Optimization>\r
114       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
115       <SDLCheck>true</SDLCheck>\r
116     </ClCompile>\r
117     <Link>\r
118       <SubSystem>Console</SubSystem>\r
119       <GenerateDebugInformation>true</GenerateDebugInformation>\r
120       <AdditionalDependencies>GlobalHook.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
121     </Link>\r
122   </ItemDefinitionGroup>\r
123   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
124     <ClCompile>\r
125       <WarningLevel>Level3</WarningLevel>\r
126       <PrecompiledHeader>\r
127       </PrecompiledHeader>\r
128       <Optimization>MaxSpeed</Optimization>\r
129       <FunctionLevelLinking>true</FunctionLevelLinking>\r
130       <IntrinsicFunctions>true</IntrinsicFunctions>\r
131       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
132       <SDLCheck>true</SDLCheck>\r
133     </ClCompile>\r
134     <Link>\r
135       <SubSystem>Console</SubSystem>\r
136       <GenerateDebugInformation>true</GenerateDebugInformation>\r
137       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
138       <OptimizeReferences>true</OptimizeReferences>\r
139       <AdditionalDependencies>GlobalHook.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
140     </Link>\r
141   </ItemDefinitionGroup>\r
142   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
143     <ClCompile>\r
144       <WarningLevel>Level3</WarningLevel>\r
145       <PrecompiledHeader>\r
146       </PrecompiledHeader>\r
147       <Optimization>MaxSpeed</Optimization>\r
148       <FunctionLevelLinking>true</FunctionLevelLinking>\r
149       <IntrinsicFunctions>true</IntrinsicFunctions>\r
150       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
151       <SDLCheck>true</SDLCheck>\r
152     </ClCompile>\r
153     <Link>\r
154       <SubSystem>Console</SubSystem>\r
155       <GenerateDebugInformation>true</GenerateDebugInformation>\r
156       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
157       <OptimizeReferences>true</OptimizeReferences>\r
158       <AdditionalDependencies>ws2_32.lib;GlobalHook.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
159     </Link>\r
160   </ItemDefinitionGroup>\r
161   <ItemGroup>\r
162     <Text Include="ReadMe.txt" />\r
163   </ItemGroup>\r
164   <ItemGroup>\r
165     <ClInclude Include="src\Raym\Log.h" />\r
166   </ItemGroup>\r
167   <ItemGroup>\r
168     <ClCompile Include="iPTd_R2.cpp" />\r
169     <ClCompile Include="src\Raym\Application.cpp" />\r
170     <ClCompile Include="src\Raym\Log.cpp" />\r
171     <ClCompile Include="src\ry0\iPTd\Controller.cpp" />\r
172   </ItemGroup>\r
173   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
174   <ImportGroup Label="ExtensionTargets">\r
175   </ImportGroup>\r
176 </Project>