Skip to content

Commit

Permalink
Update project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Si13n7 committed Mar 7, 2019
1 parent 35389d1 commit 937be24
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
11 changes: 9 additions & 2 deletions src/AppsDownloader/AppsDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\..\.helper\SilDev.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="SilDev.CSharpLib">
Expand Down Expand Up @@ -76,7 +82,7 @@
<Compile Include="Libraries\CorePaths.cs" />
<Compile Include="Libraries\Network.cs" />
<Compile Include="Libraries\Shareware.cs" />
<Compile Include="Windows\SourceManagerForm.cs">
<Compile Include="Windows\SourceManagerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Windows\SourceManagerForm.Designer.cs">
Expand Down Expand Up @@ -118,7 +124,7 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>en-US.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Windows\SourceManagerForm.resx">
<EmbeddedResource Include="Windows\SourceManagerForm.resx">
<DependentUpon>SourceManagerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Windows\AppInfoForm.resx">
Expand Down Expand Up @@ -147,6 +153,7 @@
<SubType>Designer</SubType>
</None>
<None Include="Resources\NsisData.dat" />
<None Include="..\..\..\.helper\SilDev.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down
7 changes: 7 additions & 0 deletions src/AppsDownloader/AppsDownloader64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
<PropertyGroup>
<ApplicationManifest>app64.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\..\.helper\SilDev.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="SilDev.CSharpLib64">
Expand Down Expand Up @@ -154,6 +160,7 @@
<SubType>Designer</SubType>
</None>
<None Include="Resources\NsisData.dat" />
<None Include="..\..\..\.helper\SilDev.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down
6 changes: 5 additions & 1 deletion src/AppsLauncher/AppsLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\..\.helper\SilDev.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="SilDev.CSharpLib">
Expand Down Expand Up @@ -144,6 +147,7 @@
<DependentUpon>SettingsForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="..\..\..\.helper\SilDev.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down
6 changes: 5 additions & 1 deletion src/AppsLauncher/AppsLauncher64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,17 @@
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app64.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\..\.helper\SilDev.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="SilDev.CSharpLib64">
Expand Down Expand Up @@ -145,6 +148,7 @@
<DependentUpon>SettingsForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="app64.manifest" />
<None Include="..\..\..\.helper\SilDev.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down
7 changes: 7 additions & 0 deletions src/AppsLauncherUpdater/AppsSuiteUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\..\.helper\SilDev.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="SilDev.CSharpLib">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -103,6 +109,7 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.manifest" />
<None Include="..\..\..\.helper\SilDev.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down

0 comments on commit 937be24

Please sign in to comment.