Skip to content

Commit

Permalink
Convert to VS2022 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt2001 committed Dec 10, 2024
1 parent 20944b1 commit e9356ae
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
71 changes: 71 additions & 0 deletions ouroboros.pyproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{d41e6627-82ce-4f97-b788-65fefa7ed519}</ProjectGuid>
<ProjectHome />
<StartupFile>setup.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include=".github\dependabot.yml" />
<Content Include=".github\workflows\build.yml" />
<Content Include=".github\workflows\codeql-analysis.yml" />
<Content Include=".github\workflows\test-build.yml" />
<Content Include=".gitignore" />
<Content Include="assets\ouroboros_logo_icon_256.png" />
<Content Include="assets\ouroboros_logo_icon_72.png" />
<Content Include="assets\ouroboros_logo_primary.png" />
<Content Include="assets\ouroboros_logo_primary_cropped.jpg" />
<Content Include="assets\ouroboros_logo_primary_cropped.png" />
<Content Include="assets\ouroboros_logo_primary_discord.jpg" />
<Content Include="assets\ouroboros_logo_primary_long_cropped.jpg" />
<Content Include="assets\ouroboros_logo_primary_smaller_square_crop.png" />
<Content Include="CHANGELOG.md" />
<Content Include="docker-compose.yml" />
<Content Include="Dockerfile" />
<Content Include="LICENSE" />
<Content Include="locales\es_ES\LC_MESSAGES\notifiers.mo" />
<Content Include="locales\es_ES\LC_MESSAGES\notifiers.po" />
<Content Include="locales\es_ES\LC_MESSAGES\ouroboros.mo" />
<Content Include="locales\es_ES\LC_MESSAGES\ouroboros.po" />
<Content Include="locales\notifiers.pot" />
<Content Include="locales\ouroboros.pot" />
<Content Include="MANIFEST.in" />
<Content Include="ouroboros" />
<Content Include="README.md" />
<Content Include="requirements.txt" />
</ItemGroup>
<ItemGroup>
<Compile Include="pyouroboros\config.py" />
<Compile Include="pyouroboros\dataexporters.py" />
<Compile Include="pyouroboros\dockerclient.py" />
<Compile Include="pyouroboros\helpers.py" />
<Compile Include="pyouroboros\logger.py" />
<Compile Include="pyouroboros\notifiers.py" />
<Compile Include="pyouroboros\ouroboros.py" />
<Compile Include="pyouroboros\__init__.py" />
<Compile Include="setup.py" />
</ItemGroup>
<ItemGroup>
<Folder Include=".github\" />
<Folder Include=".github\workflows\" />
<Folder Include="assets" />
<Folder Include="locales\" />
<Folder Include="locales\es_ES\" />
<Folder Include="locales\es_ES\LC_MESSAGES\" />
<Folder Include="pyouroboros" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>
20 changes: 20 additions & 0 deletions ouroboros.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35521.163 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "ouroboros", "ouroboros.pyproj", "{D41E6627-82CE-4F97-B788-65FEFA7ED519}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D41E6627-82CE-4F97-B788-65FEFA7ED519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D41E6627-82CE-4F97-B788-65FEFA7ED519}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit e9356ae

Please sign in to comment.