slouken@9736
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
slouken@9736
|
2 |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
slouken@9736
|
3 |
<ItemGroup Label="ProjectConfigurations">
|
slouken@9736
|
4 |
<ProjectConfiguration Include="Debug|Win32">
|
slouken@9736
|
5 |
<Configuration>Debug</Configuration>
|
slouken@9736
|
6 |
<Platform>Win32</Platform>
|
slouken@9736
|
7 |
</ProjectConfiguration>
|
slouken@9736
|
8 |
<ProjectConfiguration Include="Debug|x64">
|
slouken@9736
|
9 |
<Configuration>Debug</Configuration>
|
slouken@9736
|
10 |
<Platform>x64</Platform>
|
slouken@9736
|
11 |
</ProjectConfiguration>
|
slouken@9736
|
12 |
<ProjectConfiguration Include="Release|Win32">
|
slouken@9736
|
13 |
<Configuration>Release</Configuration>
|
slouken@9736
|
14 |
<Platform>Win32</Platform>
|
slouken@9736
|
15 |
</ProjectConfiguration>
|
slouken@9736
|
16 |
<ProjectConfiguration Include="Release|x64">
|
slouken@9736
|
17 |
<Configuration>Release</Configuration>
|
slouken@9736
|
18 |
<Platform>x64</Platform>
|
slouken@9736
|
19 |
</ProjectConfiguration>
|
slouken@9736
|
20 |
</ItemGroup>
|
slouken@9736
|
21 |
<PropertyGroup Label="Globals">
|
slouken@9736
|
22 |
<ProjectGuid>{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}</ProjectGuid>
|
slouken@9736
|
23 |
<RootNamespace>testrendertarget</RootNamespace>
|
slouken@9736
|
24 |
</PropertyGroup>
|
slouken@9736
|
25 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
slouken@9736
|
26 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
slouken@9736
|
27 |
<ConfigurationType>Application</ConfigurationType>
|
slouken@9736
|
28 |
</PropertyGroup>
|
slouken@9736
|
29 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
slouken@9736
|
30 |
<ConfigurationType>Application</ConfigurationType>
|
slouken@9736
|
31 |
</PropertyGroup>
|
slouken@9736
|
32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
slouken@9736
|
33 |
<ConfigurationType>Application</ConfigurationType>
|
slouken@9736
|
34 |
</PropertyGroup>
|
slouken@9736
|
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
slouken@9736
|
36 |
<ConfigurationType>Application</ConfigurationType>
|
slouken@9736
|
37 |
</PropertyGroup>
|
slouken@9736
|
38 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
slouken@9736
|
39 |
<ImportGroup Label="ExtensionSettings">
|
slouken@9736
|
40 |
</ImportGroup>
|
slouken@9736
|
41 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
slouken@9736
|
42 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
slouken@9736
|
43 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
slouken@9736
|
44 |
</ImportGroup>
|
slouken@9736
|
45 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
slouken@9736
|
46 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
slouken@9736
|
47 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
slouken@9736
|
48 |
</ImportGroup>
|
slouken@9736
|
49 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
slouken@9736
|
50 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
slouken@9736
|
51 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
slouken@9736
|
52 |
</ImportGroup>
|
slouken@9736
|
53 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
slouken@9736
|
54 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
slouken@9736
|
55 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
slouken@9736
|
56 |
</ImportGroup>
|
slouken@9736
|
57 |
<PropertyGroup Label="UserMacros" />
|
slouken@9736
|
58 |
<PropertyGroup>
|
slouken@9736
|
59 |
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
slouken@9736
|
60 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
slouken@9736
|
61 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
|
slouken@9736
|
62 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
slouken@9736
|
63 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
|
slouken@9736
|
64 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
slouken@9736
|
65 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
|
slouken@9736
|
66 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
slouken@9736
|
67 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
|
slouken@9736
|
68 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
slouken@9736
|
69 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
slouken@9736
|
70 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
slouken@9736
|
71 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
slouken@9736
|
72 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
slouken@9736
|
73 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
slouken@9736
|
74 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
slouken@9736
|
75 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
slouken@9736
|
76 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
slouken@9736
|
77 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
slouken@9736
|
78 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
slouken@9736
|
79 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
slouken@9736
|
80 |
</PropertyGroup>
|
slouken@9736
|
81 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
slouken@9736
|
82 |
<Midl>
|
slouken@9736
|
83 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
84 |
<MkTypLibCompatible>true</MkTypLibCompatible>
|
slouken@9736
|
85 |
<SuppressStartupBanner>true</SuppressStartupBanner>
|
slouken@9736
|
86 |
<TargetEnvironment>Win32</TargetEnvironment>
|
slouken@9736
|
87 |
<TypeLibraryName>.\Release/testrendertarget.tlb</TypeLibraryName>
|
slouken@9736
|
88 |
</Midl>
|
slouken@9736
|
89 |
<ClCompile>
|
slouken@9736
|
90 |
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
slouken@9736
|
91 |
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
slouken@9736
|
92 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
93 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
slouken@9736
|
94 |
<WarningLevel>Level3</WarningLevel>
|
slouken@9736
|
95 |
</ClCompile>
|
slouken@9736
|
96 |
<ResourceCompile>
|
slouken@9736
|
97 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
98 |
<Culture>0x0409</Culture>
|
slouken@9736
|
99 |
</ResourceCompile>
|
slouken@9736
|
100 |
<Link>
|
slouken@9736
|
101 |
<SubSystem>Windows</SubSystem>
|
slouken@9736
|
102 |
</Link>
|
slouken@9736
|
103 |
</ItemDefinitionGroup>
|
slouken@9736
|
104 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
slouken@9736
|
105 |
<Midl>
|
slouken@9736
|
106 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
107 |
<MkTypLibCompatible>true</MkTypLibCompatible>
|
slouken@9736
|
108 |
<SuppressStartupBanner>true</SuppressStartupBanner>
|
slouken@9736
|
109 |
<TargetEnvironment>X64</TargetEnvironment>
|
slouken@9736
|
110 |
<TypeLibraryName>.\Release/testrendertarget.tlb</TypeLibraryName>
|
slouken@9736
|
111 |
</Midl>
|
slouken@9736
|
112 |
<ClCompile>
|
slouken@9736
|
113 |
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
slouken@9736
|
114 |
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
slouken@9736
|
115 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
116 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
slouken@9736
|
117 |
<WarningLevel>Level3</WarningLevel>
|
slouken@9736
|
118 |
</ClCompile>
|
slouken@9736
|
119 |
<ResourceCompile>
|
slouken@9736
|
120 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
121 |
<Culture>0x0409</Culture>
|
slouken@9736
|
122 |
</ResourceCompile>
|
slouken@9736
|
123 |
<Link>
|
slouken@9736
|
124 |
<SubSystem>Windows</SubSystem>
|
slouken@9736
|
125 |
</Link>
|
slouken@9736
|
126 |
</ItemDefinitionGroup>
|
slouken@9736
|
127 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
slouken@9736
|
128 |
<Midl>
|
slouken@9736
|
129 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
130 |
<MkTypLibCompatible>true</MkTypLibCompatible>
|
slouken@9736
|
131 |
<SuppressStartupBanner>true</SuppressStartupBanner>
|
slouken@9736
|
132 |
<TargetEnvironment>Win32</TargetEnvironment>
|
slouken@9736
|
133 |
<TypeLibraryName>.\Debug/testrendertarget.tlb</TypeLibraryName>
|
slouken@9736
|
134 |
</Midl>
|
slouken@9736
|
135 |
<ClCompile>
|
slouken@9736
|
136 |
<Optimization>Disabled</Optimization>
|
slouken@9736
|
137 |
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
slouken@9736
|
138 |
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
slouken@9736
|
139 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
140 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
slouken@9736
|
141 |
<WarningLevel>Level3</WarningLevel>
|
slouken@9736
|
142 |
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
slouken@9736
|
143 |
</ClCompile>
|
slouken@9736
|
144 |
<ResourceCompile>
|
slouken@9736
|
145 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
146 |
<Culture>0x0409</Culture>
|
slouken@9736
|
147 |
</ResourceCompile>
|
slouken@9736
|
148 |
<Link>
|
slouken@9736
|
149 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
slouken@9736
|
150 |
<SubSystem>Windows</SubSystem>
|
slouken@9736
|
151 |
</Link>
|
slouken@9736
|
152 |
</ItemDefinitionGroup>
|
slouken@9736
|
153 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
slouken@9736
|
154 |
<Midl>
|
slouken@9736
|
155 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
156 |
<MkTypLibCompatible>true</MkTypLibCompatible>
|
slouken@9736
|
157 |
<SuppressStartupBanner>true</SuppressStartupBanner>
|
slouken@9736
|
158 |
<TargetEnvironment>X64</TargetEnvironment>
|
slouken@9736
|
159 |
<TypeLibraryName>.\Debug/testrendertarget.tlb</TypeLibraryName>
|
slouken@9736
|
160 |
</Midl>
|
slouken@9736
|
161 |
<ClCompile>
|
slouken@9736
|
162 |
<Optimization>Disabled</Optimization>
|
slouken@9736
|
163 |
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
slouken@9736
|
164 |
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
slouken@9736
|
165 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
166 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
slouken@9736
|
167 |
<WarningLevel>Level3</WarningLevel>
|
slouken@9736
|
168 |
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
slouken@9736
|
169 |
</ClCompile>
|
slouken@9736
|
170 |
<ResourceCompile>
|
slouken@9736
|
171 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
slouken@9736
|
172 |
<Culture>0x0409</Culture>
|
slouken@9736
|
173 |
</ResourceCompile>
|
slouken@9736
|
174 |
<Link>
|
slouken@9736
|
175 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
slouken@9736
|
176 |
<SubSystem>Windows</SubSystem>
|
slouken@9736
|
177 |
</Link>
|
slouken@9736
|
178 |
</ItemDefinitionGroup>
|
slouken@9736
|
179 |
<ItemGroup>
|
slouken@9736
|
180 |
<ProjectReference Include="..\..\SDL\SDL.vcxproj">
|
slouken@9736
|
181 |
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
|
slouken@9736
|
182 |
<Private>false</Private>
|
slouken@9736
|
183 |
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
slouken@9736
|
184 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
slouken@9736
|
185 |
</ProjectReference>
|
slouken@9736
|
186 |
<ProjectReference Include="..\..\SDLmain\SDLmain.vcxproj">
|
slouken@9736
|
187 |
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
|
slouken@9736
|
188 |
<Private>false</Private>
|
slouken@9736
|
189 |
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
slouken@9736
|
190 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
slouken@9736
|
191 |
</ProjectReference>
|
slouken@9736
|
192 |
<ProjectReference Include="..\..\SDLtest\SDLtest.vcxproj">
|
slouken@9736
|
193 |
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
|
slouken@9736
|
194 |
<Private>false</Private>
|
slouken@9736
|
195 |
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
slouken@9736
|
196 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
slouken@9736
|
197 |
</ProjectReference>
|
slouken@9736
|
198 |
</ItemGroup>
|
slouken@9736
|
199 |
<ItemGroup>
|
slouken@9736
|
200 |
<CustomBuild Include="..\..\..\test\icon.bmp">
|
slouken@9736
|
201 |
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message>
|
slouken@9736
|
202 |
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(ProjectDir)\
|
slouken@9736
|
203 |
</Command>
|
slouken@9736
|
204 |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
|
slouken@9736
|
205 |
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message>
|
slouken@9736
|
206 |
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(ProjectDir)\
|
slouken@9736
|
207 |
</Command>
|
slouken@9736
|
208 |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
|
slouken@9736
|
209 |
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message>
|
slouken@9736
|
210 |
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(ProjectDir)\
|
slouken@9736
|
211 |
</Command>
|
slouken@9736
|
212 |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
|
slouken@9736
|
213 |
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message>
|
slouken@9736
|
214 |
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(ProjectDir)\
|
slouken@9736
|
215 |
</Command>
|
slouken@9736
|
216 |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
|
slouken@9736
|
217 |
</CustomBuild>
|
slouken@9736
|
218 |
<CustomBuild Include="..\..\..\test\sample.bmp">
|
slouken@9736
|
219 |
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message>
|
slouken@9736
|
220 |
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(ProjectDir)\
|
slouken@9736
|
221 |
</Command>
|
slouken@9736
|
222 |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
|
slouken@9736
|
223 |
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message>
|
slouken@9736
|
224 |
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(ProjectDir)\
|
slouken@9736
|
225 |
</Command>
|
slouken@9736
|
226 |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
|
slouken@9736
|
227 |
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message>
|
slouken@9736
|
228 |
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(ProjectDir)\
|
slouken@9736
|
229 |
</Command>
|
slouken@9736
|
230 |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
|
slouken@9736
|
231 |
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message>
|
slouken@9736
|
232 |
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(ProjectDir)\
|
slouken@9736
|
233 |
</Command>
|
slouken@9736
|
234 |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs>
|
slouken@9736
|
235 |
</CustomBuild>
|
slouken@9736
|
236 |
</ItemGroup>
|
slouken@9736
|
237 |
<ItemGroup>
|
slouken@9736
|
238 |
<ClCompile Include="..\..\..\test\testrendertarget.c" />
|
slouken@9736
|
239 |
</ItemGroup>
|
slouken@9736
|
240 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
slouken@9736
|
241 |
<ImportGroup Label="ExtensionTargets">
|
slouken@9736
|
242 |
</ImportGroup>
|
slouken@9736
|
243 |
</Project> |