mirror of
https://github.com/Alvin-Zilverstand/ict-algemeen-opdrachten.git
synced 2026-03-06 11:06:59 +01:00
Update project file paths and assembly informational versions for consistency across multiple projects
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj": {}
|
"C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj": {
|
"C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
"projectUniqueName": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
||||||
"projectName": "Bankrekening",
|
"projectName": "Bankrekening",
|
||||||
"projectPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
"projectPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
||||||
"packagesPath": "C:\\Users\\steen\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\alvin\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\obj\\",
|
"outputPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
],
|
],
|
||||||
"configFilePaths": [
|
"configFilePaths": [
|
||||||
"C:\\Users\\steen\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
"C:\\Users\\alvin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\steen\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\alvin\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
<SourceRoot Include="C:\Users\steen\.nuget\packages\" />
|
<SourceRoot Include="C:\Users\alvin\.nuget\packages\" />
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Bankrekening")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Bankrekening")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+29d74ade5109ae644fdc41b8e9c55195215f9822")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bba4b4c58158f29b6282c27b32041330896b7053")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Bankrekening")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Bankrekening")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Bankrekening")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Bankrekening")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
e0429339556c0fbb972de86c62a8d59b9ff8c37c312ba50d14580f97c75812a0
|
f4aaff3729a83b37d3d896a5fbd0d975919191718e4d4a9a7a9a479f7a80dab5
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = Bankrekening
|
build_property.RootNamespace = Bankrekening
|
||||||
build_property.ProjectDir = C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\Bankrekening\
|
build_property.ProjectDir = C:\Users\alvin\Desktop\coding\ict-algemeen-opdrachten\Csharp\Bankrekening\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||||
|
|||||||
Binary file not shown.
@@ -8,23 +8,23 @@
|
|||||||
"net9.0-windows7.0": []
|
"net9.0-windows7.0": []
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
"C:\\Users\\steen\\.nuget\\packages\\": {},
|
"C:\\Users\\alvin\\.nuget\\packages\\": {},
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||||
},
|
},
|
||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
"projectUniqueName": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
||||||
"projectName": "Bankrekening",
|
"projectName": "Bankrekening",
|
||||||
"projectPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
"projectPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
||||||
"packagesPath": "C:\\Users\\steen\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\alvin\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\obj\\",
|
"outputPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
],
|
],
|
||||||
"configFilePaths": [
|
"configFilePaths": [
|
||||||
"C:\\Users\\steen\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
"C:\\Users\\alvin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "bUQPk/APgbU=",
|
"dgSpecHash": "ylXR7d/7fqw=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
"projectFilePath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Bankrekening\\Bankrekening.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj": {}
|
"C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj": {
|
"C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
"projectUniqueName": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
||||||
"projectName": "Calc",
|
"projectName": "Calc",
|
||||||
"projectPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
"projectPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
||||||
"packagesPath": "C:\\Users\\steen\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\alvin\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\obj\\",
|
"outputPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
],
|
],
|
||||||
"configFilePaths": [
|
"configFilePaths": [
|
||||||
"C:\\Users\\steen\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
"C:\\Users\\alvin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\steen\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\alvin\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
<SourceRoot Include="C:\Users\steen\.nuget\packages\" />
|
<SourceRoot Include="C:\Users\alvin\.nuget\packages\" />
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Calc")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Calc")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+29d74ade5109ae644fdc41b8e9c55195215f9822")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bba4b4c58158f29b6282c27b32041330896b7053")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Calc")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Calc")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Calc")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Calc")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
4a346d224d9f3ce5240f358a4e50548e0a19c1ea8931c1f7144ac0b25af73a6e
|
ccf24b64f38aea5a893e51ea34bfb2f5bcdc872b8adfc868beeadd560047854a
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = Calc
|
build_property.RootNamespace = Calc
|
||||||
build_property.ProjectDir = C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\Calc\
|
build_property.ProjectDir = C:\Users\alvin\Desktop\coding\ict-algemeen-opdrachten\Csharp\Calc\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||||
|
|||||||
Binary file not shown.
@@ -8,23 +8,23 @@
|
|||||||
"net9.0": []
|
"net9.0": []
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
"C:\\Users\\steen\\.nuget\\packages\\": {},
|
"C:\\Users\\alvin\\.nuget\\packages\\": {},
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||||
},
|
},
|
||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
"projectUniqueName": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
||||||
"projectName": "Calc",
|
"projectName": "Calc",
|
||||||
"projectPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
"projectPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
||||||
"packagesPath": "C:\\Users\\steen\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\alvin\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\obj\\",
|
"outputPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
],
|
],
|
||||||
"configFilePaths": [
|
"configFilePaths": [
|
||||||
"C:\\Users\\steen\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
"C:\\Users\\alvin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "CwZCEwaxHQg=",
|
"dgSpecHash": "hiU45YI2+II=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
"projectFilePath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Calc\\Calc.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
||||||
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Gokspel")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Gokspel")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+29d74ade5109ae644fdc41b8e9c55195215f9822")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bba4b4c58158f29b6282c27b32041330896b7053")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Gokspel")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Gokspel")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Gokspel")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Gokspel")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
771f3c09dffc15a661d67039baa7b2c53e54f538787220e4d7914644cca884f4
|
9e2b832e378aadc050658ba91958fae3843029705e86fea744126b19205eb874
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = Gokspel
|
build_property.RootNamespace = Gokspel
|
||||||
build_property.ProjectDir = C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\Gokspel\
|
build_property.ProjectDir = C:\Users\alvin\Desktop\coding\ict-algemeen-opdrachten\Csharp\Gokspel\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||||
|
|||||||
Binary file not shown.
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj": {}
|
"C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj": {
|
"C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
"projectUniqueName": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
||||||
"projectName": "Gokspel",
|
"projectName": "Gokspel",
|
||||||
"projectPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
"projectPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
||||||
"packagesPath": "C:\\Users\\steen\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\alvin\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\obj\\",
|
"outputPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
],
|
],
|
||||||
"configFilePaths": [
|
"configFilePaths": [
|
||||||
"C:\\Users\\steen\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
"C:\\Users\\alvin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\steen\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\alvin\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
<SourceRoot Include="C:\Users\steen\.nuget\packages\" />
|
<SourceRoot Include="C:\Users\alvin\.nuget\packages\" />
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -8,23 +8,23 @@
|
|||||||
"net9.0-windows7.0": []
|
"net9.0-windows7.0": []
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
"C:\\Users\\steen\\.nuget\\packages\\": {},
|
"C:\\Users\\alvin\\.nuget\\packages\\": {},
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||||
},
|
},
|
||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
"projectUniqueName": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
||||||
"projectName": "Gokspel",
|
"projectName": "Gokspel",
|
||||||
"projectPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
"projectPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
||||||
"packagesPath": "C:\\Users\\steen\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\alvin\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\obj\\",
|
"outputPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
],
|
],
|
||||||
"configFilePaths": [
|
"configFilePaths": [
|
||||||
"C:\\Users\\steen\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
"C:\\Users\\alvin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "EedCrCrDpxg=",
|
"dgSpecHash": "kDgLl3lex1g=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
"projectFilePath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Gokspel\\Gokspel.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
||||||
Binary file not shown.
@@ -10,12 +10,12 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Woordenboek")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("woordenboek")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+151b335fffec1045b419e67f8da49569466929cb")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bba4b4c58158f29b6282c27b32041330896b7053")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Woordenboek")]
|
[assembly: System.Reflection.AssemblyProductAttribute("woordenboek")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Woordenboek")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("woordenboek")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
7320ad0719d10bc4883a6f0c0d8e96add34eb11dada5c02dc697e4034a393546
|
63152e18b1936a494d526381b6d1a76f7beb073a1194e0bfa0cde9a0c8d5bad8
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ build_property.InvariantGlobalization =
|
|||||||
build_property.PlatformNeutralAssembly =
|
build_property.PlatformNeutralAssembly =
|
||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = Woordenboek
|
build_property.RootNamespace = woordenboek
|
||||||
build_property.ProjectDir = C:\Users\steen\Desktop\Alvin\ict-algemeen-opdrachten\Csharp\Woordenboek\
|
build_property.ProjectDir = C:\Users\alvin\Desktop\coding\ict-algemeen-opdrachten\Csharp\Woordenboek\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||||
|
|||||||
Binary file not shown.
@@ -8,23 +8,23 @@
|
|||||||
"net9.0-windows7.0": []
|
"net9.0-windows7.0": []
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
"C:\\Users\\steen\\.nuget\\packages\\": {},
|
"C:\\Users\\alvin\\.nuget\\packages\\": {},
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||||
},
|
},
|
||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\Woordenboek.csproj",
|
"projectUniqueName": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\woordenboek.csproj",
|
||||||
"projectName": "Woordenboek",
|
"projectName": "woordenboek",
|
||||||
"projectPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\Woordenboek.csproj",
|
"projectPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\woordenboek.csproj",
|
||||||
"packagesPath": "C:\\Users\\steen\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\alvin\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\obj\\",
|
"outputPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
],
|
],
|
||||||
"configFilePaths": [
|
"configFilePaths": [
|
||||||
"C:\\Users\\steen\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
"C:\\Users\\alvin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "0XUUCG0J88k=",
|
"dgSpecHash": "RI0paHJwl3E=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\Woordenboek.csproj",
|
"projectFilePath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\woordenboek.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\Woordenboek.csproj": {}
|
"C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\woordenboek.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\Woordenboek.csproj": {
|
"C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\woordenboek.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\Woordenboek.csproj",
|
"projectUniqueName": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\woordenboek.csproj",
|
||||||
"projectName": "Woordenboek",
|
"projectName": "woordenboek",
|
||||||
"projectPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\Woordenboek.csproj",
|
"projectPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\woordenboek.csproj",
|
||||||
"packagesPath": "C:\\Users\\steen\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\alvin\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\obj\\",
|
"outputPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\Csharp\\Woordenboek\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
],
|
],
|
||||||
"configFilePaths": [
|
"configFilePaths": [
|
||||||
"C:\\Users\\steen\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
"C:\\Users\\alvin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\steen\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\alvin\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
<SourceRoot Include="C:\Users\steen\.nuget\packages\" />
|
<SourceRoot Include="C:\Users\alvin\.nuget\packages\" />
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
50
ict-algemeen-opdrachten.sln
Normal file
50
ict-algemeen-opdrachten.sln
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.5.2.0
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Csharp", "Csharp", "{B41BF331-FCCB-2ADF-CDB6-767964B34647}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bankrekening", "Csharp\Bankrekening\Bankrekening.csproj", "{628CDE68-B965-C22E-AD59-6899891FF23C}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calc", "Csharp\Calc\Calc.csproj", "{E1D15EB0-3DE6-3CB3-9A25-16BC01B5D8A7}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gokspel", "Csharp\Gokspel\Gokspel.csproj", "{7FF673A9-0BD8-1B4E-7630-AB6738058171}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "woordenboek", "Csharp\Woordenboek\woordenboek.csproj", "{DCF9BEEB-038B-0951-8810-6FDF195D83C2}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{628CDE68-B965-C22E-AD59-6899891FF23C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{628CDE68-B965-C22E-AD59-6899891FF23C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{628CDE68-B965-C22E-AD59-6899891FF23C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{628CDE68-B965-C22E-AD59-6899891FF23C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{E1D15EB0-3DE6-3CB3-9A25-16BC01B5D8A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{E1D15EB0-3DE6-3CB3-9A25-16BC01B5D8A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{E1D15EB0-3DE6-3CB3-9A25-16BC01B5D8A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{E1D15EB0-3DE6-3CB3-9A25-16BC01B5D8A7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{7FF673A9-0BD8-1B4E-7630-AB6738058171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{7FF673A9-0BD8-1B4E-7630-AB6738058171}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{7FF673A9-0BD8-1B4E-7630-AB6738058171}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{7FF673A9-0BD8-1B4E-7630-AB6738058171}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{DCF9BEEB-038B-0951-8810-6FDF195D83C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{DCF9BEEB-038B-0951-8810-6FDF195D83C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{DCF9BEEB-038B-0951-8810-6FDF195D83C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{DCF9BEEB-038B-0951-8810-6FDF195D83C2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(NestedProjects) = preSolution
|
||||||
|
{628CDE68-B965-C22E-AD59-6899891FF23C} = {B41BF331-FCCB-2ADF-CDB6-767964B34647}
|
||||||
|
{E1D15EB0-3DE6-3CB3-9A25-16BC01B5D8A7} = {B41BF331-FCCB-2ADF-CDB6-767964B34647}
|
||||||
|
{7FF673A9-0BD8-1B4E-7630-AB6738058171} = {B41BF331-FCCB-2ADF-CDB6-767964B34647}
|
||||||
|
{DCF9BEEB-038B-0951-8810-6FDF195D83C2} = {B41BF331-FCCB-2ADF-CDB6-767964B34647}
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {15D62290-6BAE-4CB0-AD6A-DE9EBB6536F3}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
Reference in New Issue
Block a user