Windows: Add Animator Class
This commit is contained in:
@@ -74,6 +74,13 @@
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Animator.vb" />
|
||||
<Compile Include="Animator\frmPopup.Designer.vb">
|
||||
<DependentUpon>frmPopup.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Animator\frmPopup.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Drawing.vb" />
|
||||
<Compile Include="File.vb" />
|
||||
<Compile Include="Hotkey.vb" />
|
||||
@@ -97,6 +104,9 @@
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Animator\frmPopup.resx">
|
||||
<DependentUpon>frmPopup.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
|
||||
Reference in New Issue
Block a user