Skip to content

Commit 33c2e09

Browse files
committed
Added Pack.md
1 parent 48b9687 commit 33c2e09

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DotnetNativeBase.sln

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.8.34330.188
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetNativeBase", "DotnetNativeBase\DotnetNativeBase.csproj", "{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetNativeBase", "DotnetNativeBase\DotnetNativeBase.csproj", "{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D567AF0-62E8-42C3-8B92-72B00F24DFFC}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11+
Pack.md = Pack.md
1112
EndProjectSection
1213
EndProject
1314
Global
1415
GlobalSection(SolutionConfigurationPlatforms) = preSolution
15-
Debug|Any CPU = Debug|Any CPU
16-
Release|Any CPU = Release|Any CPU
16+
Debug|x64 = Debug|x64
17+
Release|x64 = Release|x64
1718
EndGlobalSection
1819
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19-
{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
22-
{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}.Debug|x64.ActiveCfg = Debug|x64
21+
{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}.Debug|x64.Build.0 = Debug|x64
22+
{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}.Release|x64.ActiveCfg = Release|x64
23+
{A2C99A9B-A862-48B0-AAC0-323BAD1FB9DF}.Release|x64.Build.0 = Release|x64
2324
EndGlobalSection
2425
GlobalSection(SolutionProperties) = preSolution
2526
HideSolutionNode = FALSE

DotnetNativeBase/DotnetNativeBase.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212
<RepositoryUrl>https://github.com/DotnetNative/DotnetNativeBase</RepositoryUrl>
1313
<PackageTags>naot korn dnb native</PackageTags>
1414
<Version>1.0.0</Version>
15+
<Platforms>AnyCPU;x64</Platforms>
16+
<PackageReadmeFile>Pack.md</PackageReadmeFile>
1517
</PropertyGroup>
1618

17-
<ItemGroup>
18-
<None Include="..\.editorconfig" Link=".editorconfig" />
19-
</ItemGroup>
20-
2119
<ItemGroup>
2220
<Using Include="System.Runtime.InteropServices" />
2321
</ItemGroup>

Pack.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A library containing structures for easy use of C# in native build

0 commit comments

Comments
 (0)