Toasts – Diff between revs 14 and 16
?pathlinks?
Rev 14 | Rev 16 | |||
---|---|---|---|---|
Line 63... | Line 63... | |||
63 | </StartupObject> |
63 | </StartupObject> |
|
64 | </PropertyGroup> |
64 | </PropertyGroup> |
|
65 | <ItemGroup> |
65 | <ItemGroup> |
|
66 | <Reference Include="System" /> |
66 | <Reference Include="System" /> |
|
67 | <Reference Include="System.Core" /> |
67 | <Reference Include="System.Core" /> |
|
- | 68 | <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
- | 69 | <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath> |
||
- | 70 | </Reference> |
||
68 | <Reference Include="System.Xml.Linq" /> |
71 | <Reference Include="System.Xml.Linq" /> |
|
69 | <Reference Include="System.Data.DataSetExtensions" /> |
72 | <Reference Include="System.Data.DataSetExtensions" /> |
|
70 | <Reference Include="System.Data" /> |
73 | <Reference Include="System.Data" /> |
|
71 | <Reference Include="System.Deployment" /> |
74 | <Reference Include="System.Deployment" /> |
|
72 | <Reference Include="System.Drawing" /> |
75 | <Reference Include="System.Drawing" /> |
|
Line 74... | Line 77... | |||
74 | <Reference Include="System.Xml" /> |
77 | <Reference Include="System.Xml" /> |
|
75 | </ItemGroup> |
78 | </ItemGroup> |
|
76 | <ItemGroup> |
79 | <ItemGroup> |
|
77 | <Compile Include="FormAnimator.cs" /> |
80 | <Compile Include="FormAnimator.cs" /> |
|
78 | <Compile Include="NativeMethods.cs" /> |
81 | <Compile Include="NativeMethods.cs" /> |
|
- | 82 | <Compile Include="ScheduledContinuation.cs" /> |
||
79 | <Compile Include="ToastForm.cs"> |
83 | <Compile Include="ToastForm.cs"> |
|
80 | <SubType>Form</SubType> |
84 | <SubType>Form</SubType> |
|
81 | </Compile> |
85 | </Compile> |
|
82 | <Compile Include="ToastForm.designer.cs"> |
86 | <Compile Include="ToastForm.designer.cs"> |
|
83 | <DependentUpon>ToastForm.cs</DependentUpon> |
87 | <DependentUpon>ToastForm.cs</DependentUpon> |
|
84 | </Compile> |
88 | </Compile> |
|
85 | <Compile Include="Properties\AssemblyInfo.cs" /> |
89 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
- | 90 | <Compile Include="Toasts.cs" /> |
||
86 | <EmbeddedResource Include="ToastForm.resx"> |
91 | <EmbeddedResource Include="ToastForm.resx"> |
|
87 | <DependentUpon>ToastForm.cs</DependentUpon> |
92 | <DependentUpon>ToastForm.cs</DependentUpon> |
|
88 | </EmbeddedResource> |
93 | </EmbeddedResource> |
|
89 | <EmbeddedResource Include="Properties\Resources.resx"> |
94 | <EmbeddedResource Include="Properties\Resources.resx"> |
|
90 | <Generator>ResXFileCodeGenerator</Generator> |
95 | <Generator>ResXFileCodeGenerator</Generator> |
|
Line 110... | Line 115... | |||
110 | <Visible>False</Visible> |
115 | <Visible>False</Visible> |
|
111 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
116 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
|
112 | <Install>true</Install> |
117 | <Install>true</Install> |
|
113 | </BootstrapperPackage> |
118 | </BootstrapperPackage> |
|
114 | </ItemGroup> |
119 | </ItemGroup> |
|
- | 120 | <ItemGroup> |
||
- | 121 | <None Include="packages.config" /> |
||
- | 122 | </ItemGroup> |
||
115 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
123 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
116 | </Project> |
124 | </Project> |
|
117 | |
125 | |