Skip to content

Commit

Permalink
update solution
Browse files Browse the repository at this point in the history
  • Loading branch information
aspitel committed Aug 24, 2018
1 parent ecfaeb3 commit 8155bed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Elucidate/Elucidate/Elucidate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</AssemblyInfoVersionSettings>
<PrimaryVersionType>AssemblyVersionAttribute</PrimaryVersionType>
<AssemblyInfoFilePath>Properties\AssemblyInfo.cs</AssemblyInfoFilePath>
<AssemblyVersion>18.8.22.96</AssemblyVersion>
<AssemblyVersion>18.8.24.38</AssemblyVersion>
<UpdatePackageVersion>False</UpdatePackageVersion>
<AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType>
<InheritWinAppVersionFrom>None</InheritWinAppVersionFrom>
Expand Down Expand Up @@ -203,6 +203,8 @@
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Management" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
Expand Down Expand Up @@ -255,6 +257,7 @@
</Compile>
<Compile Include="Controls\SnapRAIDThread.cs" />
<Compile Include="ExceptionHandler.cs" />
<Compile Include="HelperClasses\ErrorProviderExtensions.cs" />
<Compile Include="HelperClasses\FileUtil.cs" />
<Compile Include="HelperClasses\AbortableBackgroundWorker.cs">
<SubType>Component</SubType>
Expand All @@ -270,6 +273,9 @@
<Compile Include="Logging\LiveLog.cs" />
<Compile Include="Logging\Log.cs" />
<Compile Include="Objects\StorageDevice.cs" />
<Compile Include="Shared\BufferedTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Shared\CommandLinkButton.cs">
<SubType>Component</SubType>
</Compile>
Expand Down Expand Up @@ -443,7 +449,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties BuildVersion_UseUniversalClock="False" BuildVersion_UpdateFileVersion="False" BuildVersion_UpdateAssemblyVersion="False" BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="YearStamp.MonthStamp.DayStamp.Increment" />
<UserProperties BuildVersion_BuildVersioningStyle="YearStamp.MonthStamp.DayStamp.Increment" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" BuildVersion_UpdateAssemblyVersion="False" BuildVersion_UpdateFileVersion="False" BuildVersion_UseUniversalClock="False" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions Elucidate/Elucidate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
// Build Number - Increment
// Revision - Day
//
[assembly: AssemblyVersion("18.8.22.96")]
[assembly: AssemblyFileVersion("18.8.22.96")]
[assembly: AssemblyVersion("18.8.24.38")]
[assembly: AssemblyFileVersion("18.8.24.38")]

0 comments on commit 8155bed

Please sign in to comment.