Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
barnuri committed Dec 14, 2024
1 parent f039cbb commit 86a757f
Show file tree
Hide file tree
Showing 64 changed files with 13 additions and 26 deletions.
24 changes: 12 additions & 12 deletions CSharp.OpenSource.LinqToKql.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35424.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp.OpenSource.LinqToKql", "CSharp.OpenSource.LinqToKql\CSharp.OpenSource.LinqToKql.csproj", "{3886F3DB-BA73-4B41-B0A9-BFC164F414F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp.OpenSource.LinqToKql.Test", "CSharp.OpenSource.LinqToKql.Test\CSharp.OpenSource.LinqToKql.Test.csproj", "{1B00323E-A0BC-45BA-9C28-A7FF49CB52DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{1A6FEC19-0859-470F-8DA9-ED39621955FF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Expand All @@ -18,24 +14,28 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ORMGeneratorTest", "Samples
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp.OpenSource.LinqToKql", "LinqToKql\CSharp.OpenSource.LinqToKql.csproj", "{25705E5A-A919-0A61-504A-547BF2C79E28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp.OpenSource.LinqToKql.Test", "LinqToKql.Test\CSharp.OpenSource.LinqToKql.Test.csproj", "{E1BAF419-9C68-72D7-7D88-D346D2934047}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3886F3DB-BA73-4B41-B0A9-BFC164F414F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3886F3DB-BA73-4B41-B0A9-BFC164F414F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3886F3DB-BA73-4B41-B0A9-BFC164F414F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3886F3DB-BA73-4B41-B0A9-BFC164F414F9}.Release|Any CPU.Build.0 = Release|Any CPU
{1B00323E-A0BC-45BA-9C28-A7FF49CB52DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B00323E-A0BC-45BA-9C28-A7FF49CB52DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B00323E-A0BC-45BA-9C28-A7FF49CB52DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B00323E-A0BC-45BA-9C28-A7FF49CB52DF}.Release|Any CPU.Build.0 = Release|Any CPU
{4E46D615-5150-0B1F-2C79-56265475BA1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E46D615-5150-0B1F-2C79-56265475BA1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E46D615-5150-0B1F-2C79-56265475BA1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E46D615-5150-0B1F-2C79-56265475BA1F}.Release|Any CPU.Build.0 = Release|Any CPU
{25705E5A-A919-0A61-504A-547BF2C79E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25705E5A-A919-0A61-504A-547BF2C79E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25705E5A-A919-0A61-504A-547BF2C79E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25705E5A-A919-0A61-504A-547BF2C79E28}.Release|Any CPU.Build.0 = Release|Any CPU
{E1BAF419-9C68-72D7-7D88-D346D2934047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1BAF419-9C68-72D7-7D88-D346D2934047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1BAF419-9C68-72D7-7D88-D346D2934047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1BAF419-9C68-72D7-7D88-D346D2934047}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Samples/ORMGeneratorTest/ORMGeneratorTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\CSharp.OpenSource.LinqToKql\CSharp.OpenSource.LinqToKql.csproj" />
<ProjectReference Include="..\..\LinqToKql\CSharp.OpenSource.LinqToKql.csproj" />
</ItemGroup>

</Project>
13 changes: 0 additions & 13 deletions docker-compose.yml

This file was deleted.

0 comments on commit 86a757f

Please sign in to comment.