Skip to content

Commit

Permalink
installer
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyCorbett committed Jun 6, 2021
1 parent 743b0b8 commit 10649e3
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 199 deletions.
412 changes: 217 additions & 195 deletions Installer/OnlyMSetup.iss

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions OnlyM.Core/OnlyM.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\SolutionInfo.cs" Link="Properties\SolutionInfo.cs" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions OnlyM.CoreSys/OnlyM.CoreSys.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors>;NU1605</WarningsAsErrors>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors>;NU1605</WarningsAsErrors>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions OnlyM.CustomControls/OnlyM.CustomControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<UseWpf>true</UseWpf>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\SolutionInfo.cs" Link="Properties\SolutionInfo.cs" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions OnlyM.Slides/OnlyM.Slides.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<UseWpf>true</UseWpf>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\SolutionInfo.cs" Link="Properties\SolutionInfo.cs" />
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions OnlyM.sln
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Global
{7873ABB8-C3F2-455A-9B2B-64FCD65B378A}.Release|Any CPU.Build.0 = Release|Any CPU
{7873ABB8-C3F2-455A-9B2B-64FCD65B378A}.Release|x64.ActiveCfg = Release|x64
{7873ABB8-C3F2-455A-9B2B-64FCD65B378A}.Release|x64.Build.0 = Release|x64
{7873ABB8-C3F2-455A-9B2B-64FCD65B378A}.Release|x86.ActiveCfg = Release|x86
{7873ABB8-C3F2-455A-9B2B-64FCD65B378A}.Release|x86.Build.0 = Release|x86
{7873ABB8-C3F2-455A-9B2B-64FCD65B378A}.Release|x86.ActiveCfg = Release|Any CPU
{7873ABB8-C3F2-455A-9B2B-64FCD65B378A}.Release|x86.Build.0 = Release|Any CPU
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand All @@ -60,8 +60,8 @@ Global
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Release|Any CPU.Build.0 = Release|Any CPU
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Release|x64.ActiveCfg = Release|Any CPU
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Release|x64.Build.0 = Release|Any CPU
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Release|x86.ActiveCfg = Release|x86
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Release|x86.Build.0 = Release|x86
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Release|x86.ActiveCfg = Release|Any CPU
{A7CEA7B8-3E61-4D62-ADDF-3576E30660B3}.Release|x86.Build.0 = Release|Any CPU
{2B2D1430-B933-4C74-8B0F-6943D6E2ED5F}.Debug|Any CPU.ActiveCfg = Debug|Win32
{2B2D1430-B933-4C74-8B0F-6943D6E2ED5F}.Debug|Any CPU.Build.0 = Debug|Win32
{2B2D1430-B933-4C74-8B0F-6943D6E2ED5F}.Debug|x64.ActiveCfg = Debug|x64
Expand Down

0 comments on commit 10649e3

Please sign in to comment.