Skip to content

Commit

Permalink
Merged PR 4869: Merge vNext into master
Browse files Browse the repository at this point in the history
Related work items: #18345
  • Loading branch information
lplatt-preemptive committed Apr 30, 2020
2 parents 27d5b77 + 986bf32 commit d30c2a5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion GettingStarted/GettingStarted.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<!-- Set the location of the Dotfuscator MSBuild targets to import -->
<!-- Defaults to install location, but can be overridden when calling MSBuild -->
<DotfuscatorMSBuildDir Condition="'$(DotfuscatorMSBuildDir)' == ''">$(MSBuildExtensionsPath)\PreEmptive\Dotfuscator\4</DotfuscatorMSBuildDir>
<DotfuscatorMSBuildDir Condition="'$(DotfuscatorMSBuildDir)' == ''">$(MSBuildExtensionsPath)\PreEmptive\Dotfuscator\6</DotfuscatorMSBuildDir>

<!-- Generate a default Dotfuscator config file (DotfuscatorConfig.xml) -->
<!-- TODO: Set this to false after the file is generated by the first local build -->
Expand Down
2 changes: 1 addition & 1 deletion asp.netcore/EchoApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<!-- Set the location of the Dotfuscator MSBuild targets to import -->
<!-- Defaults to install location, but can be overridden when calling MSBuild -->
<DotfuscatorMSBuildDir Condition="'$(DotfuscatorMSBuildDir)' == ''">$(MSBuildExtensionsPath)\PreEmptive\Dotfuscator\4</DotfuscatorMSBuildDir>
<DotfuscatorMSBuildDir Condition="'$(DotfuscatorMSBuildDir)' == ''">$(MSBuildExtensionsPath)\PreEmptive\Dotfuscator\6</DotfuscatorMSBuildDir>

<!-- Generate a default Dotfuscator config file (DotfuscatorConfig.xml) -->
<!-- TODO: Set this to false after the file is generated by the first local build -->
Expand Down
2 changes: 1 addition & 1 deletion reflection/ReflectionSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<!-- Set the location of the Dotfuscator MSBuild targets to import -->
<!-- Defaults to install location, but can be overridden when calling MSBuild -->
<DotfuscatorMSBuildDir Condition="'$(DotfuscatorMSBuildDir)' == ''">$(MSBuildExtensionsPath)\PreEmptive\Dotfuscator\4</DotfuscatorMSBuildDir>
<DotfuscatorMSBuildDir Condition="'$(DotfuscatorMSBuildDir)' == ''">$(MSBuildExtensionsPath)\PreEmptive\Dotfuscator\6</DotfuscatorMSBuildDir>

<!-- Generate a default Dotfuscator config file (DotfuscatorConfig.xml) -->
<!-- TODO: Set this to false after the file is generated by the first local build -->
Expand Down
9 changes: 4 additions & 5 deletions reflection/reflection_config.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This config file was generated by Dotfuscator. Please use the Dotfuscator Config Editor to modify.-->
<!DOCTYPE dotfuscator SYSTEM "http://www.preemptive.com/dotfuscator/dtd/dotfuscator_v2.5.dtd">
<dotfuscator version="2.3">
<global>
Expand Down Expand Up @@ -32,10 +33,8 @@
</mapping>
<referencerulelist />
</renaming>
<sos mergeruntime="true">
<option>version:v4</option>
</sos>
<sos />
<smartobfuscation>
<smartobfuscationreport verbosity="all" overwrite="false" />
</smartobfuscation>
</dotfuscator>
</dotfuscator>
2 changes: 1 addition & 1 deletion serialization/SerializationSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<!-- Set the location of the Dotfuscator MSBuild targets to import -->
<!-- Defaults to install location, but can be overridden when calling MSBuild -->
<DotfuscatorMSBuildDir Condition="'$(DotfuscatorMSBuildDir)' == ''">$(MSBuildExtensionsPath)\PreEmptive\Dotfuscator\4</DotfuscatorMSBuildDir>
<DotfuscatorMSBuildDir Condition="'$(DotfuscatorMSBuildDir)' == ''">$(MSBuildExtensionsPath)\PreEmptive\Dotfuscator\6</DotfuscatorMSBuildDir>

<!-- Generate a default Dotfuscator config file (DotfuscatorConfig.xml) -->
<!-- TODO: Set this to false after the file is generated by the first local build -->
Expand Down
9 changes: 4 additions & 5 deletions serialization/serialization_config.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This config file was generated by Dotfuscator. Please use the Dotfuscator Config Editor to modify.-->
<!DOCTYPE dotfuscator SYSTEM "http://www.preemptive.com/dotfuscator/dtd/dotfuscator_v2.5.dtd">
<dotfuscator version="2.3">
<global>
Expand Down Expand Up @@ -32,10 +33,8 @@
</mapping>
<referencerulelist />
</renaming>
<sos mergeruntime="true">
<option>version:v4</option>
</sos>
<sos />
<smartobfuscation>
<smartobfuscationreport verbosity="all" overwrite="false" />
</smartobfuscation>
</dotfuscator>
</dotfuscator>

0 comments on commit d30c2a5

Please sign in to comment.