Reorganizing files.

Moving around the resx files and the texture files.  Still have some
warnings to clean up, and two exceptions dealing the location of the
resources (only an issue in this build, never had a problem in older
builds until I setup this github version).
This commit is contained in:
Brian 2013-12-22 16:07:36 -07:00
parent 7a020b2ec7
commit 6306f55cbc
46 changed files with 351 additions and 109 deletions

View file

@ -80,31 +80,25 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\src\About.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\About.Designer.cs">
<DependentUpon>..\src\About.cs</DependentUpon>
</Compile>
<Compile Include="..\src\EventRaisingStreamWriter.cs" />
<Compile Include="..\src\FileGroupSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\FileGroupSettings.Designer.cs">
<DependentUpon>..\src\FileGroupSettings.cs</DependentUpon>
<DependentUpon>FileGroupSettings.cs</DependentUpon>
</Compile>
<Compile Include="..\src\FileGroupTab.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="..\src\FileGroupTab.Designer.cs">
<DependentUpon>..\src\FileGroupTab.cs</DependentUpon>
<DependentUpon>FileGroupTab.cs</DependentUpon>
</Compile>
<Compile Include="..\src\FolderSelectDialog.cs" />
<Compile Include="..\src\Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\Form1.Designer.cs">
<DependentUpon>..\src\Form1.cs</DependentUpon>
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="..\src\Logger.cs" />
<Compile Include="..\src\MyEvtArgs.cs" />
@ -112,16 +106,22 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\NewFileGroup.Designer.cs">
<DependentUpon>..\src\NewFileGroup.cs</DependentUpon>
<DependentUpon>NewFileGroup.cs</DependentUpon>
</Compile>
<Compile Include="..\src\FilePath.cs" />
<Compile Include="..\src\Preferences.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\Preferences.Designer.cs">
<DependentUpon>..\src\Preferences.cs</DependentUpon>
<DependentUpon>Preferences.cs</DependentUpon>
</Compile>
<Compile Include="..\src\Program.cs" />
<Compile Include="About.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="About.designer.cs">
<DependentUpon>About.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
@ -135,47 +135,42 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="..\src\ScriptManager.Designer.cs">
<DependentUpon>..\src\ScriptManager.cs</DependentUpon>
<DependentUpon>ScriptManager.cs</DependentUpon>
</Compile>
<Compile Include="..\src\Singleton.cs" />
<Compile Include="..\src\TimerPlus.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="..\src\Utils.cs" />
<EmbeddedResource Include="About.resx">
<DependentUpon>..\src\About.cs</DependentUpon>
<EmbeddedResource Include="Properties\FileGroupSettings.resx">
<DependentUpon>..\..\src\FileGroupSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileGroupSettings.resx">
<DependentUpon>..\src\FileGroupSettings.cs</DependentUpon>
<EmbeddedResource Include="Properties\FileGroupSettings.resx" />
<EmbeddedResource Include="Properties\FileGroupTab.resx">
<DependentUpon>..\..\src\FileGroupTab.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileGroupTab.resx">
<DependentUpon>..\src\FileGroupTab.cs</DependentUpon>
<EmbeddedResource Include="Properties\Form1.resx">
<DependentUpon>..\..\src\Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>..\src\Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="NewFileGroup.resx">
<DependentUpon>..\src\NewFileGroup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Preferences.resx">
<DependentUpon>..\src\Preferences.cs</DependentUpon>
<EmbeddedResource Include="Properties\NewFileGroup.resx" />
<EmbeddedResource Include="Properties\Preferences.resx">
<DependentUpon>..\..\src\Preferences.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>..\src\Resources.Designer.cs</LastGenOutput>
<LastGenOutput>Resources1.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="ScriptManager.resx">
<DependentUpon>..\src\ScriptManager.cs</DependentUpon>
<EmbeddedResource Include="Properties\ScriptManager.resx">
<DependentUpon>..\..\src\ScriptManager.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>..\src\Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>..\src\Settings.settings</DependentUpon>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
@ -183,36 +178,40 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\stock_3d-texture-and-shading_256x256.png" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\stock_3d-texture-and-shading_128x128.png" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\cross.gif" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\plus.gif" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\stop.png" />
<None Include="..\..\data\trash.gif" />
<None Include="..\..\data\script.gif" />
<None Include="..\..\data\folder.gif" />
<None Include="..\..\data\arrow_mini_down.gif" />
<None Include="..\..\data\arrow_mini_up.gif" />
<None Include="..\..\data\arrow_fat_down.gif" />
<None Include="..\..\data\arrow_fat_up.gif" />
<None Include="..\..\data\save.gif" />
<None Include="..\..\data\settings.png" />
<EmbeddedResource Include="..\..\data\stock_3d-texture-and-shading_16x16.ico" />
<None Include="..\..\data\block.gif" />
<None Include="..\..\data\drop_box.gif" />
<None Include="..\..\data\play.png" />
<Content Include="..\..\data\stock_3d-texture-and-shading_32x32.ico" />
<EmbeddedResource Include="..\..\data\stock_3d-texture-spherical_16x16.ico" />
<Content Include="..\..\data\stock_3d-texture-spherical_32x32.ico" />
<None Include="..\..\data\warning.gif" />
<None Include="Resources\play.png" />
<None Include="Resources\folder.gif" />
<None Include="Resources\drop_box.gif" />
<None Include="Resources\cross.gif" />
<None Include="Resources\block.gif" />
<None Include="Resources\arrow_mini_up.gif" />
<None Include="Resources\arrow_mini_down.gif" />
<None Include="Resources\arrow_fat_up.gif" />
<None Include="Resources\arrow_fat_down.gif" />
<None Include="Resources\warning.gif" />
<None Include="Resources\trash.gif" />
<None Include="Resources\stop.png" />
<None Include="Resources\stock_3d-texture-spherical_32x32.ico" />
<None Include="Resources\stock_3d-texture-spherical_16x16.ico" />
<None Include="Resources\stock_3d-texture-and-shading_256x256.png" />
<None Include="Resources\stock_3d-texture-and-shading_128x128.png" />
<None Include="Resources\stock_3d-texture-and-shading_32x32.ico" />
<None Include="Resources\stock_3d-texture-and-shading_16x16.ico" />
<None Include="Resources\settings.png" />
<None Include="Resources\script.gif" />
<None Include="Resources\save.gif" />
<None Include="Resources\plus.gif" />
<None Include="Resources\stock_3d-texture-and-shading_32x32.png" />
<None Include="Resources\stock_3d-texture-and-shading_16x16.png" />
<None Include="Resources\stock_3d-texture-spherical_256x256.png" />
<None Include="Resources\stock_3d-texture-spherical_256x256.ico" />
<None Include="Resources\stock_3d-texture-spherical_128x128.png" />
<None Include="Resources\stock_3d-texture-spherical_128x128.ico" />
<None Include="Resources\stock_3d-texture-spherical_48x48.png" />
<None Include="Resources\stock_3d-texture-spherical_32x32.png" />
<None Include="Resources\stock_3d-texture-spherical_16x16.png" />
<None Include="Resources\stock_3d-texture-and-shading_256x256.ico" />
<None Include="Resources\stock_3d-texture-and-shading_128x128.ico" />
<None Include="Resources\stock_3d-texture-and-shading_48x48.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">