Skip to content

Commit

Permalink
QucikFix 0.02
Browse files Browse the repository at this point in the history
QucikFix 0.02
  • Loading branch information
booby1545 committed Apr 30, 2023
1 parent cef9346 commit 724372a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Forms/FormEdit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ namespace Kursach.Forms
public partial class FormEdit : Form
{

private string inputFile1;
private string inputFile2;
private string outputFile;
private string inputFileTab3;
private string outputFileTab3;
private string? inputFile1;
private string? inputFile2;
private string? outputFile;
private string? inputFileTab3;
private string? outputFileTab3;

void AlertBox(Color backColor, Color color, string title, string text, Image icon)
{
Expand All @@ -39,7 +39,7 @@ void AlertBox(Color backColor, Color color, string title, string text, Image ico


}
string videoName, videoPath, musicPath, musicName;
string? videoName, videoPath, musicPath, musicName;

public FormEdit()
{
Expand Down
2 changes: 1 addition & 1 deletion Forms/FormInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Kursach.Forms
{
public partial class FormInfo : Form
{
private DateTime startTime;

public FormInfo()
{
InitializeComponent();
Expand Down
4 changes: 2 additions & 2 deletions Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net6.0-windows\publish\win-x86\</PublishDir>
<PublishDir>bin\Release\net6.0-windows\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
Expand Down
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2023-04-30T14:12:31.9743938Z;True|2023-04-30T17:04:42.4392305+03:00;True|2023-04-30T16:23:01.5826648+03:00;True|2023-04-30T15:00:02.9830305+03:00;True|2023-04-30T14:03:45.3893635+03:00;</History>
<History>True|2023-04-30T16:55:16.6528554Z;True|2023-04-30T19:34:41.8602092+03:00;True|2023-04-30T19:28:59.1243309+03:00;True|2023-04-30T19:25:23.3398109+03:00;True|2023-04-30T19:15:46.1299215+03:00;True|2023-04-30T17:12:31.9743938+03:00;True|2023-04-30T17:04:42.4392305+03:00;True|2023-04-30T16:23:01.5826648+03:00;True|2023-04-30T15:00:02.9830305+03:00;True|2023-04-30T14:03:45.3893635+03:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

0 comments on commit 724372a

Please sign in to comment.