Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idozahavy committed Dec 6, 2020
1 parent 55b404b commit 0f251dc
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 39 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion EduToolkit/ApplicationQueue.cs → ApplicationQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Threading.Tasks;
using System.Windows.Forms;

namespace EduToolkits
namespace AppTools
{
class ApplicationQueue
{
Expand Down
51 changes: 25 additions & 26 deletions EduToolkit/EduToolkit.csproj → LabToolkits.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{992CF0A8-9499-47F8-AB21-8729B2A91DCC}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>EduToolkit</RootNamespace>
<AssemblyName>EduToolkit</AssemblyName>
<RootNamespace>LabToolkits</RootNamespace>
<AssemblyName>LabToolkits</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
Expand All @@ -23,8 +23,8 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>5</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -58,10 +58,10 @@
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>EduToolkit.ico</ApplicationIcon>
<ApplicationIcon>LabToolkits.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -99,7 +99,6 @@
<EmbeddedResource Include="ToolkitSelector.resx">
<DependentUpon>ToolkitSelector.cs</DependentUpon>
</EmbeddedResource>
<None Include="EduToolkit_TemporaryKey.pfx" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -113,24 +112,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Convertor\Convertor\Convertor.csproj">
<Project>{1e2f57c7-5afb-4705-b814-3082a45fdede}</Project>
<Name>Convertor</Name>
</ProjectReference>
<ProjectReference Include="..\..\FlipDirPics\FlipThisPic\FlipDirPics.csproj">
<Project>{b5220abf-9278-4ee7-b675-28e5f48cbec1}</Project>
<Name>FlipDirPics</Name>
</ProjectReference>
<ProjectReference Include="..\..\JsonViewer\JsonViewer\JsonViewer.csproj">
<Project>{2ab40003-cabd-4364-8690-3fe61b381a4c}</Project>
<Name>JsonViewer</Name>
</ProjectReference>
<ProjectReference Include="..\..\SentencesToImages\SentencesToImages.csproj">
<Project>{ac9007b5-0aa9-44e5-bd72-2dec615304e0}</Project>
<Name>SentencesToImages</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
<Visible>False</Visible>
Expand All @@ -144,7 +125,25 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="EduToolkit.ico" />
<Content Include="LabToolkits.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Convertor\Convertor.csproj">
<Project>{1e2f57c7-5afb-4705-b814-3082a45fdede}</Project>
<Name>Convertor</Name>
</ProjectReference>
<ProjectReference Include="..\FlipDirPics\FlipDirPics.csproj">
<Project>{b5220abf-9278-4ee7-b675-28e5f48cbec1}</Project>
<Name>FlipDirPics</Name>
</ProjectReference>
<ProjectReference Include="..\JsonViewer\JsonViewer.csproj">
<Project>{2ab40003-cabd-4364-8690-3fe61b381a4c}</Project>
<Name>JsonViewer</Name>
</ProjectReference>
<ProjectReference Include="..\SentencesToImages\SentencesToImages.csproj">
<Project>{ac9007b5-0aa9-44e5-bd72-2dec615304e0}</Project>
<Name>SentencesToImages</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
File renamed without changes.
10 changes: 5 additions & 5 deletions EduToolkit/EduToolkit.sln → LabToolkits.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EduToolkit", "EduToolkit.csproj", "{992CF0A8-9499-47F8-AB21-8729B2A91DCC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LabToolkits", "LabToolkits.csproj", "{992CF0A8-9499-47F8-AB21-8729B2A91DCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Convertor", "..\..\Convertor\Convertor\Convertor.csproj", "{1E2F57C7-5AFB-4705-B814-3082A45FDEDE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Convertor", "..\Convertor\Convertor.csproj", "{1E2F57C7-5AFB-4705-B814-3082A45FDEDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlipDirPics", "..\..\FlipDirPics\FlipThisPic\FlipDirPics.csproj", "{B5220ABF-9278-4EE7-B675-28E5F48CBEC1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlipDirPics", "..\FlipDirPics\FlipDirPics.csproj", "{B5220ABF-9278-4EE7-B675-28E5F48CBEC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonViewer", "..\..\JsonViewer\JsonViewer\JsonViewer.csproj", "{2AB40003-CABD-4364-8690-3FE61B381A4C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonViewer", "..\JsonViewer\JsonViewer.csproj", "{2AB40003-CABD-4364-8690-3FE61B381A4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SentencesToImages", "..\..\SentencesToImages\SentencesToImages.csproj", "{AC9007B5-0AA9-44E5-BD72-2DEC615304E0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SentencesToImages", "..\SentencesToImages\SentencesToImages.csproj", "{AC9007B5-0AA9-44E5-BD72-2DEC615304E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion EduToolkit/Program.cs → Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Threading.Tasks;
using System.Windows.Forms;

namespace EduToolkits
namespace AppTools
{
static class Program
{
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion EduToolkit/ToolkitSelector.cs → ToolkitSelector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System.Threading.Tasks;
using System.Windows.Forms;

namespace EduToolkits
namespace AppTools
{
public partial class ToolkitSelector : Form
{
Expand Down
File renamed without changes.

0 comments on commit 0f251dc

Please sign in to comment.