1
Fork 0

Updated project file

This commit is contained in:
Jake Howard 2014-07-17 21:39:27 +01:00
parent c1e5f4a160
commit b8643149c8
1 changed files with 18 additions and 6 deletions

View File

@ -34,6 +34,9 @@
<PropertyGroup>
<ApplicationIcon>Cd-black-red.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Saviour_Backup_System.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevComponents.DotNetBar2, Version=10.0.0.3, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL" />
<Reference Include="System" />
@ -48,17 +51,23 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="USBTools.cs" />
<Compile Include="Form1.cs">
<Compile Include="splashScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
<Compile Include="splashScreen.Designer.cs">
<DependentUpon>splashScreen.cs</DependentUpon>
</Compile>
<Compile Include="USBTools.cs" />
<Compile Include="mainWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="mainWindow.Designer.cs">
<DependentUpon>mainWindow.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
<EmbeddedResource Include="mainWindow.resx">
<DependentUpon>mainWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
@ -69,6 +78,9 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Include="splashScreen.resx">
<DependentUpon>splashScreen.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>