We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5749fcd commit b6a8af0Copy full SHA for b6a8af0
ChromeUpdater/ChromeUpdater.csproj
@@ -66,7 +66,6 @@
66
<SubType>Code</SubType>
67
</Compile>
68
<Compile Include="Command.cs" />
69
- <Compile Include="helpers.cs" />
70
<Compile Include="MainWindow.xaml.cs">
71
<DependentUpon>MainWindow.xaml</DependentUpon>
72
README.md
@@ -34,8 +34,10 @@ You can compile it to try it yourself.
34
2) Compile
35
36
a) Open ChromeUpdater.sln with Visual Studio 2015.
37
-
38
- b) F5
+
+ b) Set ChromeUpdater as StartUp Project
39
40
+ c) Ctrl + F5 or F5
41
42
PS:This is a MVVM project.
43
0 commit comments