Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Add assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavWeisler committed Oct 8, 2020
1 parent d6fe33c commit 2e22238
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
Binary file added PopUp_Researcher/$this.Icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion PopUp_Researcher/BrmsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
using System.Text.RegularExpressions;
using System.Windows.Forms;
using BrmsGeneratorResearcher.Helpers;
using BrmsGeneratorResearcher.Models;
using BrmsGeneratorResearcher.Resources;
using PopUp_Researcher.Models;

namespace BrmsGeneratorResearcher
{
Expand Down
7 changes: 6 additions & 1 deletion PopUp_Researcher/BrmsGeneratorResearcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<StartupObject>PopUp_Researcher.Program</StartupObject>
<StartupObject>
</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>%24this.Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Crc32C.NET, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -365,6 +369,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="%24this.Icon.ico" />
<Content Include="IMAGES\qMark.png" />
<None Include="Resources\%24this.Icon.ico" />
<None Include="Resources\Icon.ico" />
Expand Down
2 changes: 1 addition & 1 deletion PopUp_Researcher/Helpers/BRmsHelper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using PopUp_Researcher.Models;
using BrmsGeneratorResearcher.Models;

namespace BrmsGeneratorResearcher.Helpers
{
Expand Down
2 changes: 0 additions & 2 deletions PopUp_Researcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
using BrmsGeneratorResearcher.Models;
using BrmsGeneratorResearcher.Resources;
using Newtonsoft.Json;
using PopUp_Researcher;
using PopUp_Researcher.Models;
using Formatting = Newtonsoft.Json.Formatting;

namespace BrmsGeneratorResearcher
Expand Down
1 change: 0 additions & 1 deletion PopUp_Researcher/Models/Experiment.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using BrmsGeneratorResearcher.Helpers;
using PopUp_Researcher.Models;

namespace BrmsGeneratorResearcher.Models
{
Expand Down
2 changes: 1 addition & 1 deletion PopUp_Researcher/Models/bRMS.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using BrmsGeneratorResearcher.Helpers;

namespace PopUp_Researcher.Models
namespace BrmsGeneratorResearcher.Models
{
public class Brms: Trial
{
Expand Down
3 changes: 1 addition & 2 deletions PopUp_Researcher/Program.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using System;
using System.Windows.Forms;
using BrmsGeneratorResearcher;

namespace PopUp_Researcher
namespace BrmsGeneratorResearcher
{
static class Program
{
Expand Down
2 changes: 1 addition & 1 deletion PopUp_Researcher/QuestionForm.Designer.cs

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

2 changes: 1 addition & 1 deletion PopUp_Researcher/QuestionForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Windows.Forms;
using BrmsGeneratorResearcher.Helpers;

namespace PopUp_Researcher
namespace BrmsGeneratorResearcher
{
public partial class QuestionForm : Form
{
Expand Down
1 change: 0 additions & 1 deletion PopUp_Researcher/SurveyForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Windows.Forms;
using BrmsGeneratorResearcher.Helpers;
using BrmsGeneratorResearcher.Resources;
using PopUp_Researcher;

namespace BrmsGeneratorResearcher
{
Expand Down

0 comments on commit 2e22238

Please sign in to comment.