Patrick Baumgartner 3 jaren geleden
bovenliggende
commit
bb787b27a7
6 gewijzigde bestanden met toevoegingen van 11 en 1 verwijderingen
  1. 1 0
      .gitignore
  2. BIN
      .vs/Trixy/v17/.suo
  3. 4 0
      README.md
  4. 5 0
      Trixy/Trixy.pyproj
  5. 1 1
      Trixy.sln
  6. 0 0
      main.py

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/.vs

BIN
.vs/Trixy/v17/.suo


+ 4 - 0
README.md

@@ -1,2 +1,6 @@
 # Trixy
 
+## Installation
+
+## Useage
+

+ 5 - 0
Trixy/Trixy.pyproj

@@ -23,6 +23,11 @@
   <ItemGroup>
     <Compile Include="main.py" />
   </ItemGroup>
+  <ItemGroup>
+    <Content Include=".gitignore" />
+    <Content Include="LICENSE" />
+    <Content Include="README.md" />
+  </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
   <!-- Uncomment the CoreCompile target to enable the Build command in
        Visual Studio and specify your pre- and post-build commands in

+ 1 - 1
Trixy.sln

@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio Version 17
 VisualStudioVersion = 17.2.32630.192
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Trixy", "Trixy\Trixy.pyproj", "{759BCF3E-A5CD-4A3E-BA77-2FB59715FC84}"
+Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Trixy", "Trixy.pyproj", "{759BCF3E-A5CD-4A3E-BA77-2FB59715FC84}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

Trixy/main.py → main.py