'published!?'
haldean
5 years ago
5 | 5 | xmlns:local="clr-namespace:Tau" |
6 | 6 | mc:Ignorable="d" |
7 | 7 | FocusManager.FocusedElement="{Binding ElementName=Input}" |
8 | Title="tau" Height="338.621" Width="224.735"> | |
8 | Title="" Height="338.621" Width="224.735" | |
9 | Icon="icon.ico"> | |
9 | 10 | <Grid> |
10 | 11 | <Grid.RowDefinitions> |
11 | 12 | <RowDefinition Height="*"/> |
17 | 18 | <DataTemplate> |
18 | 19 | <StackPanel Orientation="Horizontal"> |
19 | 20 | <TextBlock Name="Name" Margin="0,0,10,0" FontFamily="PragmataPro" FontSize="20" Text="{Binding Name, Mode=OneWay}" Foreground="#FF7799CC" MinWidth="30"/> |
20 | <TextBlock Name="Value" FontFamily="PragmataPro" FontSize="20" Text="{Binding Value, Mode=OneWay, StringFormat=G8}" /> | |
21 | <TextBlock Name="Value" FontFamily="PragmataPro" FontSize="20" Text="{Binding Value, Mode=OneWay, StringFormat=g8}" /> | |
21 | 22 | </StackPanel> |
22 | 23 | </DataTemplate> |
23 | 24 | </ListBox.ItemTemplate> |
0 | <?xml version="1.0" encoding="utf-8"?> | |
1 | <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> | |
2 | <assemblyIdentity version="1.0.0.0" name="MyApplication.app" /> | |
3 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> | |
4 | <security> | |
5 | <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> | |
6 | <!-- UAC Manifest Options | |
7 | If you want to change the Windows User Account Control level replace the | |
8 | requestedExecutionLevel node with one of the following. | |
9 | ||
10 | <requestedExecutionLevel level="asInvoker" uiAccess="false" /> | |
11 | <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> | |
12 | <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> | |
13 | ||
14 | Specifying requestedExecutionLevel element will disable file and registry virtualization. | |
15 | Remove this element if your application requires this virtualization for backwards | |
16 | compatibility. | |
17 | --> | |
18 | <requestedExecutionLevel level="asInvoker" uiAccess="false" /> | |
19 | </requestedPrivileges> | |
20 | <applicationRequestMinimum> | |
21 | <PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" /> | |
22 | <defaultAssemblyRequest permissionSetReference="Custom" /> | |
23 | </applicationRequestMinimum> | |
24 | </security> | |
25 | </trustInfo> | |
26 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> | |
27 | <application> | |
28 | <!-- A list of the Windows versions that this application has been tested on and is | |
29 | is designed to work with. Uncomment the appropriate elements and Windows will | |
30 | automatically selected the most compatible environment. --> | |
31 | <!-- Windows Vista --> | |
32 | <!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />--> | |
33 | <!-- Windows 7 --> | |
34 | <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />--> | |
35 | <!-- Windows 8 --> | |
36 | <!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />--> | |
37 | <!-- Windows 8.1 --> | |
38 | <!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />--> | |
39 | <!-- Windows 10 --> | |
40 | <!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />--> | |
41 | </application> | |
42 | </compatibility> | |
43 | <!-- Indicates that the application is DPI-aware and will not be automatically scaled by Windows at higher | |
44 | DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need | |
45 | to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should | |
46 | also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. --> | |
47 | <!-- | |
48 | <application xmlns="urn:schemas-microsoft-com:asm.v3"> | |
49 | <windowsSettings> | |
50 | <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> | |
51 | </windowsSettings> | |
52 | </application> | |
53 | --> | |
54 | <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) --> | |
55 | <!-- | |
56 | <dependency> | |
57 | <dependentAssembly> | |
58 | <assemblyIdentity | |
59 | type="win32" | |
60 | name="Microsoft.Windows.Common-Controls" | |
61 | version="6.0.0.0" | |
62 | processorArchitecture="*" | |
63 | publicKeyToken="6595b64144ccf1df" | |
64 | language="*" | |
65 | /> | |
66 | </dependentAssembly> | |
67 | </dependency> | |
68 | --> | |
69 | </assembly>⏎ |
12 | 12 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
13 | 13 | <WarningLevel>4</WarningLevel> |
14 | 14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
15 | <IsWebBootstrapper>false</IsWebBootstrapper> | |
16 | <PublishUrl>publish\</PublishUrl> | |
17 | <Install>true</Install> | |
18 | <InstallFrom>Disk</InstallFrom> | |
19 | <UpdateEnabled>false</UpdateEnabled> | |
20 | <UpdateMode>Foreground</UpdateMode> | |
21 | <UpdateInterval>7</UpdateInterval> | |
22 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
23 | <UpdatePeriodically>false</UpdatePeriodically> | |
24 | <UpdateRequired>false</UpdateRequired> | |
25 | <MapFileExtensions>true</MapFileExtensions> | |
26 | <ApplicationRevision>1</ApplicationRevision> | |
27 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
28 | <UseApplicationTrust>false</UseApplicationTrust> | |
29 | <PublishWizardCompleted>true</PublishWizardCompleted> | |
30 | <BootstrapperEnabled>true</BootstrapperEnabled> | |
15 | 31 | </PropertyGroup> |
16 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 33 | <PlatformTarget>AnyCPU</PlatformTarget> |
18 | 34 | <DebugSymbols>true</DebugSymbols> |
19 | 35 | <DebugType>full</DebugType> |
20 | <Optimize>false</Optimize> | |
36 | <Optimize>true</Optimize> | |
21 | 37 | <OutputPath>bin\Debug\</OutputPath> |
22 | 38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
23 | 39 | <ErrorReport>prompt</ErrorReport> |
24 | 40 | <WarningLevel>4</WarningLevel> |
41 | <Prefer32Bit>false</Prefer32Bit> | |
25 | 42 | </PropertyGroup> |
26 | 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 44 | <PlatformTarget>AnyCPU</PlatformTarget> |
31 | 48 | <DefineConstants>TRACE</DefineConstants> |
32 | 49 | <ErrorReport>prompt</ErrorReport> |
33 | 50 | <WarningLevel>4</WarningLevel> |
51 | </PropertyGroup> | |
52 | <PropertyGroup> | |
53 | <ApplicationIcon>icon.ico</ApplicationIcon> | |
54 | </PropertyGroup> | |
55 | <PropertyGroup> | |
56 | <ManifestCertificateThumbprint>13AE5FCA2C6C99BFAFD05D4395F5A775206054D5</ManifestCertificateThumbprint> | |
57 | </PropertyGroup> | |
58 | <PropertyGroup> | |
59 | <ManifestKeyFile>Tau_TemporaryKey.pfx</ManifestKeyFile> | |
60 | </PropertyGroup> | |
61 | <PropertyGroup> | |
62 | <GenerateManifests>true</GenerateManifests> | |
63 | </PropertyGroup> | |
64 | <PropertyGroup> | |
65 | <TargetZone>LocalIntranet</TargetZone> | |
66 | </PropertyGroup> | |
67 | <PropertyGroup> | |
68 | <ApplicationManifest>Properties\app.manifest</ApplicationManifest> | |
69 | </PropertyGroup> | |
70 | <PropertyGroup> | |
71 | <SignManifests>true</SignManifests> | |
34 | 72 | </PropertyGroup> |
35 | 73 | <ItemGroup> |
36 | 74 | <Reference Include="System" /> |
90 | 128 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
91 | 129 | </EmbeddedResource> |
92 | 130 | <None Include="packages.config" /> |
131 | <None Include="Properties\app.manifest" /> | |
93 | 132 | <None Include="Properties\Settings.settings"> |
94 | 133 | <Generator>SettingsSingleFileGenerator</Generator> |
95 | 134 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
96 | 135 | </None> |
136 | <None Include="Tau_TemporaryKey.pfx" /> | |
97 | 137 | </ItemGroup> |
98 | 138 | <ItemGroup> |
99 | 139 | <None Include="App.config" /> |
100 | 140 | </ItemGroup> |
141 | <ItemGroup> | |
142 | <Resource Include="icon.ico" /> | |
143 | </ItemGroup> | |
144 | <ItemGroup> | |
145 | <BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> | |
146 | <Visible>False</Visible> | |
147 | <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName> | |
148 | <Install>true</Install> | |
149 | </BootstrapperPackage> | |
150 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
151 | <Visible>False</Visible> | |
152 | <ProductName>.NET Framework 3.5 SP1</ProductName> | |
153 | <Install>false</Install> | |
154 | </BootstrapperPackage> | |
155 | </ItemGroup> | |
101 | 156 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
102 | 157 | </Project>⏎ |
Binary diff not shown