Toasts – Diff between revs 8 and 20
?pathlinks?
Rev 8 | Rev 20 | |||
---|---|---|---|---|
Line 6... | Line 6... | |||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
7 | <ProjectGuid>{58BCE3B2-2C1F-412D-8C6A-C51948B0AE10}</ProjectGuid> |
7 | <ProjectGuid>{58BCE3B2-2C1F-412D-8C6A-C51948B0AE10}</ProjectGuid> |
|
8 | <OutputType>WinExe</OutputType> |
8 | <OutputType>WinExe</OutputType> |
|
9 | <RootNamespace>Test</RootNamespace> |
9 | <RootNamespace>Test</RootNamespace> |
|
10 | <AssemblyName>Test</AssemblyName> |
10 | <AssemblyName>Test</AssemblyName> |
|
11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
11 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
|
12 | <FileAlignment>512</FileAlignment> |
12 | <FileAlignment>512</FileAlignment> |
|
13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
14 | <Deterministic>true</Deterministic> |
14 | <Deterministic>true</Deterministic> |
|
- | 15 | <TargetFrameworkProfile /> |
||
15 | </PropertyGroup> |
16 | </PropertyGroup> |
|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
17 | <PlatformTarget>AnyCPU</PlatformTarget> |
18 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
18 | <DebugSymbols>true</DebugSymbols> |
19 | <DebugSymbols>true</DebugSymbols> |
|
19 | <DebugType>full</DebugType> |
20 | <DebugType>full</DebugType> |
|
Line 63... | Line 64... | |||
63 | <SubType>Designer</SubType> |
64 | <SubType>Designer</SubType> |
|
64 | </EmbeddedResource> |
65 | </EmbeddedResource> |
|
65 | <Compile Include="Properties\Resources.Designer.cs"> |
66 | <Compile Include="Properties\Resources.Designer.cs"> |
|
66 | <AutoGen>True</AutoGen> |
67 | <AutoGen>True</AutoGen> |
|
67 | <DependentUpon>Resources.resx</DependentUpon> |
68 | <DependentUpon>Resources.resx</DependentUpon> |
|
- | 69 | <DesignTime>True</DesignTime> |
||
68 | </Compile> |
70 | </Compile> |
|
69 | <None Include="Properties\Settings.settings"> |
71 | <None Include="Properties\Settings.settings"> |
|
70 | <Generator>SettingsSingleFileGenerator</Generator> |
72 | <Generator>SettingsSingleFileGenerator</Generator> |
|
71 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
73 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
72 | </None> |
74 | </None> |