Skip to content

Commit a0800b8

Browse files
committed
shell
1 parent 949df80 commit a0800b8

File tree

5 files changed

+132
-2
lines changed

5 files changed

+132
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" 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+
<ProductVersion>8.0.30703</ProductVersion>
8+
<SchemaVersion>2.0</SchemaVersion>
9+
<ProjectGuid>{CF0F98B6-E6C9-4BBA-B61F-20E00260676F}</ProjectGuid>
10+
<OutputType>Library</OutputType>
11+
<AppDesignerFolder>Properties</AppDesignerFolder>
12+
<RootNamespace>CodeFactory.Automation.Standard.NDF.Logic</RootNamespace>
13+
<AssemblyName>CodeFactory.Automation.Standard.NDF.Logic</AssemblyName>
14+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
15+
<FileAlignment>512</FileAlignment>
16+
<StartAction>Program</StartAction>
17+
<StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram>
18+
</PropertyGroup>
19+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20+
<DebugSymbols>true</DebugSymbols>
21+
<DebugType>full</DebugType>
22+
<Optimize>false</Optimize>
23+
<OutputPath>bin\Debug\</OutputPath>
24+
<DefineConstants>DEBUG;TRACE</DefineConstants>
25+
<ErrorReport>prompt</ErrorReport>
26+
<WarningLevel>4</WarningLevel>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29+
<DebugType>pdbonly</DebugType>
30+
<Optimize>true</Optimize>
31+
<OutputPath>bin\Release\</OutputPath>
32+
<DefineConstants>TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<ItemGroup>
37+
<PackageReference Include="CodeFactory.WinVs.SDK" Version="2.23157.1-PreRelease" />
38+
<Reference Include="System" />
39+
<Reference Include="System.Core" />
40+
<Reference Include="System.Xml.Linq" />
41+
<Reference Include="System.Data.DataSetExtensions" />
42+
<Reference Include="Microsoft.CSharp" />
43+
<Reference Include="System.Data" />
44+
<Reference Include="System.Xml" />
45+
<Reference Include="PresentationCore" />
46+
<Reference Include="PresentationFramework" />
47+
<Reference Include="System.Xaml" />
48+
<Reference Include="WindowsBase" />
49+
</ItemGroup>
50+
<ItemGroup>
51+
<Compile Include="Properties\AssemblyInfo.cs" />
52+
</ItemGroup>
53+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55+
Other similar extension points exist, see Microsoft.Common.targets.
56+
<Target Name="BeforeBuild">
57+
</Target>
58+
<Target Name="AfterBuild">
59+
</Target> -->
60+
</Project>
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
using CodeFactory.WinVs;
2+
using System.Reflection;
3+
using System.Runtime.CompilerServices;
4+
using System.Runtime.InteropServices;
5+
6+
// General Information about an assembly is controlled through the following
7+
// set of attributes. Change these attribute values to modify the information
8+
// associated with an assembly.
9+
[assembly: AssemblyTitle("CodeFactory.Automation.Standard.NDF.Logic")]
10+
[assembly: AssemblyDescription("")]
11+
[assembly: AssemblyConfiguration("")]
12+
[assembly: AssemblyCompany("")]
13+
[assembly: AssemblyProduct("CodeFactory.Automation.Standard.NDF.Logic")]
14+
[assembly: AssemblyCopyright("Copyright © 2023")]
15+
[assembly: AssemblyTrademark("")]
16+
[assembly: AssemblyCulture("")]
17+
18+
// Setting ComVisible to false makes the types in this assembly not visible
19+
// to COM components. If you need to access a type in this assembly from
20+
// COM, set the ComVisible attribute to true on that type.
21+
[assembly: ComVisible(false)]
22+
23+
// The following GUID is for the ID of the typelib if this project is exposed to COM
24+
[assembly: Guid("cf0f98b6-e6c9-4bba-b61f-20e00260676f")]
25+
26+
// Version information for an assembly consists of the following four values:
27+
//
28+
// Major Version
29+
// Minor Version
30+
// Build Number
31+
// Revision
32+
//
33+
// You can specify all the values or you can default the Build and Revision Numbers
34+
// by using the '*' as shown below:
35+
// [assembly: AssemblyVersion("1.0.*")]
36+
[assembly: AssemblyVersion("1.0.0.0")]
37+
[assembly: AssemblyFileVersion("1.0.0.0")]
38+
[assembly: AssemblyCFEnvironment("CFVSW")]
39+
[assembly: AssemblyCFSdkVersion("2.23157.0.1")]

src/Standard/NDF/CodeFactory.Automation.Standard.NDF/CodeFactory.Automation.Standard.NDF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProductVersion>8.0.30703</ProductVersion>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>{85F34E85-968C-47EE-B430-FECFE242150A}</ProjectGuid>
9+
<ProjectGuid>{DF91E081-52B7-4698-AB4A-9ABAE2DBEEBE}</ProjectGuid>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>CodeFactory.Automation.Standard.NDF</RootNamespace>

src/Standard/NDF/CodeFactory.Automation.Standard.NDF/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
[assembly: ComVisible(false)]
2222

2323
// The following GUID is for the ID of the typelib if this project is exposed to COM
24-
[assembly: Guid("85f34e85-968c-47ee-b430-fecfe242150a")]
24+
[assembly: Guid("df91e081-52b7-4698-ab4a-9abae2dbeebe")]
2525

2626
// Version information for an assembly consists of the following four values:
2727
//

src/Standard/NDF/NDF.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.33627.172
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFactory.Automation.Standard.NDF.Logic", "CodeFactory.Automation.Standard.NDF.Logic\CodeFactory.Automation.Standard.NDF.Logic.csproj", "{CF0F98B6-E6C9-4BBA-B61F-20E00260676F}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFactory.Automation.Standard.NDF", "CodeFactory.Automation.Standard.NDF\CodeFactory.Automation.Standard.NDF.csproj", "{DF91E081-52B7-4698-AB4A-9ABAE2DBEEBE}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{CF0F98B6-E6C9-4BBA-B61F-20E00260676F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{CF0F98B6-E6C9-4BBA-B61F-20E00260676F}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{CF0F98B6-E6C9-4BBA-B61F-20E00260676F}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{CF0F98B6-E6C9-4BBA-B61F-20E00260676F}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{DF91E081-52B7-4698-AB4A-9ABAE2DBEEBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{DF91E081-52B7-4698-AB4A-9ABAE2DBEEBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{DF91E081-52B7-4698-AB4A-9ABAE2DBEEBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{DF91E081-52B7-4698-AB4A-9ABAE2DBEEBE}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {BC52BF0C-2255-453D-93CF-675B6880B47C}
30+
EndGlobalSection
31+
EndGlobal

0 commit comments

Comments
 (0)