Skip to content

Commit c403afb

Browse files
committed
added Universal App project files
1 parent 0456810 commit c403afb

File tree

6 files changed

+350
-0
lines changed

6 files changed

+350
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Label="Globals">
4+
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5+
<HasSharedItems>true</HasSharedItems>
6+
<ItemsProjectGuid>{16af311f-74ca-45a3-a82d-6334200fb124}</ItemsProjectGuid>
7+
<ItemsRootNamespace>libbullet</ItemsRootNamespace>
8+
<ItemsProjectName>libbullet.Shared</ItemsProjectName>
9+
<CodeSharingProject>248F659F-DAC5-46E8-AC09-60EC9FC95053</CodeSharingProject>
10+
</PropertyGroup>
11+
<ItemDefinitionGroup>
12+
<ClCompile>
13+
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory)</AdditionalIncludeDirectories>
14+
</ClCompile>
15+
</ItemDefinitionGroup>
16+
<ItemGroup>
17+
<ProjectCapability Include="SourceItemsFromImports" />
18+
</ItemGroup>
19+
</Project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
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|ARM">
5+
<Configuration>Debug</Configuration>
6+
<Platform>ARM</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Debug|Win32">
9+
<Configuration>Debug</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Debug|x64">
13+
<Configuration>Debug</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|ARM">
17+
<Configuration>Release</Configuration>
18+
<Platform>ARM</Platform>
19+
</ProjectConfiguration>
20+
<ProjectConfiguration Include="Release|Win32">
21+
<Configuration>Release</Configuration>
22+
<Platform>Win32</Platform>
23+
</ProjectConfiguration>
24+
<ProjectConfiguration Include="Release|x64">
25+
<Configuration>Release</Configuration>
26+
<Platform>x64</Platform>
27+
</ProjectConfiguration>
28+
</ItemGroup>
29+
<PropertyGroup Label="Globals">
30+
<ProjectGuid>{ec2b1292-2d8c-4feb-a84b-2550b32c1ae7}</ProjectGuid>
31+
<RootNamespace>libbullet</RootNamespace>
32+
<DefaultLanguage>en-US</DefaultLanguage>
33+
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
34+
<AppContainerApplication>true</AppContainerApplication>
35+
<ApplicationType>Windows Store</ApplicationType>
36+
<ApplicationTypeRevision>8.1</ApplicationTypeRevision>
37+
<ConvergedProjectType>CodeSharingStaticLibrary</ConvergedProjectType>
38+
</PropertyGroup>
39+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
40+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41+
<ConfigurationType>StaticLibrary</ConfigurationType>
42+
<UseDebugLibraries>true</UseDebugLibraries>
43+
<PlatformToolset>v120</PlatformToolset>
44+
</PropertyGroup>
45+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
46+
<ConfigurationType>StaticLibrary</ConfigurationType>
47+
<UseDebugLibraries>true</UseDebugLibraries>
48+
<PlatformToolset>v120</PlatformToolset>
49+
</PropertyGroup>
50+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
51+
<ConfigurationType>StaticLibrary</ConfigurationType>
52+
<UseDebugLibraries>true</UseDebugLibraries>
53+
<PlatformToolset>v120</PlatformToolset>
54+
</PropertyGroup>
55+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
56+
<ConfigurationType>StaticLibrary</ConfigurationType>
57+
<UseDebugLibraries>false</UseDebugLibraries>
58+
<WholeProgramOptimization>true</WholeProgramOptimization>
59+
<PlatformToolset>v120</PlatformToolset>
60+
</PropertyGroup>
61+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
62+
<ConfigurationType>StaticLibrary</ConfigurationType>
63+
<UseDebugLibraries>false</UseDebugLibraries>
64+
<WholeProgramOptimization>true</WholeProgramOptimization>
65+
<PlatformToolset>v120</PlatformToolset>
66+
</PropertyGroup>
67+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
68+
<ConfigurationType>StaticLibrary</ConfigurationType>
69+
<UseDebugLibraries>false</UseDebugLibraries>
70+
<WholeProgramOptimization>true</WholeProgramOptimization>
71+
<PlatformToolset>v120</PlatformToolset>
72+
</PropertyGroup>
73+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
74+
<Import Project="..\libbullet.Shared\libbullet.Shared.vcxitems" Label="Shared" />
75+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77+
</ImportGroup>
78+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80+
</ImportGroup>
81+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
82+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83+
</ImportGroup>
84+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
85+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86+
</ImportGroup>
87+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
88+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89+
</ImportGroup>
90+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
91+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92+
</ImportGroup>
93+
<PropertyGroup Label="UserMacros" />
94+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
95+
<GenerateManifest>false</GenerateManifest>
96+
</PropertyGroup>
97+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98+
<GenerateManifest>false</GenerateManifest>
99+
</PropertyGroup>
100+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
101+
<GenerateManifest>false</GenerateManifest>
102+
</PropertyGroup>
103+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
104+
<GenerateManifest>false</GenerateManifest>
105+
</PropertyGroup>
106+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107+
<GenerateManifest>false</GenerateManifest>
108+
</PropertyGroup>
109+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
110+
<GenerateManifest>false</GenerateManifest>
111+
</PropertyGroup>
112+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
113+
<ClCompile>
114+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
115+
<CompileAsWinRT>false</CompileAsWinRT>
116+
<SDLCheck>true</SDLCheck>
117+
</ClCompile>
118+
<Link>
119+
<SubSystem>Console</SubSystem>
120+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
121+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
122+
</Link>
123+
</ItemDefinitionGroup>
124+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
125+
<ClCompile>
126+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
127+
<CompileAsWinRT>false</CompileAsWinRT>
128+
<SDLCheck>true</SDLCheck>
129+
</ClCompile>
130+
<Link>
131+
<SubSystem>Console</SubSystem>
132+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
133+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
134+
</Link>
135+
</ItemDefinitionGroup>
136+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
137+
<ClCompile>
138+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
139+
<CompileAsWinRT>false</CompileAsWinRT>
140+
<SDLCheck>true</SDLCheck>
141+
</ClCompile>
142+
<Link>
143+
<SubSystem>Console</SubSystem>
144+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
145+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
146+
</Link>
147+
</ItemDefinitionGroup>
148+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
149+
<ClCompile>
150+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
151+
<CompileAsWinRT>false</CompileAsWinRT>
152+
<SDLCheck>true</SDLCheck>
153+
</ClCompile>
154+
<Link>
155+
<SubSystem>Console</SubSystem>
156+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
157+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
158+
</Link>
159+
</ItemDefinitionGroup>
160+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
161+
<ClCompile>
162+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
163+
<CompileAsWinRT>false</CompileAsWinRT>
164+
<SDLCheck>true</SDLCheck>
165+
</ClCompile>
166+
<Link>
167+
<SubSystem>Console</SubSystem>
168+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
169+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
170+
</Link>
171+
</ItemDefinitionGroup>
172+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
173+
<ClCompile>
174+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
175+
<CompileAsWinRT>false</CompileAsWinRT>
176+
<SDLCheck>true</SDLCheck>
177+
</ClCompile>
178+
<Link>
179+
<SubSystem>Console</SubSystem>
180+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
181+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
182+
</Link>
183+
</ItemDefinitionGroup>
184+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185+
<ImportGroup Label="ExtensionTargets">
186+
</ImportGroup>
187+
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
</ItemGroup>
5+
</Project>
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
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|ARM">
5+
<Configuration>Debug</Configuration>
6+
<Platform>ARM</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Debug|Win32">
9+
<Configuration>Debug</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Release|ARM">
13+
<Configuration>Release</Configuration>
14+
<Platform>ARM</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|Win32">
17+
<Configuration>Release</Configuration>
18+
<Platform>Win32</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<ProjectGuid>{e35634bd-b91b-4a6d-b957-96f56dd065f9}</ProjectGuid>
23+
<RootNamespace>libbullet</RootNamespace>
24+
<DefaultLanguage>en-US</DefaultLanguage>
25+
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
26+
<AppContainerApplication>true</AppContainerApplication>
27+
<ApplicationType>Windows Phone</ApplicationType>
28+
<ApplicationTypeRevision>8.1</ApplicationTypeRevision>
29+
<ConvergedProjectType>CodeSharingStaticLibrary</ConvergedProjectType>
30+
</PropertyGroup>
31+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33+
<ConfigurationType>StaticLibrary</ConfigurationType>
34+
<UseDebugLibraries>true</UseDebugLibraries>
35+
<PlatformToolset>v120_wp81</PlatformToolset>
36+
</PropertyGroup>
37+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
38+
<ConfigurationType>StaticLibrary</ConfigurationType>
39+
<UseDebugLibraries>true</UseDebugLibraries>
40+
<PlatformToolset>v120_wp81</PlatformToolset>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
43+
<ConfigurationType>StaticLibrary</ConfigurationType>
44+
<UseDebugLibraries>false</UseDebugLibraries>
45+
<WholeProgramOptimization>true</WholeProgramOptimization>
46+
<PlatformToolset>v120_wp81</PlatformToolset>
47+
</PropertyGroup>
48+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
49+
<ConfigurationType>StaticLibrary</ConfigurationType>
50+
<UseDebugLibraries>false</UseDebugLibraries>
51+
<WholeProgramOptimization>true</WholeProgramOptimization>
52+
<PlatformToolset>v120_wp81</PlatformToolset>
53+
</PropertyGroup>
54+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55+
<Import Project="..\libbullet.Shared\libbullet.Shared.vcxitems" Label="Shared" />
56+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58+
</ImportGroup>
59+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61+
</ImportGroup>
62+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
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|ARM'">
66+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67+
</ImportGroup>
68+
<PropertyGroup Label="UserMacros" />
69+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70+
<GenerateManifest>false</GenerateManifest>
71+
</PropertyGroup>
72+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73+
<GenerateManifest>false</GenerateManifest>
74+
</PropertyGroup>
75+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
76+
<GenerateManifest>false</GenerateManifest>
77+
</PropertyGroup>
78+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
79+
<GenerateManifest>false</GenerateManifest>
80+
</PropertyGroup>
81+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82+
<ClCompile>
83+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
84+
<CompileAsWinRT>false</CompileAsWinRT>
85+
<SDLCheck>true</SDLCheck>
86+
</ClCompile>
87+
<Link>
88+
<SubSystem>Console</SubSystem>
89+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
90+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
91+
</Link>
92+
</ItemDefinitionGroup>
93+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
94+
<ClCompile>
95+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
96+
<CompileAsWinRT>false</CompileAsWinRT>
97+
<SDLCheck>true</SDLCheck>
98+
</ClCompile>
99+
<Link>
100+
<SubSystem>Console</SubSystem>
101+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
102+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
103+
</Link>
104+
</ItemDefinitionGroup>
105+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
106+
<ClCompile>
107+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
108+
<CompileAsWinRT>false</CompileAsWinRT>
109+
<SDLCheck>true</SDLCheck>
110+
</ClCompile>
111+
<Link>
112+
<SubSystem>Console</SubSystem>
113+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
114+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
115+
</Link>
116+
</ItemDefinitionGroup>
117+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
118+
<ClCompile>
119+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
120+
<CompileAsWinRT>false</CompileAsWinRT>
121+
<SDLCheck>true</SDLCheck>
122+
</ClCompile>
123+
<Link>
124+
<SubSystem>Console</SubSystem>
125+
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
126+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
127+
</Link>
128+
</ItemDefinitionGroup>
129+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
130+
<ImportGroup Label="ExtensionTargets">
131+
</ImportGroup>
132+
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
</ItemGroup>
5+
</Project>

0 commit comments

Comments
 (0)