Skip to content

Commit

Permalink
move manifest to prop folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arkypita committed Jul 18, 2017
1 parent 812dbc2 commit 2ae3f13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LaserGRBL/LaserGRBL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -543,7 +543,7 @@
<EmbeddedResource Include="UserControls\LabelTB.resx">
<DependentUpon>LabelTB.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.manifest">
<None Include="Properties\app.manifest">
<SubType>Designer</SubType>
</None>
<None Include="Grafica\Actions-transform-crop-and-resize-icon.png" />
Expand Down
2 changes: 1 addition & 1 deletion LaserGRBL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// utilizzando l'asterisco (*) come descritto di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("2.7.1.1")]
[assembly: AssemblyVersion ("2.7.2")]
[assembly: NeutralResourcesLanguageAttribute("en")]
File renamed without changes.

0 comments on commit 2ae3f13

Please sign in to comment.