TrainSdk.pyproj 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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>c41e2c7a-bfde-4f4b-ac66-887f095cf180</ProjectGuid>
  6. <ProjectHome>.</ProjectHome>
  7. <StartupFile>TrainSdk.py</StartupFile>
  8. <SearchPath>
  9. </SearchPath>
  10. <WorkingDirectory>.</WorkingDirectory>
  11. <OutputPath>.</OutputPath>
  12. <Name>TrainSdk</Name>
  13. <RootNamespace>TrainSdk</RootNamespace>
  14. <SuppressConfigureTestFrameworkPrompt>true</SuppressConfigureTestFrameworkPrompt>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <Compile Include="Test.py">
  26. <SubType>Code</SubType>
  27. </Compile>
  28. <Compile Include="TrainSdk.py" />
  29. </ItemGroup>
  30. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
  31. <!-- Uncomment the CoreCompile target to enable the Build command in
  32. Visual Studio and specify your pre- and post-build commands in
  33. the BeforeBuild and AfterBuild targets below. -->
  34. <!--<Target Name="CoreCompile" />-->
  35. <Target Name="BeforeBuild">
  36. </Target>
  37. <Target Name="AfterBuild">
  38. </Target>
  39. </Project>