This repository was archived by the owner on Jan 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-17
lines changed
UI/Win32/CloudSyncHelper_win32 Expand file tree Collapse file tree 5 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 99# Build results
1010[Dd ]ebug /
1111[Dd ]ebugPublic /
12- [Rr ]elease /*
12+ [Rr ]elease /
1313x64 /
1414build /
1515bld /
16- [Bb ]in /*
16+ [Bb ]in /
1717[Oo ]bj /
1818
1919# Roslyn cache directories
@@ -187,9 +187,3 @@ FakesAssemblies/
187187GeneratedArtifacts /
188188_Pvt_Extensions /
189189ModelManifest.xml
190-
191-
192- # Custom
193- # --> ReparsePoints.dll
194- external_code /ReparsePointID /ReparsePointID /*
195- ! external_code /ReparsePointID /ReparsePoints /bin /Release /*
Original file line number Diff line number Diff line change 3838 </PropertyGroup >
3939 <ItemGroup >
4040 <Reference Include =" Microsoft.Practices.Prism" >
41- <HintPath >..\externals\Prism\Microsoft.Practices.Prism.dll</HintPath >
41+ <HintPath >..\..\..\ externals\Prism\Microsoft.Practices.Prism.dll</HintPath >
4242 </Reference >
4343 <Reference Include =" System" />
4444 <Reference Include =" System.ComponentModel.Composition" />
5757 <Reference Include =" PresentationCore" />
5858 <Reference Include =" PresentationFramework" />
5959 <Reference Include =" XElement.UiCommon" >
60- <HintPath >..\externals\XElement\XElement.UiCommon.dll</HintPath >
60+ <HintPath >..\..\..\ externals\XElement\XElement.UiCommon.dll</HintPath >
6161 </Reference >
6262 </ItemGroup >
6363 <ItemGroup >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ void IPartImportsSatisfiedNotification.OnImportsSatisfied()
1919 else if ( osId == OsId . Win10 ) this . IsWindows10 = true ;
2020
2121 var assemblyVersion = typeof ( App ) . Assembly . GetName ( ) . Version ;
22- this . Version = string . Format ( "v{0}+ " , assemblyVersion ) ;
22+ this . Version = string . Format ( "v{0}" , assemblyVersion ) ;
2323 }
2424
2525 public string Version { get ; private set ; }
Original file line number Diff line number Diff line change 99[ assembly: AssemblyDescription ( "" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "" ) ]
12- [ assembly: AssemblyProduct ( "CloudSyncHelper_win32 " ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
12+ [ assembly: AssemblyProduct ( "Cloud Sync Helper " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © XElementSoftware 2015-206 " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
4949// You can specify all the values or you can default the Build and Revision Numbers
5050// by using the '*' as shown below:
5151// [assembly: AssemblyVersion("1.0.*")]
52- [ assembly: AssemblyVersion ( "1.0.0.148 " ) ]
53- [ assembly: AssemblyFileVersion ( "1.0.0.148 " ) ]
52+ [ assembly: AssemblyVersion ( "0.2.0.242 " ) ]
53+ [ assembly: AssemblyFileVersion ( "0.2.0.242 " ) ]
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ Global
137137 {4478D557-E984-4D2E-92F4-7DE0FD4A268B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
138138 {4478D557-E984-4D2E-92F4-7DE0FD4A268B} .Debug| Any CPU .Build .0 = Debug| Any CPU
139139 {4478D557-E984-4D2E-92F4-7DE0FD4A268B} .Release| Any CPU .ActiveCfg = Release| Any CPU
140- {4478D557-E984-4D2E-92F4-7DE0FD4A268B} .Release| Any CPU .Build .0 = Release| Any CPU
141140 {092AD2AD-CE22-4ABB-9C87-E9A5083C25FA} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
142141 {092AD2AD-CE22-4ABB-9C87-E9A5083C25FA} .Debug| Any CPU .Build .0 = Debug| Any CPU
143142 {092AD2AD-CE22-4ABB-9C87-E9A5083C25FA} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -149,7 +148,6 @@ Global
149148 {4745F43A-FBC7-4F3A-A2F5-DACB8C4CB30D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
150149 {4745F43A-FBC7-4F3A-A2F5-DACB8C4CB30D} .Debug| Any CPU .Build .0 = Debug| Any CPU
151150 {4745F43A-FBC7-4F3A-A2F5-DACB8C4CB30D} .Release| Any CPU .ActiveCfg = Release| Any CPU
152- {4745F43A-FBC7-4F3A-A2F5-DACB8C4CB30D} .Release| Any CPU .Build .0 = Release| Any CPU
153151 EndGlobalSection
154152 GlobalSection (SolutionProperties ) = preSolution
155153 HideSolutionNode = FALSE
You can’t perform that action at this time.
0 commit comments