Skip to content

Commit 5a96f81

Browse files
committed
Finished testing of JSON files
Completed testing for JSON + SQL Server including version handling. All datagrids moved to same form.
1 parent d3bd927 commit 5a96f81

File tree

10 files changed

+276052
-807
lines changed

10 files changed

+276052
-807
lines changed

TEAM/Dotfuscator/Dotfuscated/Map.12.xml

Lines changed: 274519 additions & 0 deletions
Large diffs are not rendered by default.

TEAM/Dotfuscator/Dotfuscated/Map.xml

Lines changed: 517 additions & 137 deletions
Large diffs are not rendered by default.
14.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

TEAM/FormBase.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,9 +529,9 @@ public class GlobalParameters
529529
private static string _fileConfigLocalName = "TEAM_configuration.txt";
530530
private static string _filePathLocalName = "TEAM_Path_configuration.txt";
531531

532-
private static string _jsonTableMappingFileName = "TEAM_Table_Mapping.json";
533-
private static string _jsonAttributeMappingFileName = "TEAM_Attribute_Mapping.json";
534-
private static string _jsonModelMetadataFileName = "TEAM_Model_Metadata.json";
532+
private static string _jsonTableMappingFileName = "TEAM_Table_Mapping";
533+
private static string _jsonAttributeMappingFileName = "TEAM_Attribute_Mapping";
534+
private static string _jsonModelMetadataFileName = "TEAM_Model_Metadata";
535535

536536
public static string ConfigurationPath
537537
{

TEAM/Form_Manage_Metadata.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TEAM/Form_Manage_Metadata.cs

Lines changed: 1012 additions & 665 deletions
Large diffs are not rendered by default.

TEAM/TEAM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
</ItemGroup>
471471
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
472472
<PropertyGroup>
473-
<PostBuildEvent>if $(ConfigurationName) == Release "D:\Microsoft Visual Studio 2017 Enterprise\Common7\IDE\Extensions\PreEmptiveSolutions\DotfuscatorCE\DotfuscatorCLI.exe" "D:\Git_Repositories\TEAM\TEAM\Dotfuscator\DotfuscatorTEAM.xml"</PostBuildEvent>
473+
<PostBuildEvent>if $(ConfigurationName) == Release "D:\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions\PreEmptiveSolutions\DotfuscatorCE\DotfuscatorCLI.exe" "D:\Git_Repositories\TEAM\TEAM\Dotfuscator\DotfuscatorTEAM.xml"</PostBuildEvent>
474474
</PropertyGroup>
475475
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
476476
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)