Skip to content

Commit a8c1ef4

Browse files
committed
Updated NuGet packages in DotNetCore solution.
1 parent 6360670 commit a8c1ef4

File tree

7 files changed

+520
-520
lines changed

7 files changed

+520
-520
lines changed

DotNetCore/CodeGen/CodeGen.synproj

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="restore;Build">
2-
<Import Project="..\..\Common.props" />
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<AssemblyName>codegen</AssemblyName>
6-
<TargetFramework>net8.0</TargetFramework>
7-
<DefaultLanguageSourceExtension>.dbl</DefaultLanguageSourceExtension>
8-
<PlatformTarget>AnyCPU</PlatformTarget>
9-
<ProjectGuid>{7FCB9197-372F-4C85-AB05-7765EA2BF067}</ProjectGuid>
10-
<EnableCommonProperties>True</EnableCommonProperties>
11-
<StartArguments> -s cusmas -t syn_data_class -n MyNamespace -r -lf -pause -e -i D:\PUBLIC\CodeGen\SampleTemplates -o D:\PUBLIC\CodeGen\OutputFiles -rps D:\PUBLIC\CodeGen\SampleRepository\rpsmain.ism D:\PUBLIC\CodeGen\SampleRepository\rpstext.ism -debug</StartArguments>
12-
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
13-
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
14-
</PropertyGroup>
15-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16-
<OutputPath />
17-
</PropertyGroup>
18-
<ItemGroup>
19-
<PackageReference Include="NAudio">
20-
<Version>2.2.1</Version>
21-
</PackageReference>
22-
<PackageReference Include="Synergex.SynergyDE.Build">
23-
<Version>24.7.1696</Version>
24-
</PackageReference>
25-
<PackageReference Include="Synergex.SynergyDE.synrnt">
26-
<Version>12.3.1.1019</Version>
27-
</PackageReference>
28-
<PackageReference Include="System.ServiceModel.Syndication">
29-
<Version>8.0.0</Version>
30-
</PackageReference>
31-
</ItemGroup>
32-
<ItemGroup>
33-
<ProjectReference Include="..\CodeGenEngine\CodeGenEngine.synproj">
34-
<Name>CodeGenEngine</Name>
35-
<Project>{d2fc7695-e44f-48c0-a4a5-1e85b76efa48}</Project>
36-
<Private>True</Private>
37-
</ProjectReference>
38-
<ProjectReference Include="..\MethodCatalogAPI\MethodCatalogAPI.synproj">
39-
<Name>MethodCatalogAPI</Name>
40-
<Project>{d3564b19-4e1f-4c84-958c-1443fdaecf87}</Project>
41-
<Private>True</Private>
42-
</ProjectReference>
43-
<ProjectReference Include="..\RepositoryAPI\RepositoryAPI.synproj">
44-
<Name>RepositoryAPI</Name>
45-
<Project>{7f590216-7da0-4662-988b-166c12a0ce1a}</Project>
46-
<Private>True</Private>
47-
</ProjectReference>
48-
</ItemGroup>
49-
<ItemGroup>
50-
<Folder Include="Properties" />
51-
<Folder Include="Resources" />
52-
</ItemGroup>
53-
<ItemGroup>
54-
<Content Include="Properties\launchSettings.json">
55-
<SubType>Content</SubType>
56-
</Content>
57-
<None Include="Resources\GoatSound.wav">
58-
<SubType>Content</SubType>
59-
</None>
60-
</ItemGroup>
61-
<ItemGroup>
62-
<Compile Include="..\..\CodeGen\CodeGen.dbl" />
63-
<Compile Include="..\..\CodeGen\Documentation.dbl" />
64-
<Compile Include="..\..\CodeGen\StructureDefinition.dbl" />
65-
<Compile Include="..\..\CodeGen\UpdateManager.dbl" />
66-
<Compile Include="..\..\CodeGen\Usage.dbl" />
67-
<Compile Include="Properties\Resources.Designer.dbl">
68-
<DependentUpon>Properties\Resources.resx</DependentUpon>
69-
</Compile>
70-
</ItemGroup>
71-
<ItemGroup>
72-
<EmbeddedResource Include="Properties\Resources.resx">
73-
<Generator>ResXFileCodeGenerator</Generator>
74-
</EmbeddedResource>
75-
</ItemGroup>
1+
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="restore;Build">
2+
<Import Project="..\..\Common.props" />
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<AssemblyName>codegen</AssemblyName>
6+
<TargetFramework>net8.0</TargetFramework>
7+
<DefaultLanguageSourceExtension>.dbl</DefaultLanguageSourceExtension>
8+
<PlatformTarget>AnyCPU</PlatformTarget>
9+
<ProjectGuid>{7FCB9197-372F-4C85-AB05-7765EA2BF067}</ProjectGuid>
10+
<EnableCommonProperties>True</EnableCommonProperties>
11+
<StartArguments> -s cusmas -t syn_data_class -n MyNamespace -r -lf -pause -e -i D:\PUBLIC\CodeGen\SampleTemplates -o D:\PUBLIC\CodeGen\OutputFiles -rps D:\PUBLIC\CodeGen\SampleRepository\rpsmain.ism D:\PUBLIC\CodeGen\SampleRepository\rpstext.ism -debug</StartArguments>
12+
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
13+
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<OutputPath />
17+
</PropertyGroup>
18+
<ItemGroup>
19+
<PackageReference Include="NAudio">
20+
<Version>2.2.1</Version>
21+
</PackageReference>
22+
<PackageReference Include="Synergex.SynergyDE.Build">
23+
<Version>25.3.1285</Version>
24+
</PackageReference>
25+
<PackageReference Include="Synergex.SynergyDE.synrnt">
26+
<Version>12.4.1.1002</Version>
27+
</PackageReference>
28+
<PackageReference Include="System.ServiceModel.Syndication">
29+
<Version>9.0.4</Version>
30+
</PackageReference>
31+
</ItemGroup>
32+
<ItemGroup>
33+
<ProjectReference Include="..\CodeGenEngine\CodeGenEngine.synproj">
34+
<Name>CodeGenEngine</Name>
35+
<Project>{d2fc7695-e44f-48c0-a4a5-1e85b76efa48}</Project>
36+
<Private>True</Private>
37+
</ProjectReference>
38+
<ProjectReference Include="..\MethodCatalogAPI\MethodCatalogAPI.synproj">
39+
<Name>MethodCatalogAPI</Name>
40+
<Project>{d3564b19-4e1f-4c84-958c-1443fdaecf87}</Project>
41+
<Private>True</Private>
42+
</ProjectReference>
43+
<ProjectReference Include="..\RepositoryAPI\RepositoryAPI.synproj">
44+
<Name>RepositoryAPI</Name>
45+
<Project>{7f590216-7da0-4662-988b-166c12a0ce1a}</Project>
46+
<Private>True</Private>
47+
</ProjectReference>
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Folder Include="Properties" />
51+
<Folder Include="Resources" />
52+
</ItemGroup>
53+
<ItemGroup>
54+
<Content Include="Properties\launchSettings.json">
55+
<SubType>Content</SubType>
56+
</Content>
57+
<None Include="Resources\GoatSound.wav">
58+
<SubType>Content</SubType>
59+
</None>
60+
</ItemGroup>
61+
<ItemGroup>
62+
<Compile Include="..\..\CodeGen\CodeGen.dbl" />
63+
<Compile Include="..\..\CodeGen\Documentation.dbl" />
64+
<Compile Include="..\..\CodeGen\StructureDefinition.dbl" />
65+
<Compile Include="..\..\CodeGen\UpdateManager.dbl" />
66+
<Compile Include="..\..\CodeGen\Usage.dbl" />
67+
<Compile Include="Properties\Resources.Designer.dbl">
68+
<DependentUpon>Properties\Resources.resx</DependentUpon>
69+
</Compile>
70+
</ItemGroup>
71+
<ItemGroup>
72+
<EmbeddedResource Include="Properties\Resources.resx">
73+
<Generator>ResXFileCodeGenerator</Generator>
74+
</EmbeddedResource>
75+
</ItemGroup>
7676
</Project>
Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
1-
import System
2-
namespace CodeGen.Properties
3-
4-
;;; <summary>
5-
;;; A strongly-typed resource class, for looking up localized strings, etc.
6-
;;; </summary>
7-
;; This class was auto-generated by the StronglyTypedResourceBuilder
8-
;; class via a tool like ResGen or Visual Studio.
9-
;; To add or remove a member, edit your .ResX file then rerun ResGen
10-
;; with the /str option, or rebuild your VS project.
11-
{System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")}
12-
{System.Diagnostics.DebuggerNonUserCodeAttribute()}
13-
{System.Runtime.CompilerServices.CompilerGeneratedAttribute()}
14-
internal class Resources
15-
16-
{System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")}
17-
internal method Resources
18-
endparams
19-
proc
20-
21-
endmethod
22-
23-
private static resourceMan, @System.Resources.ResourceManager
24-
private static resourceCulture, @System.Globalization.CultureInfo
25-
26-
;;; <summary>
27-
;;; Returns the cached ResourceManager instance used by this class.
28-
;;; </summary>
29-
{System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)}
30-
internal static property ResourceManager, @System.Resources.ResourceManager
31-
method get
32-
proc
33-
if (System.Object.ReferenceEquals(resourceMan, ^null))
34-
begin
35-
data temp, @System.Resources.ResourceManager, new System.Resources.ResourceManager("CodeGen.Properties.Resources", ^typeof(Resources).Assembly)
36-
resourceMan = temp
37-
end
38-
mreturn resourceMan
39-
endmethod
40-
endproperty
41-
42-
;;; <summary>
43-
;;; Overrides the current thread's CurrentUICulture property for all
44-
;;; resource lookups using this strongly typed resource class.
45-
;;; </summary>
46-
{System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)}
47-
internal static property Culture, @System.Globalization.CultureInfo
48-
method get
49-
proc
50-
mreturn resourceCulture
51-
endmethod
52-
method set
53-
proc
54-
resourceCulture = value
55-
endmethod
56-
endproperty
57-
58-
;;; <summary>
59-
;;; Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
60-
;;; </summary>
61-
internal static property GoatSound, @System.IO.UnmanagedMemoryStream
62-
method get
63-
proc
64-
mreturn ResourceManager.GetStream("GoatSound", resourceCulture)
65-
endmethod
66-
endproperty
67-
endclass
68-
endnamespace
69-
1+
import System
2+
namespace CodeGen.Properties
3+
4+
;;; <summary>
5+
;;; A strongly-typed resource class, for looking up localized strings, etc.
6+
;;; </summary>
7+
;; This class was auto-generated by the StronglyTypedResourceBuilder
8+
;; class via a tool like ResGen or Visual Studio.
9+
;; To add or remove a member, edit your .ResX file then rerun ResGen
10+
;; with the /str option, or rebuild your VS project.
11+
{System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")}
12+
{System.Diagnostics.DebuggerNonUserCodeAttribute()}
13+
{System.Runtime.CompilerServices.CompilerGeneratedAttribute()}
14+
internal class Resources
15+
16+
{System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")}
17+
internal method Resources
18+
endparams
19+
proc
20+
21+
endmethod
22+
23+
private static resourceMan, @System.Resources.ResourceManager
24+
private static resourceCulture, @System.Globalization.CultureInfo
25+
26+
;;; <summary>
27+
;;; Returns the cached ResourceManager instance used by this class.
28+
;;; </summary>
29+
{System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)}
30+
internal static property ResourceManager, @System.Resources.ResourceManager
31+
method get
32+
proc
33+
if (System.Object.ReferenceEquals(resourceMan, ^null))
34+
begin
35+
data temp, @System.Resources.ResourceManager, new System.Resources.ResourceManager("CodeGen.Properties.Resources", ^typeof(Resources).Assembly)
36+
resourceMan = temp
37+
end
38+
mreturn resourceMan
39+
endmethod
40+
endproperty
41+
42+
;;; <summary>
43+
;;; Overrides the current thread's CurrentUICulture property for all
44+
;;; resource lookups using this strongly typed resource class.
45+
;;; </summary>
46+
{System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)}
47+
internal static property Culture, @System.Globalization.CultureInfo
48+
method get
49+
proc
50+
mreturn resourceCulture
51+
endmethod
52+
method set
53+
proc
54+
resourceCulture = value
55+
endmethod
56+
endproperty
57+
58+
;;; <summary>
59+
;;; Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
60+
;;; </summary>
61+
internal static property GoatSound, @System.IO.UnmanagedMemoryStream
62+
method get
63+
proc
64+
mreturn ResourceManager.GetStream("GoatSound", resourceCulture)
65+
endmethod
66+
endproperty
67+
endclass
68+
endnamespace
69+

0 commit comments

Comments
 (0)