mirror of
https://github.com/Ryubing/SharpMetal.git
synced 2025-05-13 03:00:37 +01:00
Fix solution
This commit is contained in:
parent
e538e7b3fd
commit
01f4c8e2b9
2 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMetal", "src\SharpMetal\SharpMetal.csproj", "{6B22F189-90FF-458F-ACC1-40434D12DAA1}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMetal", "src\SharpMetal\SharpMetal.csproj", "{6B22F189-90FF-458F-ACC1-40434D12DAA1}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{8A1148D0-A743-411A-8FF9-1CE13C551EFF} = {8A1148D0-A743-411A-8FF9-1CE13C551EFF}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMetal.Examples.Common", "src\SharpMetal.Examples.Common\SharpMetal.Examples.Common.csproj", "{5787CD6E-B9A9-498C-BEC3-D53C4842FA81}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMetal.Examples.Common", "src\SharpMetal.Examples.Common\SharpMetal.Examples.Common.csproj", "{5787CD6E-B9A9-498C-BEC3-D53C4842FA81}"
|
||||||
EndProject
|
EndProject
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
<Version>1.0.0-preview8</Version>
|
<Version>1.0.0-preview9</Version>
|
||||||
<Description>Handcrafted Metal bindings for C#</Description>
|
<Description>Handcrafted Metal bindings for C#</Description>
|
||||||
<RepositoryUrl>https://github.com/IsaacMarovitz/SharpMetal</RepositoryUrl>
|
<RepositoryUrl>https://github.com/IsaacMarovitz/SharpMetal</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
|
|
Loading…
Reference in a new issue