Skip to content

Commit b118670

Browse files
committed
プロジェクト ファイルを追加します。
1 parent 80b1c42 commit b118670

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed

KBIS.sln

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27703.2035
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "KBIS", "KBIS\KBIS.pyproj", "{50EA900B-B588-4C4C-AF07-D2FA2113AA62}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{50EA900B-B588-4C4C-AF07-D2FA2113AA62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{50EA900B-B588-4C4C-AF07-D2FA2113AA62}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
GlobalSection(ExtensibilityGlobals) = postSolution
21+
SolutionGuid = {3FBDEA04-1B51-4F67-A543-571F554FA5FE}
22+
EndGlobalSection
23+
EndGlobal

KBIS/KBIS.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

KBIS/KBIS.pyproj

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<PropertyGroup>
3+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4+
<SchemaVersion>2.0</SchemaVersion>
5+
<ProjectGuid>50ea900b-b588-4c4c-af07-d2fa2113aa62</ProjectGuid>
6+
<ProjectHome>.</ProjectHome>
7+
<StartupFile>KBIS.py</StartupFile>
8+
<SearchPath>
9+
</SearchPath>
10+
<WorkingDirectory>.</WorkingDirectory>
11+
<OutputPath>.</OutputPath>
12+
<Name>KBIS</Name>
13+
<RootNamespace>KBIS</RootNamespace>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
16+
<DebugSymbols>true</DebugSymbols>
17+
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
18+
</PropertyGroup>
19+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
20+
<DebugSymbols>true</DebugSymbols>
21+
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
22+
</PropertyGroup>
23+
<ItemGroup>
24+
<Compile Include="KBIS.py" />
25+
</ItemGroup>
26+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
27+
<!-- Uncomment the CoreCompile target to enable the Build command in
28+
Visual Studio and specify your pre- and post-build commands in
29+
the BeforeBuild and AfterBuild targets below. -->
30+
<!--<Target Name="CoreCompile" />-->
31+
<Target Name="BeforeBuild">
32+
</Target>
33+
<Target Name="AfterBuild">
34+
</Target>
35+
</Project>

0 commit comments

Comments
 (0)