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>TestMasterMicroMod</ProjectName>
|
|
15 |
<ProjectGuid>{B51A176D-5320-4534-913B-3025CED5B27E}</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>
|
|
21 |
<CharacterSet>MultiByte</CharacterSet>
|
|
22 |
</PropertyGroup>
|
|
23 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
24 |
<ConfigurationType>Application</ConfigurationType>
|
|
25 |
<CharacterSet>MultiByte</CharacterSet>
|
|
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>
|
|
60 |
</ClCompile>
|
|
61 |
<Link>
|
|
62 |
<OutputFile>$(OutDir)TestMasterMicroMod.exe</OutputFile>
|
|
63 |
<AdditionalLibraryDirectories>../../Debug UNICODE;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
64 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
65 |
<ProgramDatabaseFile>$(OutDir)TestMasterMicroMod.pdb</ProgramDatabaseFile>
|
|
66 |
<SubSystem>Console</SubSystem>
|
|
67 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
68 |
<DataExecutionPrevention>
|
|
69 |
</DataExecutionPrevention>
|
|
70 |
<TargetMachine>MachineX86</TargetMachine>
|
|
71 |
</Link>
|
|
72 |
</ItemDefinitionGroup>
|
|
73 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
74 |
<ClCompile>
|
|
75 |
<AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
76 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
77 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
78 |
<PrecompiledHeader>
|
|
79 |
</PrecompiledHeader>
|
|
80 |
<WarningLevel>Level3</WarningLevel>
|
|
81 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
82 |
</ClCompile>
|
|
83 |
<Link>
|
|
84 |
<OutputFile>$(OutDir)TestMasterMicroMod.exe</OutputFile>
|
|
85 |
<AdditionalLibraryDirectories>../../Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
86 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
87 |
<SubSystem>Console</SubSystem>
|
|
88 |
<OptimizeReferences>true</OptimizeReferences>
|
|
89 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
90 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
91 |
<DataExecutionPrevention>
|
|
92 |
</DataExecutionPrevention>
|
|
93 |
<TargetMachine>MachineX86</TargetMachine>
|
|
94 |
</Link>
|
|
95 |
</ItemDefinitionGroup>
|
|
96 |
<ItemGroup>
|
|
97 |
<ClCompile Include="getopt.c" />
|
|
98 |
<ClCompile Include="TestMaster.c" />
|
|
99 |
<ClCompile Include="TestMasterMicroMod.c" />
|
|
100 |
</ItemGroup>
|
|
101 |
<ItemGroup>
|
|
102 |
<ClInclude Include="getopt.h" />
|
|
103 |
<ClInclude Include="TestMaster.h" />
|
|
104 |
<ClInclude Include="TestMasterMicroMod.h" />
|
|
105 |
</ItemGroup>
|
|
106 |
<ItemGroup>
|
|
107 |
<ProjectReference Include="..\..\CanFestival-3.vc10.vcxproj">
|
|
108 |
<Project>{50ef2507-9b87-4525-8b19-80eb42e67079}</Project>
|
|
109 |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
110 |
</ProjectReference>
|
|
111 |
</ItemGroup>
|
|
112 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
113 |
<ImportGroup Label="ExtensionTargets">
|
|
114 |
</ImportGroup>
|
|
115 |
</Project> |