Skip to content

Commit c96277b

Browse files
committed
update build conditions
1 parent a1db7a0 commit c96277b

10 files changed

+10
-22
lines changed

VNet.System/VNet.System.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
</ItemGroup>
3333
<PropertyGroup Condition="'$(ServerBuild)' != ''">
3434
</PropertyGroup>
35-
<ItemGroup Condition="'$(ServerBuild)' != ''">
35+
<ItemGroup Condition="'$(ServerBuild)' == 'true' ">
3636
</ItemGroup>
37-
<ItemGroup Condition="'$(ServerBuild)' == ''">
37+
<ItemGroup Condition="'$(ServerBuild)' == 'false' Or '$(ServerBuild)' == '' ">
3838
</ItemGroup>
3939
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ServerBuild)' == ''">
4040
<Exec Command="xcopy /e /y &quot;$(TargetPath)&quot; &quot;D:\My Code\VNet bin\&quot;" />
0 Bytes
Binary file not shown.

VNet.System/obj/Debug/net8.0/VNet.System.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"anager, plugin architecture for Lua and C#, culture and localization manager, te" +
1818
"mp file manager, and custom data types for dealing with percentages.")]
1919
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
20-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ba647308a91c3045a4aab1067561a305066d817")]
20+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a1db7a056e1ab4e5fa6bfebc55e3c3e49fb85ea5")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("VNet.System")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("VNet.System")]
2323
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documents":{"D:\\My Code\\VNet\\VNet.System\\*":"https://raw.githubusercontent.com/PrimeEagle/VNet.System/3ba647308a91c3045a4aab1067561a305066d817/*"}}
1+
{"documents":{"D:\\My Code\\VNet\\VNet.System\\*":"https://raw.githubusercontent.com/PrimeEagle/VNet.System/a1db7a056e1ab4e5fa6bfebc55e3c3e49fb85ea5/*"}}
0 Bytes
Binary file not shown.
Binary file not shown.

VNet.System/obj/VNet.System.csproj.nuget.dgspec.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,16 @@
1313
"packagesPath": "C:\\Users\\johnv\\.nuget\\packages\\",
1414
"outputPath": "D:\\My Code\\VNet\\VNet.System\\VNet.System\\obj\\",
1515
"projectStyle": "PackageReference",
16-
"fallbackFolders": [
17-
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
18-
],
1916
"configFilePaths": [
2017
"C:\\Users\\johnv\\AppData\\Roaming\\NuGet\\NuGet.Config",
21-
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
2218
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
2319
],
2420
"originalTargetFrameworks": [
2521
"net8.0"
2622
],
2723
"sources": {
2824
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
29-
"https://api.nuget.org/v3/index.json": {},
30-
"https://nuget.pkg.github.com/PrimeEagle/index.json": {}
25+
"https://api.nuget.org/v3/index.json": {}
3126
},
3227
"frameworks": {
3328
"net8.0": {
@@ -78,7 +73,7 @@
7873
"privateAssets": "all"
7974
}
8075
},
81-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
76+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
8277
}
8378
}
8479
}

VNet.System/obj/VNet.System.csproj.nuget.g.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
66
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
77
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8-
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\johnv\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\johnv\.nuget\packages\</NuGetPackageFolders>
99
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
1010
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
1111
</PropertyGroup>
1212
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
1313
<SourceRoot Include="C:\Users\johnv\.nuget\packages\" />
14-
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
1514
</ItemGroup>
1615
</Project>

VNet.System/obj/project.assets.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,7 @@
543543
]
544544
},
545545
"packageFolders": {
546-
"C:\\Users\\johnv\\.nuget\\packages\\": {},
547-
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
546+
"C:\\Users\\johnv\\.nuget\\packages\\": {}
548547
},
549548
"project": {
550549
"version": "1.0.0",
@@ -555,21 +554,16 @@
555554
"packagesPath": "C:\\Users\\johnv\\.nuget\\packages\\",
556555
"outputPath": "D:\\My Code\\VNet\\VNet.System\\VNet.System\\obj\\",
557556
"projectStyle": "PackageReference",
558-
"fallbackFolders": [
559-
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
560-
],
561557
"configFilePaths": [
562558
"C:\\Users\\johnv\\AppData\\Roaming\\NuGet\\NuGet.Config",
563-
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
564559
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
565560
],
566561
"originalTargetFrameworks": [
567562
"net8.0"
568563
],
569564
"sources": {
570565
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
571-
"https://api.nuget.org/v3/index.json": {},
572-
"https://nuget.pkg.github.com/PrimeEagle/index.json": {}
566+
"https://api.nuget.org/v3/index.json": {}
573567
},
574568
"frameworks": {
575569
"net8.0": {
@@ -620,7 +614,7 @@
620614
"privateAssets": "all"
621615
}
622616
},
623-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
617+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
624618
}
625619
}
626620
}

0 commit comments

Comments
 (0)