author | Edouard Tisserant |
Thu, 24 Jan 2019 13:53:01 +0100 | |
changeset 808 | de1fc3261f21 |
parent 731 | c4793e10e04f |
permissions | -rw-r--r-- |
709 | 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 |
<ProjectName>win32test</ProjectName> |
|
15 |
<ProjectGuid>{BD8B1FE1-89CD-4F89-8275-0F553FA71059}</ProjectGuid> |
|
16 |
<Keyword>Win32Proj</Keyword> |
|
17 |
</PropertyGroup> |
|
18 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
19 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
20 |
<ConfigurationType>Application</ConfigurationType> |
|
725
54b0c6de4e15
Win32 VS2010 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
709
diff
changeset
|
21 |
<CharacterSet>Unicode</CharacterSet> |
709 | 22 |
</PropertyGroup> |
23 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
24 |
<ConfigurationType>Application</ConfigurationType> |
|
731
c4793e10e04f
VS2010 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
725
diff
changeset
|
25 |
<CharacterSet>MultiByte</CharacterSet> |
709 | 26 |
</PropertyGroup> |
27 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
28 |
<ImportGroup Label="ExtensionSettings"> |
|
29 |
</ImportGroup> |
|
30 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
31 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
32 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
|
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 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
|
37 |
</ImportGroup> |
|
38 |
<PropertyGroup Label="UserMacros" /> |
|
39 |
<PropertyGroup> |
|
40 |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
41 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../Debug\</OutDir> |
|
42 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir> |
|
43 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
|
44 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../Release\</OutDir> |
|
45 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> |
|
46 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
|
47 |
</PropertyGroup> |
|
48 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
49 |
<ClCompile> |
|
50 |
<Optimization>Disabled</Optimization> |
|
51 |
<AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
52 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
53 |
<MinimalRebuild>true</MinimalRebuild> |
|
54 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
55 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
56 |
<PrecompiledHeader> |
|
57 |
</PrecompiledHeader> |
|
58 |
<WarningLevel>Level3</WarningLevel> |
|
59 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
725
54b0c6de4e15
Win32 VS2010 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
709
diff
changeset
|
60 |
<ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName> |
709 | 61 |
</ClCompile> |
62 |
<Link> |
|
63 |
<OutputFile>$(OutDir)win32test.exe</OutputFile> |
|
64 |
<AdditionalLibraryDirectories>../../Debug UNICODE;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
65 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
66 |
<ProgramDatabaseFile>$(OutDir)win32test.pdb</ProgramDatabaseFile> |
|
67 |
<SubSystem>Console</SubSystem> |
|
68 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
69 |
<DataExecutionPrevention> |
|
70 |
</DataExecutionPrevention> |
|
71 |
<TargetMachine>MachineX86</TargetMachine> |
|
72 |
</Link> |
|
73 |
</ItemDefinitionGroup> |
|
74 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
75 |
<ClCompile> |
|
76 |
<AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
77 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
78 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
79 |
<PrecompiledHeader> |
|
80 |
</PrecompiledHeader> |
|
81 |
<WarningLevel>Level3</WarningLevel> |
|
82 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
83 |
</ClCompile> |
|
84 |
<Link> |
|
85 |
<OutputFile>$(OutDir)win32test.exe</OutputFile> |
|
86 |
<AdditionalLibraryDirectories>../../Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
87 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
88 |
<SubSystem>Console</SubSystem> |
|
89 |
<OptimizeReferences>true</OptimizeReferences> |
|
90 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
91 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
92 |
<DataExecutionPrevention> |
|
93 |
</DataExecutionPrevention> |
|
94 |
<TargetMachine>MachineX86</TargetMachine> |
|
95 |
</Link> |
|
96 |
</ItemDefinitionGroup> |
|
97 |
<ItemGroup> |
|
98 |
<ClCompile Include="main.c" /> |
|
99 |
<ClCompile Include="win32test.c" /> |
|
100 |
</ItemGroup> |
|
101 |
<ItemGroup> |
|
102 |
<ClInclude Include="win32test.h" /> |
|
103 |
</ItemGroup> |
|
104 |
<ItemGroup> |
|
105 |
<ProjectReference Include="..\..\CanFestival-3.vc10.vcxproj"> |
|
106 |
<Project>{50ef2507-9b87-4525-8b19-80eb42e67079}</Project> |
|
107 |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
108 |
</ProjectReference> |
|
109 |
</ItemGroup> |
|
110 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
111 |
<ImportGroup Label="ExtensionTargets"> |
|
112 |
</ImportGroup> |
|
113 |
</Project> |