ui/wpf/UIwrapper/UIwrapper/UIwrapper.vcxproj

changeset 78
135920fe441b
child 81
5eb765a7a793
equal deleted inserted replaced
77:bc0ed99e49c7 78:135920fe441b
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.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>{367C474F-D7EA-44E3-9CB7-A4A35DCE9CC5}</ProjectGuid>
23 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
24 <Keyword>ManagedCProj</Keyword>
25 <RootNamespace>UIwrapper</RootNamespace>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>DynamicLibrary</ConfigurationType>
30 <UseDebugLibraries>true</UseDebugLibraries>
31 <PlatformToolset>v120</PlatformToolset>
32 <CLRSupport>true</CLRSupport>
33 <CharacterSet>Unicode</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
36 <ConfigurationType>DynamicLibrary</ConfigurationType>
37 <UseDebugLibraries>true</UseDebugLibraries>
38 <PlatformToolset>v120</PlatformToolset>
39 <CLRSupport>true</CLRSupport>
40 <CharacterSet>Unicode</CharacterSet>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
43 <ConfigurationType>DynamicLibrary</ConfigurationType>
44 <UseDebugLibraries>false</UseDebugLibraries>
45 <PlatformToolset>v120</PlatformToolset>
46 <CLRSupport>true</CLRSupport>
47 <CharacterSet>Unicode</CharacterSet>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50 <ConfigurationType>DynamicLibrary</ConfigurationType>
51 <UseDebugLibraries>false</UseDebugLibraries>
52 <PlatformToolset>v120</PlatformToolset>
53 <CLRSupport>true</CLRSupport>
54 <CharacterSet>Unicode</CharacterSet>
55 </PropertyGroup>
56 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57 <ImportGroup Label="ExtensionSettings">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 </ImportGroup>
68 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70 </ImportGroup>
71 <PropertyGroup Label="UserMacros" />
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73 <LinkIncremental>true</LinkIncremental>
74 <OutDir>$(SolutionDir)..\..\..\build\UIwrapper\</OutDir>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
77 <LinkIncremental>true</LinkIncremental>
78 <OutDir>$(SolutionDir)..\..\..\build\UIwrapper\</OutDir>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81 <LinkIncremental>false</LinkIncremental>
82 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
84 <LinkIncremental>false</LinkIncremental>
85 </PropertyGroup>
86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <ClCompile>
88 <WarningLevel>Level3</WarningLevel>
89 <Optimization>Disabled</Optimization>
90 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91 <PrecompiledHeader>Use</PrecompiledHeader>
92 </ClCompile>
93 <Link>
94 <GenerateDebugInformation>true</GenerateDebugInformation>
95 <AdditionalDependencies />
96 <AdditionalLibraryDirectories>C:\Users\Olaf\Projekte\toolkit\build\UIcore\</AdditionalLibraryDirectories>
97 </Link>
98 </ItemDefinitionGroup>
99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
100 <ClCompile>
101 <WarningLevel>Level3</WarningLevel>
102 <Optimization>Disabled</Optimization>
103 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104 <PrecompiledHeader>Use</PrecompiledHeader>
105 <AdditionalUsingDirectories>$(SolutionDir)..\..\..\build\UIcore\;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
106 </ClCompile>
107 <Link>
108 <GenerateDebugInformation>true</GenerateDebugInformation>
109 <AdditionalDependencies>
110 </AdditionalDependencies>
111 <AdditionalLibraryDirectories>
112 </AdditionalLibraryDirectories>
113 </Link>
114 </ItemDefinitionGroup>
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
116 <ClCompile>
117 <WarningLevel>Level3</WarningLevel>
118 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119 <PrecompiledHeader>Use</PrecompiledHeader>
120 </ClCompile>
121 <Link>
122 <GenerateDebugInformation>true</GenerateDebugInformation>
123 <AdditionalDependencies />
124 </Link>
125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
127 <ClCompile>
128 <WarningLevel>Level3</WarningLevel>
129 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130 <PrecompiledHeader>Use</PrecompiledHeader>
131 </ClCompile>
132 <Link>
133 <GenerateDebugInformation>true</GenerateDebugInformation>
134 <AdditionalDependencies>
135 </AdditionalDependencies>
136 </Link>
137 </ItemDefinitionGroup>
138 <ItemGroup>
139 <Reference Include="PresentationCore" />
140 <Reference Include="PresentationFramework" />
141 <Reference Include="System" />
142 <Reference Include="System.Data" />
143 <Reference Include="System.Windows" />
144 <Reference Include="System.Windows.Controls.Ribbon" />
145 <Reference Include="System.Xaml" />
146 <Reference Include="System.Xml" />
147 <Reference Include="WindowsBase" />
148 </ItemGroup>
149 <ItemGroup>
150 <ClInclude Include="resource.h" />
151 <ClInclude Include="Stdafx.h" />
152 <ClInclude Include="toolkit.h" />
153 <ClInclude Include="window.h" />
154 </ItemGroup>
155 <ItemGroup>
156 <ClCompile Include="AssemblyInfo.cpp" />
157 <ClCompile Include="window.cpp" />
158 <ClCompile Include="Stdafx.cpp">
159 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
160 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
161 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
162 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
163 </ClCompile>
164 <ClCompile Include="toolkit.cpp" />
165 </ItemGroup>
166 <ItemGroup>
167 <Text Include="ReadMe.txt" />
168 </ItemGroup>
169 <ItemGroup>
170 <ResourceCompile Include="app.rc" />
171 </ItemGroup>
172 <ItemGroup>
173 <Image Include="app.ico" />
174 </ItemGroup>
175 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176 <ImportGroup Label="ExtensionTargets">
177 </ImportGroup>
178 </Project>

mercurial