Skip to content

Commit 55b404b

Browse files
committed
aa
1 parent 9ce2083 commit 55b404b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

EduToolkit/EduToolkit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<UpdatePeriodically>false</UpdatePeriodically>
2424
<UpdateRequired>false</UpdateRequired>
2525
<MapFileExtensions>true</MapFileExtensions>
26-
<ApplicationRevision>4</ApplicationRevision>
26+
<ApplicationRevision>5</ApplicationRevision>
2727
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
2828
<UseApplicationTrust>false</UseApplicationTrust>
2929
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -126,7 +126,7 @@
126126
<Project>{2ab40003-cabd-4364-8690-3fe61b381a4c}</Project>
127127
<Name>JsonViewer</Name>
128128
</ProjectReference>
129-
<ProjectReference Include="..\..\SentencesToImages\SentencesToImages\SentencesToImages.csproj">
129+
<ProjectReference Include="..\..\SentencesToImages\SentencesToImages.csproj">
130130
<Project>{ac9007b5-0aa9-44e5-bd72-2dec615304e0}</Project>
131131
<Name>SentencesToImages</Name>
132132
</ProjectReference>

EduToolkit/EduToolkit.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlipDirPics", "..\..\FlipDi
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonViewer", "..\..\JsonViewer\JsonViewer\JsonViewer.csproj", "{2AB40003-CABD-4364-8690-3FE61B381A4C}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SentencesToImages", "..\..\SentencesToImages\SentencesToImages\SentencesToImages.csproj", "{AC9007B5-0AA9-44E5-BD72-2DEC615304E0}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SentencesToImages", "..\..\SentencesToImages\SentencesToImages.csproj", "{AC9007B5-0AA9-44E5-BD72-2DEC615304E0}"
1515
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution

EduToolkit/ToolkitSelector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private void jsonViewerButton_Click(object sender, EventArgs e)
3434

3535
private void SentencesToImagesButton_Click(object sender, EventArgs e)
3636
{
37-
ApplicationQueue.InstanceAddFormQueue(new SentencesToImages.Form1());
37+
ApplicationQueue.InstanceAddFormQueue(new SentencesToImages.SentencesToImages());
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)