-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
601 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
|
||
.vs/ | ||
.idea/ | ||
artifacts/ | ||
bin/ | ||
obj/ | ||
packages/ | ||
testresults/ | ||
log/ | ||
|
||
*.suo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
@ECHO OFF | ||
|
||
|
||
@CALL "build\BuildPackages.cmd" "configuration=Release" "version=5.0.0" | ||
|
||
SET BUILD_CONFIGURATION_FOLDER_NAME=build | ||
|
||
SET BUILD_CONFIGURATION_FOLDER_PATH=%BUILD_CONFIGURATION_FOLDER_NAME% | ||
|
||
@CALL "%BUILD_CONFIGURATION_FOLDER_PATH%\BuildPackages.cmd" "configuration=Release" "version=5.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# NHibernate.ObservableCollections - Changelog | ||
|
||
## 5.0.0 (2024-01-11) | ||
## 5.0.0 (2024-01-24) | ||
|
||
Initial release. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,15 @@ | ||
@ECHO OFF | ||
|
||
|
||
SET OUTPUT_FOLDER_PATH=bin | ||
SET TEMPORARY_OUTPUT_FOLDER_PATH=obj | ||
SET NEV_BIN_FOLDER_PATH=tools\Explicit.NuGet.Versions\bin | ||
SET NEV_OBJ_FOLDER_PATH=tools\Explicit.NuGet.Versions\obj | ||
SET ARTIFACTS_FOLDER_NAME=artifacts | ||
|
||
ECHO. | ||
SET ARTIFACTS_FOLDER_PATH=%ARTIFACTS_FOLDER_NAME% | ||
|
||
REM dotnet clean %1 --configuration Debug | ||
REM dotnet clean %1 --configuration Release | ||
|
||
IF EXIST "%OUTPUT_FOLDER_PATH%" ( | ||
ECHO Deleting "%OUTPUT_FOLDER_PATH%" folder... | ||
IF EXIST "%ARTIFACTS_FOLDER_PATH%" ( | ||
ECHO Deleting "%ARTIFACTS_FOLDER_PATH%" folder... | ||
|
||
RMDIR "%OUTPUT_FOLDER_PATH%" /S /Q | ||
RMDIR "%ARTIFACTS_FOLDER_PATH%\" /S /Q | ||
) | ||
IF EXIST "%TEMPORARY_OUTPUT_FOLDER_PATH%" ( | ||
ECHO Deleting "%TEMPORARY_OUTPUT_FOLDER_PATH%" folder... | ||
|
||
RMDIR "%TEMPORARY_OUTPUT_FOLDER_PATH%" /S /Q | ||
) | ||
|
||
IF EXIST "%NEV_BIN_FOLDER_PATH%" ( | ||
ECHO Deleting "%NEV_BIN_FOLDER_PATH%" folder... | ||
|
||
RMDIR "%NEV_BIN_FOLDER_PATH%" /S /Q | ||
) | ||
IF EXIST "%NEV_OBJ_FOLDER_PATH%" ( | ||
ECHO Deleting "%NEV_OBJ_FOLDER_PATH%" folder... | ||
|
||
RMDIR "%NEV_OBJ_FOLDER_PATH%" /S /Q | ||
) | ||
|
||
ECHO. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<!-- | ||
TARGETS | ||
--> | ||
|
||
<Import Project="$(BuildConfigurationFolderPath)Solution.Build.targets" /> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.8.34330.188 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7E507A42-984B-470D-8A0C-648B9AF8E1DC}" | ||
ProjectSection(SolutionItems) = preProject | ||
.editorconfig = .editorconfig | ||
.gitattributes = .gitattributes | ||
.gitignore = .gitignore | ||
CHANGELOG.md = CHANGELOG.md | ||
LICENSE = LICENSE | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{6E3FEE79-C382-439C-AFD9-5505D414680D}" | ||
ProjectSection(SolutionItems) = preProject | ||
BuildPackages.cmd = BuildPackages.cmd | ||
CleanPackages.cmd = CleanPackages.cmd | ||
Directory.Build.props = Directory.Build.props | ||
Directory.Build.targets = Directory.Build.targets | ||
Directory.Packages.props = Directory.Packages.props | ||
nuget.config = nuget.config | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{E8456C26-3E0D-4272-9794-3041D2DC97E8}" | ||
ProjectSection(SolutionItems) = preProject | ||
build\AssemblyInfo.Global.cs = build\AssemblyInfo.Global.cs | ||
build\BuildPackages.cmd = build\BuildPackages.cmd | ||
build\Project.Build.props = build\Project.Build.props | ||
build\Project.Build.targets = build\Project.Build.targets | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Actions", "GitHub Actions", "{7BAAD61E-1493-4B51-A458-2A8F2FDD45FE}" | ||
ProjectSection(SolutionItems) = preProject | ||
.github\workflows\build.yml = .github\workflows\build.yml | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BCAA4557-7813-4A6E-AFE3-D5745C62E6BB}" | ||
ProjectSection(SolutionItems) = preProject | ||
src\Directory.Build.props = src\Directory.Build.props | ||
src\Directory.Build.targets = src\Directory.Build.targets | ||
EndProjectSection | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHibernate.ObservableCollections", "src\NHibernate.ObservableCollections\NHibernate.ObservableCollections.csproj", "{74E68B0D-2E27-4360-8AEB-75D389533DD3}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHibernate.ObservableCollections.Tests", "src\NHibernate.ObservableCollections.Tests\NHibernate.ObservableCollections.Tests.csproj", "{4E1305F2-75E0-4736-9A07-B2AD69C4F1A2}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHibernate.ObservableCollections.Helpers", "src\NHibernate.ObservableCollections.Helpers\NHibernate.ObservableCollections.Helpers.csproj", "{F4BDCE2B-9911-48C9-9D5C-93CB14992966}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHibernate.ObservableCollections.DemoApp", "src\NHibernate.ObservableCollections.DemoApp\NHibernate.ObservableCollections.DemoApp.csproj", "{E97AE325-7B6F-4C7F-AF03-643877DC8C52}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{74E68B0D-2E27-4360-8AEB-75D389533DD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{74E68B0D-2E27-4360-8AEB-75D389533DD3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{74E68B0D-2E27-4360-8AEB-75D389533DD3}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{74E68B0D-2E27-4360-8AEB-75D389533DD3}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{4E1305F2-75E0-4736-9A07-B2AD69C4F1A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{4E1305F2-75E0-4736-9A07-B2AD69C4F1A2}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{4E1305F2-75E0-4736-9A07-B2AD69C4F1A2}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{4E1305F2-75E0-4736-9A07-B2AD69C4F1A2}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{F4BDCE2B-9911-48C9-9D5C-93CB14992966}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F4BDCE2B-9911-48C9-9D5C-93CB14992966}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F4BDCE2B-9911-48C9-9D5C-93CB14992966}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F4BDCE2B-9911-48C9-9D5C-93CB14992966}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{E97AE325-7B6F-4C7F-AF03-643877DC8C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{E97AE325-7B6F-4C7F-AF03-643877DC8C52}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{E97AE325-7B6F-4C7F-AF03-643877DC8C52}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{E97AE325-7B6F-4C7F-AF03-643877DC8C52}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{6E3FEE79-C382-439C-AFD9-5505D414680D} = {7E507A42-984B-470D-8A0C-648B9AF8E1DC} | ||
{7BAAD61E-1493-4B51-A458-2A8F2FDD45FE} = {6E3FEE79-C382-439C-AFD9-5505D414680D} | ||
{E8456C26-3E0D-4272-9794-3041D2DC97E8} = {6E3FEE79-C382-439C-AFD9-5505D414680D} | ||
{BCAA4557-7813-4A6E-AFE3-D5745C62E6BB} = {6E3FEE79-C382-439C-AFD9-5505D414680D} | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {533C1EB4-B488-47CC-AB26-AD9C1A24E5CF} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<!-- | ||
PROPERTIES | ||
--> | ||
|
||
<PropertyGroup> | ||
|
||
<BuildConfigurationFolderName Condition="'$(BuildConfigurationFolderName)' == ''">build</BuildConfigurationFolderName> | ||
<ArtifactsFolderName Condition="'$(ArtifactsFolderName)' == ''">artifacts</ArtifactsFolderName> | ||
<OutputFolderName Condition="'$(OutputFolderName)' == ''">bin</OutputFolderName> | ||
<IntermediateOutputFolderName Condition="'$(IntermediateOutputFolderName)' == ''">obj</IntermediateOutputFolderName> | ||
<PackageOutputFolderName Condition="'$(PackageOutputFolderName)' == ''">packages</PackageOutputFolderName> | ||
|
||
</PropertyGroup> | ||
|
||
</Project> |
Oops, something went wrong.