Skip to content

Commit 20cc3b1

Browse files
committed
Updated sln and pyproj to move them out of ./reconnoitre for users who don't use VS
1 parent 2e93f86 commit 20cc3b1

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

reconnoitre/reconnoitre.pyproj renamed to reconnoitre.pyproj

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<SchemaVersion>2.0</SchemaVersion>
66
<ProjectGuid>95b2237b-5174-42ed-90b1-616a70184602</ProjectGuid>
77
<ProjectHome>.</ProjectHome>
8-
<StartupFile>reconnoitre.py</StartupFile>
8+
<StartupFile>
9+
</StartupFile>
910
<SearchPath>
1011
</SearchPath>
1112
<WorkingDirectory>.</WorkingDirectory>
@@ -22,23 +23,18 @@
2223
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
2324
</PropertyGroup>
2425
<ItemGroup>
25-
<Compile Include="directory_helper.py">
26-
<SubType>Code</SubType>
27-
</Compile>
28-
<Compile Include="find_dns.py">
29-
<SubType>Code</SubType>
30-
</Compile>
31-
<Compile Include="ping_sweeper.py">
32-
<SubType>Code</SubType>
33-
</Compile>
34-
<Compile Include="reconnoitre.py" />
35-
<Compile Include="service_scan.py">
36-
<SubType>Code</SubType>
37-
</Compile>
26+
<Compile Include="reconnoitre\directory_helper.py" />
27+
<Compile Include="reconnoitre\find_dns.py" />
28+
<Compile Include="reconnoitre\ping_sweeper.py" />
29+
<Compile Include="reconnoitre\reconnoitre.py" />
30+
<Compile Include="reconnoitre\service_scan.py" />
3831
</ItemGroup>
3932
<ItemGroup>
4033
<Content Include="requirements.txt" />
4134
</ItemGroup>
35+
<ItemGroup>
36+
<Folder Include="reconnoitre\" />
37+
</ItemGroup>
4238
<PropertyGroup>
4339
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
4440
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)