diff options
Diffstat (limited to 'src/contrib/SDL-3.2.20/VisualC/tests/testscale/testscale.vcxproj')
-rw-r--r-- | src/contrib/SDL-3.2.20/VisualC/tests/testscale/testscale.vcxproj | 249 |
1 files changed, 249 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/VisualC/tests/testscale/testscale.vcxproj b/src/contrib/SDL-3.2.20/VisualC/tests/testscale/testscale.vcxproj new file mode 100644 index 0000000..c8900f3 --- /dev/null +++ b/src/contrib/SDL-3.2.20/VisualC/tests/testscale/testscale.vcxproj | |||
@@ -0,0 +1,249 @@ | |||
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 | <PropertyGroup Label="Globals"> | ||
22 | <ProjectGuid>{5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}</ProjectGuid> | ||
23 | <RootNamespace>testscale</RootNamespace> | ||
24 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | ||
25 | </PropertyGroup> | ||
26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
28 | <ConfigurationType>Application</ConfigurationType> | ||
29 | <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset> | ||
30 | </PropertyGroup> | ||
31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
32 | <ConfigurationType>Application</ConfigurationType> | ||
33 | <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset> | ||
34 | </PropertyGroup> | ||
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
36 | <ConfigurationType>Application</ConfigurationType> | ||
37 | <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset> | ||
38 | </PropertyGroup> | ||
39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
40 | <ConfigurationType>Application</ConfigurationType> | ||
41 | <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset> | ||
42 | </PropertyGroup> | ||
43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
44 | <ImportGroup Label="ExtensionSettings"> | ||
45 | </ImportGroup> | ||
46 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
47 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
48 | </ImportGroup> | ||
49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
51 | </ImportGroup> | ||
52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
54 | </ImportGroup> | ||
55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
57 | </ImportGroup> | ||
58 | <PropertyGroup Label="UserMacros" /> | ||
59 | <PropertyGroup> | ||
60 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> | ||
61 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> | ||
62 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir> | ||
63 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> | ||
64 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> | ||
65 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> | ||
66 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir> | ||
67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> | ||
68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> | ||
69 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
70 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
71 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
72 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
73 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
74 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
75 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
76 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
77 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
78 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
79 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
80 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
81 | </PropertyGroup> | ||
82 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
83 | <Midl> | ||
84 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
85 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
86 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
87 | <TargetEnvironment>Win32</TargetEnvironment> | ||
88 | <TypeLibraryName>.\Release/testscale.tlb</TypeLibraryName> | ||
89 | </Midl> | ||
90 | <ClCompile> | ||
91 | <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions> | ||
92 | <AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
93 | <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories> | ||
94 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
95 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
96 | <WarningLevel>Level3</WarningLevel> | ||
97 | </ClCompile> | ||
98 | <ResourceCompile> | ||
99 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
100 | <Culture>0x0409</Culture> | ||
101 | </ResourceCompile> | ||
102 | <Link> | ||
103 | <SubSystem>Windows</SubSystem> | ||
104 | </Link> | ||
105 | </ItemDefinitionGroup> | ||
106 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
107 | <Midl> | ||
108 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
109 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
110 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
111 | <TargetEnvironment>X64</TargetEnvironment> | ||
112 | <TypeLibraryName>.\Release/testscale.tlb</TypeLibraryName> | ||
113 | </Midl> | ||
114 | <ClCompile> | ||
115 | <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions> | ||
116 | <AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
117 | <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories> | ||
118 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
119 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
120 | <WarningLevel>Level3</WarningLevel> | ||
121 | </ClCompile> | ||
122 | <ResourceCompile> | ||
123 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
124 | <Culture>0x0409</Culture> | ||
125 | </ResourceCompile> | ||
126 | <Link> | ||
127 | <SubSystem>Windows</SubSystem> | ||
128 | </Link> | ||
129 | </ItemDefinitionGroup> | ||
130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
131 | <Midl> | ||
132 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
133 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
134 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
135 | <TargetEnvironment>Win32</TargetEnvironment> | ||
136 | <TypeLibraryName>.\Debug/testscale.tlb</TypeLibraryName> | ||
137 | </Midl> | ||
138 | <ClCompile> | ||
139 | <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions> | ||
140 | <Optimization>Disabled</Optimization> | ||
141 | <AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
142 | <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories> | ||
143 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
144 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
145 | <WarningLevel>Level3</WarningLevel> | ||
146 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
147 | </ClCompile> | ||
148 | <ResourceCompile> | ||
149 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
150 | <Culture>0x0409</Culture> | ||
151 | </ResourceCompile> | ||
152 | <Link> | ||
153 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
154 | <SubSystem>Windows</SubSystem> | ||
155 | </Link> | ||
156 | </ItemDefinitionGroup> | ||
157 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
158 | <Midl> | ||
159 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
160 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
161 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
162 | <TargetEnvironment>X64</TargetEnvironment> | ||
163 | <TypeLibraryName>.\Debug/testscale.tlb</TypeLibraryName> | ||
164 | </Midl> | ||
165 | <ClCompile> | ||
166 | <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions> | ||
167 | <Optimization>Disabled</Optimization> | ||
168 | <AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
169 | <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories> | ||
170 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
171 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
172 | <WarningLevel>Level3</WarningLevel> | ||
173 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
174 | </ClCompile> | ||
175 | <ResourceCompile> | ||
176 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
177 | <Culture>0x0409</Culture> | ||
178 | </ResourceCompile> | ||
179 | <Link> | ||
180 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
181 | <SubSystem>Windows</SubSystem> | ||
182 | </Link> | ||
183 | </ItemDefinitionGroup> | ||
184 | <ItemDefinitionGroup Condition="'$(TreatWarningsAsError)'!=''"> | ||
185 | <ClCompile> | ||
186 | <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions> | ||
187 | <TreatWarningAsError>$(TreatWarningsAsError)</TreatWarningAsError> | ||
188 | </ClCompile> | ||
189 | </ItemDefinitionGroup> | ||
190 | <ItemGroup> | ||
191 | <ProjectReference Include="..\..\SDL\SDL.vcxproj"> | ||
192 | <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> | ||
193 | <Private>false</Private> | ||
194 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | ||
195 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> | ||
196 | </ProjectReference> | ||
197 | <ProjectReference Include="..\..\SDL_test\SDL_test.vcxproj"> | ||
198 | <Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project> | ||
199 | <Private>false</Private> | ||
200 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | ||
201 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> | ||
202 | </ProjectReference> | ||
203 | </ItemGroup> | ||
204 | <ItemGroup> | ||
205 | <CustomBuild Include="..\..\..\test\icon.bmp"> | ||
206 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message> | ||
207 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" "$(ProjectDir)\" | ||
208 | </Command> | ||
209 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs> | ||
210 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message> | ||
211 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" "$(ProjectDir)\" | ||
212 | </Command> | ||
213 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs> | ||
214 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message> | ||
215 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" "$(ProjectDir)\" | ||
216 | </Command> | ||
217 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs> | ||
218 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message> | ||
219 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" "$(ProjectDir)\" | ||
220 | </Command> | ||
221 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs> | ||
222 | </CustomBuild> | ||
223 | <CustomBuild Include="..\..\..\test\sample.bmp"> | ||
224 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message> | ||
225 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" "$(ProjectDir)\" | ||
226 | </Command> | ||
227 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs> | ||
228 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message> | ||
229 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" "$(ProjectDir)\" | ||
230 | </Command> | ||
231 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs> | ||
232 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message> | ||
233 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" "$(ProjectDir)\" | ||
234 | </Command> | ||
235 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs> | ||
236 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message> | ||
237 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" "$(ProjectDir)\" | ||
238 | </Command> | ||
239 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension);%(Outputs)</Outputs> | ||
240 | </CustomBuild> | ||
241 | </ItemGroup> | ||
242 | <ItemGroup> | ||
243 | <ClCompile Include="..\..\..\test\testscale.c" /> | ||
244 | <ClCompile Include="..\..\..\test\testutils.c" /> | ||
245 | </ItemGroup> | ||
246 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
247 | <ImportGroup Label="ExtensionTargets"> | ||
248 | </ImportGroup> | ||
249 | </Project> \ No newline at end of file | ||