Toasts – Diff between revs 1 and 2
?pathlinks?
Rev 1 | Rev 2 | |||
---|---|---|---|---|
Line 74... | Line 74... | |||
74 | <Reference Include="System.Xml" /> |
74 | <Reference Include="System.Xml" /> |
|
75 | </ItemGroup> |
75 | </ItemGroup> |
|
76 | <ItemGroup> |
76 | <ItemGroup> |
|
77 | <Compile Include="FormAnimator.cs" /> |
77 | <Compile Include="FormAnimator.cs" /> |
|
78 | <Compile Include="NativeMethods.cs" /> |
78 | <Compile Include="NativeMethods.cs" /> |
|
79 | <Compile Include="Notification.cs"> |
79 | <Compile Include="ToastForm.cs"> |
|
80 | <SubType>Form</SubType> |
80 | <SubType>Form</SubType> |
|
81 | </Compile> |
81 | </Compile> |
|
82 | <Compile Include="Notification.designer.cs"> |
82 | <Compile Include="ToastForm.designer.cs"> |
|
83 | <DependentUpon>Notification.cs</DependentUpon> |
83 | <DependentUpon>ToastForm.cs</DependentUpon> |
|
84 | </Compile> |
84 | </Compile> |
|
85 | <Compile Include="Properties\AssemblyInfo.cs" /> |
85 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
86 | <EmbeddedResource Include="Notification.resx"> |
86 | <EmbeddedResource Include="ToastForm.resx"> |
|
87 | <DependentUpon>Notification.cs</DependentUpon> |
87 | <DependentUpon>ToastForm.cs</DependentUpon> |
|
88 | </EmbeddedResource> |
88 | </EmbeddedResource> |
|
89 | <EmbeddedResource Include="Properties\Resources.resx"> |
89 | <EmbeddedResource Include="Properties\Resources.resx"> |
|
90 | <Generator>ResXFileCodeGenerator</Generator> |
90 | <Generator>ResXFileCodeGenerator</Generator> |
|
91 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
91 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
92 | <SubType>Designer</SubType> |
92 | <SubType>Designer</SubType> |