Ignore:
Timestamp:
11/12/2008 2:28:09 AM (4 years ago)
Author:
lowjoel
Message:

Added a really rudimentary implementation of our Eraser Updater. (mirrors not implemented, server/file identity information not checked, error handling absent)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/Eraser/Eraser.csproj

    r481 r513  
    194194      <DependentUpon>ToolBar.cs</DependentUpon> 
    195195    </EmbeddedResource> 
     196    <EmbeddedResource Include="UpdateForm.resx"> 
     197      <DependentUpon>UpdateForm.cs</DependentUpon> 
     198    </EmbeddedResource> 
    196199    <Compile Include="Properties\Resources.Designer.cs"> 
    197200      <AutoGen>True</AutoGen> 
     
    247250    <Compile Include="ToolBar.Designer.cs"> 
    248251      <DependentUpon>ToolBar.cs</DependentUpon> 
     252    </Compile> 
     253    <Compile Include="UpdateForm.cs"> 
     254      <SubType>Form</SubType> 
     255    </Compile> 
     256    <Compile Include="UpdateForm.Designer.cs"> 
     257      <DependentUpon>UpdateForm.cs</DependentUpon> 
    249258    </Compile> 
    250259  </ItemGroup> 
Note: See TracChangeset for help on using the changeset viewer.