Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 64 → Rev 65

/SWAT USB App/trunk/SWAT USB App/SWAT USB App.csproj
49,7 → 49,7
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>SpaceInvader.ico</ApplicationIcon>
<ApplicationIcon>Resources\SpaceInvader.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
64,46 → 64,46
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutBox.cs">
<Compile Include="About_Box_Form.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutBox.Designer.cs">
<DependentUpon>AboutBox.cs</DependentUpon>
<Compile Include="About_Box_Form.Designer.cs">
<DependentUpon>About_Box_Form.cs</DependentUpon>
</Compile>
<Compile Include="DebugText.cs" />
<Compile Include="form_Drivers.cs">
<Compile Include="Debug.cs" />
<Compile Include="Drivers_Form.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="form_Drivers.Designer.cs">
<DependentUpon>form_Drivers.cs</DependentUpon>
<Compile Include="Drivers_Form.Designer.cs">
<DependentUpon>Drivers_Form.cs</DependentUpon>
</Compile>
<Compile Include="form_Main_Menu.cs">
<Compile Include="Main_Menu_Form.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="form_Main_Menu.Designer.cs">
<DependentUpon>form_Main_Menu.cs</DependentUpon>
<Compile Include="Main_Menu_Form.Designer.cs">
<DependentUpon>Main_Menu_Form.cs</DependentUpon>
</Compile>
<Compile Include="form_Software.cs">
<Compile Include="Software_Form.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="form_Software.Designer.cs">
<DependentUpon>form_Software.cs</DependentUpon>
<Compile Include="Software_Form.Designer.cs">
<DependentUpon>Software_Form.cs</DependentUpon>
</Compile>
<Compile Include="Initialization.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SettingsParser.cs" />
<EmbeddedResource Include="AboutBox.resx">
<DependentUpon>AboutBox.cs</DependentUpon>
<EmbeddedResource Include="About_Box_Form.resx">
<DependentUpon>About_Box_Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="form_Drivers.resx">
<DependentUpon>form_Drivers.cs</DependentUpon>
<EmbeddedResource Include="Drivers_Form.resx">
<DependentUpon>Drivers_Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="form_Main_Menu.resx">
<DependentUpon>form_Main_Menu.cs</DependentUpon>
<EmbeddedResource Include="Main_Menu_Form.resx">
<DependentUpon>Main_Menu_Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="form_Software.resx">
<DependentUpon>form_Software.cs</DependentUpon>
<EmbeddedResource Include="Software_Form.resx">
<DependentUpon>Software_Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
148,7 → 148,7
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="SpaceInvader.ico" />
<Content Include="Resources\SpaceInvader.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.