This commit is contained in:
David Kydd 2019-05-30 13:32:39 +12:00
Родитель a162265da0
Коммит 8380bb4038
2 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -227,11 +227,10 @@
<Content Include="tests\json_data\file_tests\bar.bmp" /> <Content Include="tests\json_data\file_tests\bar.bmp" />
<Content Include="tests\json_data\file_tests\foo.txt" /> <Content Include="tests\json_data\file_tests\foo.txt" />
<Content Include="tests\json_data\file_tests\sample_data\test.txt" /> <Content Include="tests\json_data\file_tests\sample_data\test.txt" />
<Content Include="tests\json_data\rendering-container-images.json"/> <Content Include="tests\json_data\rendering-container-images.json" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'ArnoldSDKv4.2.3.1' "> <PropertyGroup Condition=" '$(Configuration)' == 'ArnoldSDKv4.2.3.1' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -243,8 +242,6 @@
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<OutputPath>bin\ArnoldSDKv4.2.4.1\</OutputPath> <OutputPath>bin\ArnoldSDKv4.2.4.1\</OutputPath>
</PropertyGroup> </PropertyGroup>
<Import Condition="Exists($(PtvsTargetsFile))" Project="$(PtvsTargetsFile)" />
<Import Condition="!Exists($(PtvsTargetsFile))" Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in <!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. --> the BeforeBuild and AfterBuild targets below. -->
@ -253,4 +250,5 @@
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project> </Project>

Просмотреть файл

@ -1,7 +1,7 @@
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14 # Visual Studio 15
VisualStudioVersion = 14.0.25420.1 VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "AzureBatchMaya", "AzureBatchMaya.pyproj", "{F585989B-2DF8-4241-8D02-948958187914}" Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "AzureBatchMaya", "AzureBatchMaya.pyproj", "{F585989B-2DF8-4241-8D02-948958187914}"
EndProject EndProject
@ -21,4 +21,7 @@ Global
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
EndGlobalSection EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53A23092-78CA-4629-A175-999717F6B42B}
EndGlobalSection
EndGlobal EndGlobal