Skip to content
Snippets Groups Projects
Select Git revision
  • 8b4b8a9c8d143284eaf8c7156e20cdf50e23c433
  • development default
  • production protected
3 results

deploy_dev.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Civ V Modpack UI Converter.pyproj 1.60 KiB
    <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
      <PropertyGroup>
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
        <SchemaVersion>2.0</SchemaVersion>
        <ProjectGuid>ea28d07f-cd43-45d1-b01d-1eeeb360d215</ProjectGuid>
        <ProjectHome>
        </ProjectHome>
        <StartupFile>converter.py</StartupFile>
        <SearchPath>
        </SearchPath>
        <WorkingDirectory>.</WorkingDirectory>
        <OutputPath>.</OutputPath>
        <Name>Civ V Modpack UI Converter</Name>
        <RootNamespace>EUI_Converter</RootNamespace>
      </PropertyGroup>
      <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
        <DebugSymbols>true</DebugSymbols>
        <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
      </PropertyGroup>
      <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
        <DebugSymbols>true</DebugSymbols>
        <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
      </PropertyGroup>
      <ItemGroup>
        <Content Include="Process.txt" />
      </ItemGroup>
      <ItemGroup>
        <Compile Include="converter.py" />
        <Compile Include="converter_legacy.py" />
      </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
           the BeforeBuild and AfterBuild targets below. -->
      <!--<Target Name="CoreCompile" />-->
      <Target Name="BeforeBuild">
      </Target>
      <Target Name="AfterBuild">
      </Target>
    </Project>