Skip to content

Commit 3c40518

Browse files
committed
Initial
1 parent 4e5e999 commit 3c40518

89 files changed

Lines changed: 3515 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
4+
<VisualStudioVersion>15.0</VisualStudioVersion>
5+
</PropertyGroup>
6+
<ItemGroup Label="ProjectConfigurations">
7+
<ProjectConfiguration Include="Debug|x86">
8+
<Configuration>Debug</Configuration>
9+
<Platform>x86</Platform>
10+
</ProjectConfiguration>
11+
<ProjectConfiguration Include="Release|x86">
12+
<Configuration>Release</Configuration>
13+
<Platform>x86</Platform>
14+
</ProjectConfiguration>
15+
<ProjectConfiguration Include="Debug|x64">
16+
<Configuration>Debug</Configuration>
17+
<Platform>x64</Platform>
18+
</ProjectConfiguration>
19+
<ProjectConfiguration Include="Release|x64">
20+
<Configuration>Release</Configuration>
21+
<Platform>x64</Platform>
22+
</ProjectConfiguration>
23+
<ProjectConfiguration Include="Debug|ARM">
24+
<Configuration>Debug</Configuration>
25+
<Platform>ARM</Platform>
26+
</ProjectConfiguration>
27+
<ProjectConfiguration Include="Release|ARM">
28+
<Configuration>Release</Configuration>
29+
<Platform>ARM</Platform>
30+
</ProjectConfiguration>
31+
<ProjectConfiguration Include="Debug|ARM64">
32+
<Configuration>Debug</Configuration>
33+
<Platform>ARM64</Platform>
34+
</ProjectConfiguration>
35+
<ProjectConfiguration Include="Release|ARM64">
36+
<Configuration>Release</Configuration>
37+
<Platform>ARM64</Platform>
38+
</ProjectConfiguration>
39+
<ProjectConfiguration Include="Debug|AnyCPU">
40+
<Configuration>Debug</Configuration>
41+
<Platform>AnyCPU</Platform>
42+
</ProjectConfiguration>
43+
<ProjectConfiguration Include="Release|AnyCPU">
44+
<Configuration>Release</Configuration>
45+
<Platform>AnyCPU</Platform>
46+
</ProjectConfiguration>
47+
</ItemGroup>
48+
<PropertyGroup>
49+
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
50+
</PropertyGroup>
51+
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
52+
<PropertyGroup>
53+
<ProjectGuid>5bbc0ed5-cabf-449c-8c44-e99dc5a0fce8</ProjectGuid>
54+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
55+
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
56+
<DefaultLanguage>pt-BR</DefaultLanguage>
57+
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
58+
<NoWarn>$(NoWarn);NU1702</NoWarn>
59+
<EntryPointProjectUniqueName>..\src\ClefExplorer.csproj</EntryPointProjectUniqueName>
60+
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
61+
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
62+
<PackageCertificateThumbprint>814462BA8E3A0F856116D2414DD7D438AF67B396</PackageCertificateThumbprint>
63+
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
64+
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
65+
<GenerateTestArtifacts>True</GenerateTestArtifacts>
66+
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
67+
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
68+
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
69+
</PropertyGroup>
70+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
71+
<AppxBundle>Always</AppxBundle>
72+
</PropertyGroup>
73+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74+
<AppxBundle>Always</AppxBundle>
75+
</PropertyGroup>
76+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
77+
<AppxBundle>Always</AppxBundle>
78+
</PropertyGroup>
79+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
80+
<AppxBundle>Always</AppxBundle>
81+
</PropertyGroup>
82+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83+
<AppxBundle>Always</AppxBundle>
84+
</PropertyGroup>
85+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
86+
<AppxBundle>Always</AppxBundle>
87+
</PropertyGroup>
88+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
89+
<AppxBundle>Always</AppxBundle>
90+
</PropertyGroup>
91+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
92+
<AppxBundle>Always</AppxBundle>
93+
</PropertyGroup>
94+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
95+
<AppxBundle>Always</AppxBundle>
96+
</PropertyGroup>
97+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
98+
<AppxBundle>Always</AppxBundle>
99+
</PropertyGroup>
100+
<ItemGroup>
101+
<AppxManifest Include="Package.appxmanifest">
102+
<SubType>Designer</SubType>
103+
</AppxManifest>
104+
</ItemGroup>
105+
<ItemGroup>
106+
<None Include="ClefExplorer.Package_TemporaryKey.pfx" />
107+
<Content Include="Images\LargeTile.scale-100.png" />
108+
<Content Include="Images\LargeTile.scale-125.png" />
109+
<Content Include="Images\LargeTile.scale-150.png" />
110+
<Content Include="Images\LargeTile.scale-200.png" />
111+
<Content Include="Images\LargeTile.scale-400.png" />
112+
<Content Include="Images\SmallTile.scale-100.png" />
113+
<Content Include="Images\SmallTile.scale-125.png" />
114+
<Content Include="Images\SmallTile.scale-150.png" />
115+
<Content Include="Images\SmallTile.scale-200.png" />
116+
<Content Include="Images\SmallTile.scale-400.png" />
117+
<Content Include="Images\SplashScreen.scale-100.png" />
118+
<Content Include="Images\SplashScreen.scale-125.png" />
119+
<Content Include="Images\SplashScreen.scale-150.png" />
120+
<Content Include="Images\SplashScreen.scale-200.png" />
121+
<Content Include="Images\LockScreenLogo.scale-200.png" />
122+
<Content Include="Images\SplashScreen.scale-400.png" />
123+
<Content Include="Images\Square150x150Logo.scale-100.png" />
124+
<Content Include="Images\Square150x150Logo.scale-125.png" />
125+
<Content Include="Images\Square150x150Logo.scale-150.png" />
126+
<Content Include="Images\Square150x150Logo.scale-200.png" />
127+
<Content Include="Images\Square150x150Logo.scale-400.png" />
128+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
129+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
130+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
131+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
132+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
133+
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-16.png" />
134+
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-256.png" />
135+
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-32.png" />
136+
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-48.png" />
137+
<Content Include="Images\Square44x44Logo.scale-100.png" />
138+
<Content Include="Images\Square44x44Logo.scale-125.png" />
139+
<Content Include="Images\Square44x44Logo.scale-150.png" />
140+
<Content Include="Images\Square44x44Logo.scale-200.png" />
141+
<Content Include="Images\Square44x44Logo.scale-400.png" />
142+
<Content Include="Images\Square44x44Logo.targetsize-16.png" />
143+
<Content Include="Images\Square44x44Logo.targetsize-24.png" />
144+
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
145+
<Content Include="Images\Square44x44Logo.targetsize-256.png" />
146+
<Content Include="Images\Square44x44Logo.targetsize-32.png" />
147+
<Content Include="Images\Square44x44Logo.targetsize-48.png" />
148+
<Content Include="Images\StoreLogo.scale-100.png" />
149+
<Content Include="Images\StoreLogo.scale-125.png" />
150+
<Content Include="Images\StoreLogo.scale-150.png" />
151+
<Content Include="Images\StoreLogo.scale-200.png" />
152+
<Content Include="Images\StoreLogo.scale-400.png" />
153+
<Content Include="Images\Wide310x150Logo.scale-100.png" />
154+
<Content Include="Images\Wide310x150Logo.scale-125.png" />
155+
<Content Include="Images\Wide310x150Logo.scale-150.png" />
156+
<Content Include="Images\Wide310x150Logo.scale-200.png" />
157+
<Content Include="Images\Wide310x150Logo.scale-400.png" />
158+
<None Include="Package.StoreAssociation.xml" />
159+
</ItemGroup>
160+
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
161+
<ItemGroup>
162+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" PrivateAssets="all" />
163+
</ItemGroup>
164+
<ItemGroup>
165+
<ProjectReference Include="..\src\ClefExplorer.csproj" />
166+
</ItemGroup>
167+
</Project>
5.98 KB
7.58 KB
9.45 KB
13.2 KB
31 KB
1.4 KB
1.59 KB
2.11 KB
2.5 KB

0 commit comments

Comments
 (0)