author | mwildbolz |
Mon, 01 Oct 2012 17:09:55 +0200 | |
changeset 752 | 48a0ebbefa74 |
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>can_ixxat_win32</ProjectName> |
|
15 |
<ProjectGuid>{8F57E7FF-1B73-4134-A2B2-9C0EADB2AEFB}</ProjectGuid> |
|
16 |
<RootNamespace>can_ixxat_win32</RootNamespace> |
|
17 |
<Keyword>Win32Proj</Keyword> |
|
18 |
</PropertyGroup> |
|
19 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
20 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
21 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
22 |
<CharacterSet>MultiByte</CharacterSet> |
|
23 |
</PropertyGroup> |
|
24 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
25 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
731
c4793e10e04f
VS2010 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
725
diff
changeset
|
26 |
<CharacterSet>MultiByte</CharacterSet> |
709 | 27 |
</PropertyGroup> |
28 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
29 |
<ImportGroup Label="ExtensionSettings"> |
|
30 |
</ImportGroup> |
|
31 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
32 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
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;_WINDOWS;_USRDLL;%(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:
721
diff
changeset
|
60 |
<ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName> |
709 | 61 |
</ClCompile> |
62 |
<Link> |
|
63 |
<AdditionalDependencies>vci11un6.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
64 |
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile> |
|
65 |
<ModuleDefinitionFile>IXXAT.def</ModuleDefinitionFile> |
|
66 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
67 |
<ProgramDatabaseFile>$(OutDir)$(ProjectName).pdb</ProgramDatabaseFile> |
|
68 |
<SubSystem>Windows</SubSystem> |
|
69 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
70 |
<DataExecutionPrevention> |
|
71 |
</DataExecutionPrevention> |
|
72 |
<ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> |
|
73 |
<TargetMachine>MachineX86</TargetMachine> |
|
74 |
</Link> |
|
75 |
</ItemDefinitionGroup> |
|
76 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
77 |
<ClCompile> |
|
78 |
<AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
79 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
80 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
81 |
<PrecompiledHeader> |
|
82 |
</PrecompiledHeader> |
|
83 |
<WarningLevel>Level3</WarningLevel> |
|
84 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
85 |
</ClCompile> |
|
86 |
<Link> |
|
87 |
<AdditionalDependencies>vci11un6.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
88 |
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile> |
|
89 |
<ModuleDefinitionFile>IXXAT.def</ModuleDefinitionFile> |
|
90 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
91 |
<SubSystem>Windows</SubSystem> |
|
92 |
<OptimizeReferences>true</OptimizeReferences> |
|
93 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
94 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
95 |
<DataExecutionPrevention> |
|
96 |
</DataExecutionPrevention> |
|
97 |
<ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> |
|
98 |
<TargetMachine>MachineX86</TargetMachine> |
|
99 |
</Link> |
|
100 |
</ItemDefinitionGroup> |
|
101 |
<ItemGroup> |
|
102 |
<ClCompile Include="IXXAT.cpp" /> |
|
103 |
</ItemGroup> |
|
104 |
<ItemGroup> |
|
105 |
<ClInclude Include="async_access_que.h" /> |
|
106 |
<ClInclude Include="autoreleasecs.h" /> |
|
107 |
<ClInclude Include="Vci2.h" /> |
|
108 |
</ItemGroup> |
|
109 |
<ItemGroup> |
|
110 |
<None Include="IXXAT.def" /> |
|
111 |
</ItemGroup> |
|
112 |
<ItemGroup> |
|
113 |
<Library Include="Vci11un6.lib" /> |
|
114 |
</ItemGroup> |
|
115 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
116 |
<ImportGroup Label="ExtensionTargets"> |
|
117 |
</ImportGroup> |
|
118 |
</Project> |