ui/wpf/UIwrapper/UIwrapper/UIwrapper.vcxproj

changeset 0
2483f517c562
equal deleted inserted replaced
-1:000000000000 0:2483f517c562
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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.2</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>v140</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>v140</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>v140</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>v140</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 <OutDir>$(SolutionDir)..\..\..\build\UIwrapper\</OutDir>
86 <IntDir>$(SolutionDir)..\..\..\build\UIwrapper\$(Configuration)\</IntDir>
87 <LibraryPath>$(LibraryPath)</LibraryPath>
88 </PropertyGroup>
89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90 <ClCompile>
91 <WarningLevel>Level3</WarningLevel>
92 <Optimization>Disabled</Optimization>
93 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <PrecompiledHeader>Use</PrecompiledHeader>
95 <AdditionalUsingDirectories>$(SolutionDir)..\..\..\build\UIcore\;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
96 </ClCompile>
97 <Link>
98 <GenerateDebugInformation>true</GenerateDebugInformation>
99 <AdditionalDependencies />
100 <AdditionalLibraryDirectories>C:\Users\Olaf\Projekte\toolkit\build\UIcore\</AdditionalLibraryDirectories>
101 </Link>
102 </ItemDefinitionGroup>
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
104 <ClCompile>
105 <WarningLevel>Level3</WarningLevel>
106 <Optimization>Disabled</Optimization>
107 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108 <PrecompiledHeader>Use</PrecompiledHeader>
109 <AdditionalUsingDirectories>$(SolutionDir)..\..\..\build\UIcore\;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
110 </ClCompile>
111 <Link>
112 <GenerateDebugInformation>true</GenerateDebugInformation>
113 <AdditionalDependencies>
114 </AdditionalDependencies>
115 <AdditionalLibraryDirectories>
116 </AdditionalLibraryDirectories>
117 </Link>
118 </ItemDefinitionGroup>
119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120 <ClCompile>
121 <WarningLevel>Level3</WarningLevel>
122 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 <PrecompiledHeader>Use</PrecompiledHeader>
124 </ClCompile>
125 <Link>
126 <GenerateDebugInformation>true</GenerateDebugInformation>
127 <AdditionalDependencies />
128 </Link>
129 </ItemDefinitionGroup>
130 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
131 <ClCompile>
132 <WarningLevel>Level3</WarningLevel>
133 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
134 <PrecompiledHeader>Use</PrecompiledHeader>
135 <AdditionalUsingDirectories>$(SolutionDir)..\..\..\build\UIcore\;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
136 <DebugInformationFormat>None</DebugInformationFormat>
137 </ClCompile>
138 <Link>
139 <GenerateDebugInformation>true</GenerateDebugInformation>
140 <AdditionalDependencies>
141 </AdditionalDependencies>
142 </Link>
143 </ItemDefinitionGroup>
144 <ItemGroup>
145 <Reference Include="PresentationCore" />
146 <Reference Include="PresentationFramework" />
147 <Reference Include="System" />
148 <Reference Include="System.Data" />
149 <Reference Include="System.Windows" />
150 <Reference Include="System.Windows.Controls.Ribbon" />
151 <Reference Include="System.Xaml" />
152 <Reference Include="System.Xml" />
153 <Reference Include="WindowsBase" />
154 </ItemGroup>
155 <ItemGroup>
156 <ClInclude Include="controls.h" />
157 <ClInclude Include="container.h" />
158 <ClInclude Include="graphics.h" />
159 <ClInclude Include="menu.h" />
160 <ClInclude Include="resource.h" />
161 <ClInclude Include="Stdafx.h" />
162 <ClInclude Include="toolbar.h" />
163 <ClInclude Include="toolkit.h" />
164 <ClInclude Include="window.h" />
165 </ItemGroup>
166 <ItemGroup>
167 <ClCompile Include="AssemblyInfo.cpp" />
168 <ClCompile Include="controls.cpp" />
169 <ClCompile Include="graphics.cpp" />
170 <ClCompile Include="menu.cpp" />
171 <ClCompile Include="container.cpp" />
172 <ClCompile Include="toolbar.cpp" />
173 <ClCompile Include="window.cpp" />
174 <ClCompile Include="Stdafx.cpp">
175 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
176 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
177 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
178 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
179 </ClCompile>
180 <ClCompile Include="toolkit.cpp" />
181 </ItemGroup>
182 <ItemGroup>
183 <Text Include="ReadMe.txt" />
184 </ItemGroup>
185 <ItemGroup>
186 <ResourceCompile Include="app.rc" />
187 </ItemGroup>
188 <ItemGroup>
189 <Image Include="app.ico" />
190 </ItemGroup>
191 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192 <ImportGroup Label="ExtensionTargets">
193 </ImportGroup>
194 </Project>

mercurial