Skip to content

Commit 55ba58b

Browse files
committed
Revert Synergy runtime requirement for FileService back to the previous value of 11.1.1d
1 parent 101fd75 commit 55ba58b

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

FileService/FileService.synproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<DebugOptimize>Debug</DebugOptimize>
3434
<DocumentationFile>bin\Debug\FileService.xml</DocumentationFile>
3535
<Prefer32Bit Condition=" '$(TargetFrameworkVersion)' != 'v4.0' AND '$(Prefer32Bit)' != 'false' ">true</Prefer32Bit>
36+
<TargetRuntimeLevel>11010104</TargetRuntimeLevel>
37+
<UnevaluatedOutputPath>.\</UnevaluatedOutputPath>
38+
<Prefer32Bit />
3639
</PropertyGroup>
3740
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3841
<IncludeDebugInformation>true</IncludeDebugInformation>
@@ -42,8 +45,10 @@
4245
<DebugOptimize>Optimize</DebugOptimize>
4346
<DocumentationFile>bin\Release\FileService.xml</DocumentationFile>
4447
<Prefer32Bit Condition=" '$(TargetFrameworkVersion)' != 'v4.0' AND '$(Prefer32Bit)' != 'false' ">true</Prefer32Bit>
45-
<UnevaluatedOutputPath>bin\Release\</UnevaluatedOutputPath>
46-
<Prefer32Bit>False</Prefer32Bit>
48+
<UnevaluatedOutputPath>.\</UnevaluatedOutputPath>
49+
<Prefer32Bit>
50+
</Prefer32Bit>
51+
<TargetRuntimeLevel>11010104</TargetRuntimeLevel>
4752
</PropertyGroup>
4853
<ItemGroup>
4954
<Reference Include="Microsoft.Owin, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

regen.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ rem Generate code
2525
rem Generate SQL I/O routines for the structures being replicated
2626
codegen -s %STRUCTURES% -t SqlIO %STDOPTS%
2727

28+
rem Generate the GetReplicatedTables routine
29+
codegen -s %STRUCTURES% -ms -t GetReplicatedTables %STDOPTS%
30+
2831
endlocal

0 commit comments

Comments
 (0)