Skip to content

Commit eb4cfbb

Browse files
author
Chris Maunder
committed
Cleanup
1 parent 5adb3a3 commit eb4cfbb

File tree

6 files changed

+10
-201
lines changed

6 files changed

+10
-201
lines changed

src/SDK/NET/license.md

Lines changed: 0 additions & 171 deletions
This file was deleted.

src/SDK/NET/readme.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/SDK/NET/sign-nuget.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/SDK/Python/Python.pyproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
3+
34
<PropertyGroup>
45
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
</PropertyGroup>
7+
8+
<PropertyGroup>
9+
<Name>CodeProject.AI SDK</Name>
510
<SchemaVersion>2.0</SchemaVersion>
611
<ProjectGuid>{b6a1d372-264e-4f66-b7fb-7ff19587476e}</ProjectGuid>
712
<ProjectHome />
@@ -11,16 +16,12 @@
1116
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
1217
<LaunchProvider>Standard Python launcher</LaunchProvider>
1318
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
14-
<Name>CodeProject.AI SDK</Name>
1519
<IsWindowsApplication>False</IsWindowsApplication>
1620
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
1721
<SuppressPackageInstallationPrompt>True</SuppressPackageInstallationPrompt>
1822
<SuppressEnvironmentCreationPrompt>True</SuppressEnvironmentCreationPrompt>
1923
</PropertyGroup>
20-
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
21-
<PropertyGroup>
22-
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
23-
</PropertyGroup>
24+
2425
<ItemGroup>
2526
<Compile Include="src\codeproject_ai_sdk\common.py" />
2627
<Compile Include="src\codeproject_ai_sdk\module_logging.py" />
@@ -34,14 +35,16 @@
3435
<Compile Include="src\codeproject_ai_sdk\utils\__init__.py" />
3536
<Compile Include="src\codeproject_ai_sdk\__init__.py" />
3637
</ItemGroup>
38+
3739
<ItemGroup>
38-
<Content Include="readme.md" />
3940
<Content Include="requirements.txt" />
4041
</ItemGroup>
42+
4143
<ItemGroup>
4244
<Folder Include="src\" />
4345
<Folder Include="src\codeproject_ai_sdk\" />
4446
<Folder Include="src\codeproject_ai_sdk\utils\" />
4547
</ItemGroup>
48+
4649
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
4750
</Project>

src/SDK/Python/readme.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/demos/clients/dotNet/CodeProject.AI.Explorer/CodeProject.AI.Explorer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<OutputType>WinExe</OutputType>
1010
<Nullable>enable</Nullable>
1111
<UseWindowsForms>true</UseWindowsForms>
12+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1213
<ApplicationIcon>favicon.ico</ApplicationIcon>
1314
<SelfContained>false</SelfContained>
1415
<PublishSingleFile>false</PublishSingleFile>

0 commit comments

Comments
 (0)