Skip to content

Commit a4f5293

Browse files
committed
Updated examples
1 parent 713738e commit a4f5293

File tree

16 files changed

+707
-8
lines changed

16 files changed

+707
-8
lines changed

Demo.sln

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Event_Performance", "Exampl
1414
EndProject
1515
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InProcess_Event_Performance", "Examples\InProcess_Event_Performance\InProcess_Event_Performance.csproj", "{BE03FA1F-906A-4E77-9F73-577F92DA7FD9}"
1616
EndProject
17-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Start_Manager", "Examples\Start_Manager\Start_Manager.csproj", "{14967656-DF2F-4203-8590-BAE1ED4DF319}"
17+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1. Start_Manager", "Examples\Start_Manager\1. Start_Manager.csproj", "{14967656-DF2F-4203-8590-BAE1ED4DF319}"
1818
EndProject
1919
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Basic Examples", "Basic Examples", "{6D024A4E-F795-4FE5-9932-07574DCE9E75}"
2020
EndProject
2121
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Performance", "Performance", "{94F7CD17-EBE0-46DD-8C72-470B7365AF3A}"
2222
EndProject
23+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2. Create_Client", "Examples\Create_Client\2. Create_Client.csproj", "{B1F5928A-F73D-45E4-B273-2C3124BC4CA7}"
24+
EndProject
25+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3. Messages", "Examples\Messages\3. Messages.csproj", "{F36760F2-B751-40FD-A396-6E5E8A42EC87}"
26+
EndProject
27+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "4. Join Session", "Examples\Join_Session\4. Join Session.csproj", "{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34}"
28+
EndProject
2329
Global
2430
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2531
Debug|Any CPU = Debug|Any CPU
@@ -64,6 +70,24 @@ Global
6470
{14967656-DF2F-4203-8590-BAE1ED4DF319}.Release|Any CPU.ActiveCfg = Release|x64
6571
{14967656-DF2F-4203-8590-BAE1ED4DF319}.Release|x64.ActiveCfg = Release|x64
6672
{14967656-DF2F-4203-8590-BAE1ED4DF319}.Release|x64.Build.0 = Release|x64
73+
{B1F5928A-F73D-45E4-B273-2C3124BC4CA7}.Debug|Any CPU.ActiveCfg = Debug|x64
74+
{B1F5928A-F73D-45E4-B273-2C3124BC4CA7}.Debug|x64.ActiveCfg = Debug|x64
75+
{B1F5928A-F73D-45E4-B273-2C3124BC4CA7}.Debug|x64.Build.0 = Debug|x64
76+
{B1F5928A-F73D-45E4-B273-2C3124BC4CA7}.Release|Any CPU.ActiveCfg = Release|x64
77+
{B1F5928A-F73D-45E4-B273-2C3124BC4CA7}.Release|x64.ActiveCfg = Release|x64
78+
{B1F5928A-F73D-45E4-B273-2C3124BC4CA7}.Release|x64.Build.0 = Release|x64
79+
{F36760F2-B751-40FD-A396-6E5E8A42EC87}.Debug|Any CPU.ActiveCfg = Debug|x64
80+
{F36760F2-B751-40FD-A396-6E5E8A42EC87}.Debug|x64.ActiveCfg = Debug|x64
81+
{F36760F2-B751-40FD-A396-6E5E8A42EC87}.Debug|x64.Build.0 = Debug|x64
82+
{F36760F2-B751-40FD-A396-6E5E8A42EC87}.Release|Any CPU.ActiveCfg = Release|x64
83+
{F36760F2-B751-40FD-A396-6E5E8A42EC87}.Release|x64.ActiveCfg = Release|x64
84+
{F36760F2-B751-40FD-A396-6E5E8A42EC87}.Release|x64.Build.0 = Release|x64
85+
{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34}.Debug|Any CPU.ActiveCfg = Debug|x64
86+
{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34}.Debug|x64.ActiveCfg = Debug|x64
87+
{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34}.Debug|x64.Build.0 = Debug|x64
88+
{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34}.Release|Any CPU.ActiveCfg = Release|x64
89+
{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34}.Release|x64.ActiveCfg = Release|x64
90+
{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34}.Release|x64.Build.0 = Release|x64
6791
EndGlobalSection
6892
GlobalSection(SolutionProperties) = preSolution
6993
HideSolutionNode = FALSE
@@ -75,6 +99,9 @@ Global
7599
{3ED6CC6A-A88B-4297-9A7B-B0BC76659E28} = {94F7CD17-EBE0-46DD-8C72-470B7365AF3A}
76100
{BE03FA1F-906A-4E77-9F73-577F92DA7FD9} = {94F7CD17-EBE0-46DD-8C72-470B7365AF3A}
77101
{14967656-DF2F-4203-8590-BAE1ED4DF319} = {6D024A4E-F795-4FE5-9932-07574DCE9E75}
102+
{B1F5928A-F73D-45E4-B273-2C3124BC4CA7} = {6D024A4E-F795-4FE5-9932-07574DCE9E75}
103+
{F36760F2-B751-40FD-A396-6E5E8A42EC87} = {6D024A4E-F795-4FE5-9932-07574DCE9E75}
104+
{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34} = {6D024A4E-F795-4FE5-9932-07574DCE9E75}
78105
EndGlobalSection
79106
GlobalSection(ExtensibilityGlobals) = postSolution
80107
SolutionGuid = {B96B0E72-1B38-4DCC-AB55-CF778AE9D003}
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{B1F5928A-F73D-45E4-B273-2C3124BC4CA7}</ProjectGuid>
8+
<OutputType>Exe</OutputType>
9+
<RootNamespace>Create_Client</RootNamespace>
10+
<AssemblyName>Create_Client</AssemblyName>
11+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<Deterministic>true</Deterministic>
15+
<PublishUrl>publish\</PublishUrl>
16+
<Install>true</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>false</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<ApplicationRevision>0</ApplicationRevision>
26+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<IsWebBootstrapper>false</IsWebBootstrapper>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<BootstrapperEnabled>true</BootstrapperEnabled>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
32+
<DebugSymbols>true</DebugSymbols>
33+
<OutputPath>bin\x64\Debug\</OutputPath>
34+
<DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
35+
<DebugType>full</DebugType>
36+
<PlatformTarget>x64</PlatformTarget>
37+
<ErrorReport>prompt</ErrorReport>
38+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
39+
<Prefer32Bit>true</Prefer32Bit>
40+
</PropertyGroup>
41+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
42+
<OutputPath>bin\x64\Release\</OutputPath>
43+
<DefineConstants>TRACE;WIN64</DefineConstants>
44+
<Optimize>true</Optimize>
45+
<DebugType>pdbonly</DebugType>
46+
<PlatformTarget>x64</PlatformTarget>
47+
<ErrorReport>prompt</ErrorReport>
48+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49+
<Prefer32Bit>true</Prefer32Bit>
50+
</PropertyGroup>
51+
<PropertyGroup>
52+
<StartupObject>Create_Client.Program</StartupObject>
53+
</PropertyGroup>
54+
<ItemGroup>
55+
<Reference Include="System" />
56+
<Reference Include="System.Core" />
57+
<Reference Include="System.Xml.Linq" />
58+
<Reference Include="System.Data.DataSetExtensions" />
59+
<Reference Include="Microsoft.CSharp" />
60+
<Reference Include="System.Data" />
61+
<Reference Include="System.Net.Http" />
62+
<Reference Include="System.Xml" />
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Compile Include="Program.cs" />
66+
<Compile Include="Properties\AssemblyInfo.cs" />
67+
</ItemGroup>
68+
<ItemGroup>
69+
<None Include="App.config" />
70+
</ItemGroup>
71+
<ItemGroup>
72+
<ProjectReference Include="..\..\GizmoSDK\GizmoBase\GizmoBase.csproj">
73+
<Project>{5c84642f-7db7-42b2-a3c9-d3f65d5610f1}</Project>
74+
<Name>GizmoBase</Name>
75+
</ProjectReference>
76+
<ProjectReference Include="..\..\GizmoSDK\GizmoDistribution\GizmoDistribution.csproj">
77+
<Project>{8252f26d-0fbb-4e15-84f8-3d145758ab55}</Project>
78+
<Name>GizmoDistribution</Name>
79+
</ProjectReference>
80+
</ItemGroup>
81+
<ItemGroup>
82+
<NativeReference Include="gzGizmoBaseLibraries, Version=1.0.0.0, Type=win32">
83+
<Name>gzGizmoBaseLibraries.manifest</Name>
84+
<HintPath>..\..\Assets\Plugins\x64\gzGizmoBaseLibraries.manifest</HintPath>
85+
</NativeReference>
86+
<NativeReference Include="gzGizmoDistributionLibraries, Version=1.0.0.0, Type=win32">
87+
<Name>gzGizmoDistributionLibraries.manifest</Name>
88+
<HintPath>..\..\Assets\Plugins\x64\gzGizmoDistributionLibraries.manifest</HintPath>
89+
</NativeReference>
90+
<NativeReference Include="gzGizmoRemoteDistributionLibraries, Version=1.0.0.0, Type=win32">
91+
<Name>gzGizmoRemoteDistributionLibraries.manifest</Name>
92+
<HintPath>..\..\Assets\Plugins\x64\gzGizmoRemoteDistributionLibraries.manifest</HintPath>
93+
</NativeReference>
94+
</ItemGroup>
95+
<ItemGroup>
96+
<BootstrapperPackage Include=".NETFramework,Version=v4.6">
97+
<Visible>False</Visible>
98+
<ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
99+
<Install>true</Install>
100+
</BootstrapperPackage>
101+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
102+
<Visible>False</Visible>
103+
<ProductName>.NET Framework 3.5 SP1</ProductName>
104+
<Install>false</Install>
105+
</BootstrapperPackage>
106+
</ItemGroup>
107+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108+
</Project>

Examples/Create_Client/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
</configuration>

Examples/Create_Client/Program.cs

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
//******************************************************************************
2+
// File : Program.cs
3+
// Module : Distribution Examples
4+
// Description : Basic examples for C# distribution
5+
// Author : Anders Modén
6+
//
7+
// Copyright © 2003- Saab Training Systems AB, Sweden
8+
//
9+
// NOTE: GizmoBase is a platform abstraction utility layer for C++. It contains
10+
// design patterns and C++ solutions for the advanced programmer.
11+
//
12+
//
13+
// Revision History...
14+
//
15+
// Who Date Description
16+
//
17+
// AMO 190923 Created file
18+
//
19+
//******************************************************************************
20+
21+
using GizmoSDK.GizmoDistribution;
22+
23+
namespace Create_Client
24+
{
25+
26+
class Program
27+
{
28+
static void Main(string[] args)
29+
{
30+
// Initialize platforms for various used SDKs
31+
GizmoSDK.GizmoBase.Platform.Initialize();
32+
GizmoSDK.GizmoDistribution.Platform.Initialize();
33+
34+
// Create a manager. The manager controls it all
35+
DistManager manager = DistManager.GetManager(true);
36+
37+
// Start the manager with settting for transport protocols
38+
manager.Start(DistRemoteChannel.CreateDefaultSessionChannel(), DistRemoteChannel.CreateDefaultServerChannel());
39+
40+
//If we want to attach the DistMonitor debugger
41+
manager.EnableDebug(true);
42+
43+
// Client set up. You are a client that sends and receives information
44+
DistClient client = new DistClient("Our Test Client", manager);
45+
46+
// We need to tell the client how to initialize
47+
client.Initialize();
48+
49+
System.Threading.Thread.Sleep(10000);
50+
51+
client.Uninitialize();
52+
53+
// Some kind of graceful shutdown
54+
manager.Shutdown();
55+
56+
57+
// GC and platform uninit is managed by the system automatically
58+
}
59+
}
60+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("Event_Demo")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("Event_Demo")]
13+
[assembly: AssemblyCopyright("Copyright © 2018")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("3522e08c-5906-4b9f-9c5e-719cc37395b5")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{BBBDBE8D-EA8E-44CB-96C8-1F753747DA34}</ProjectGuid>
8+
<OutputType>Exe</OutputType>
9+
<RootNamespace>Create_Client</RootNamespace>
10+
<AssemblyName>Create_Client</AssemblyName>
11+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<Deterministic>true</Deterministic>
15+
<PublishUrl>publish\</PublishUrl>
16+
<Install>true</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>false</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<ApplicationRevision>0</ApplicationRevision>
26+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<IsWebBootstrapper>false</IsWebBootstrapper>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<BootstrapperEnabled>true</BootstrapperEnabled>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
32+
<DebugSymbols>true</DebugSymbols>
33+
<OutputPath>bin\x64\Debug\</OutputPath>
34+
<DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
35+
<DebugType>full</DebugType>
36+
<PlatformTarget>x64</PlatformTarget>
37+
<ErrorReport>prompt</ErrorReport>
38+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
39+
<Prefer32Bit>true</Prefer32Bit>
40+
</PropertyGroup>
41+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
42+
<OutputPath>bin\x64\Release\</OutputPath>
43+
<DefineConstants>TRACE;WIN64</DefineConstants>
44+
<Optimize>true</Optimize>
45+
<DebugType>pdbonly</DebugType>
46+
<PlatformTarget>x64</PlatformTarget>
47+
<ErrorReport>prompt</ErrorReport>
48+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49+
<Prefer32Bit>true</Prefer32Bit>
50+
</PropertyGroup>
51+
<PropertyGroup>
52+
<StartupObject>Create_Client.Program</StartupObject>
53+
</PropertyGroup>
54+
<ItemGroup>
55+
<Reference Include="System" />
56+
<Reference Include="System.Core" />
57+
<Reference Include="System.Xml.Linq" />
58+
<Reference Include="System.Data.DataSetExtensions" />
59+
<Reference Include="Microsoft.CSharp" />
60+
<Reference Include="System.Data" />
61+
<Reference Include="System.Net.Http" />
62+
<Reference Include="System.Xml" />
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Compile Include="Program.cs" />
66+
<Compile Include="Properties\AssemblyInfo.cs" />
67+
</ItemGroup>
68+
<ItemGroup>
69+
<None Include="App.config" />
70+
</ItemGroup>
71+
<ItemGroup>
72+
<ProjectReference Include="..\..\GizmoSDK\GizmoBase\GizmoBase.csproj">
73+
<Project>{5c84642f-7db7-42b2-a3c9-d3f65d5610f1}</Project>
74+
<Name>GizmoBase</Name>
75+
</ProjectReference>
76+
<ProjectReference Include="..\..\GizmoSDK\GizmoDistribution\GizmoDistribution.csproj">
77+
<Project>{8252f26d-0fbb-4e15-84f8-3d145758ab55}</Project>
78+
<Name>GizmoDistribution</Name>
79+
</ProjectReference>
80+
</ItemGroup>
81+
<ItemGroup>
82+
<NativeReference Include="gzGizmoBaseLibraries, Version=1.0.0.0, Type=win32">
83+
<Name>gzGizmoBaseLibraries.manifest</Name>
84+
<HintPath>..\..\Assets\Plugins\x64\gzGizmoBaseLibraries.manifest</HintPath>
85+
</NativeReference>
86+
<NativeReference Include="gzGizmoDistributionLibraries, Version=1.0.0.0, Type=win32">
87+
<Name>gzGizmoDistributionLibraries.manifest</Name>
88+
<HintPath>..\..\Assets\Plugins\x64\gzGizmoDistributionLibraries.manifest</HintPath>
89+
</NativeReference>
90+
<NativeReference Include="gzGizmoRemoteDistributionLibraries, Version=1.0.0.0, Type=win32">
91+
<Name>gzGizmoRemoteDistributionLibraries.manifest</Name>
92+
<HintPath>..\..\Assets\Plugins\x64\gzGizmoRemoteDistributionLibraries.manifest</HintPath>
93+
</NativeReference>
94+
</ItemGroup>
95+
<ItemGroup>
96+
<BootstrapperPackage Include=".NETFramework,Version=v4.6">
97+
<Visible>False</Visible>
98+
<ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
99+
<Install>true</Install>
100+
</BootstrapperPackage>
101+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
102+
<Visible>False</Visible>
103+
<ProductName>.NET Framework 3.5 SP1</ProductName>
104+
<Install>false</Install>
105+
</BootstrapperPackage>
106+
</ItemGroup>
107+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108+
</Project>

Examples/Join_Session/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
</configuration>

0 commit comments

Comments
 (0)