|
10 | 10 | <OutputPath>.</OutputPath> |
11 | 11 | <Name>Maya.Client</Name> |
12 | 12 | <RootNamespace>Maya.Client</RootNamespace> |
13 | | - <InterpreterId>{a76b797f-9426-4cd7-a078-9af9c9e4b437}</InterpreterId> |
14 | | - <InterpreterVersion>2.7</InterpreterVersion> |
| 13 | + <InterpreterId> |
| 14 | + </InterpreterId> |
| 15 | + <InterpreterVersion> |
| 16 | + </InterpreterVersion> |
15 | 17 | <SearchPath>azure_batch_maya\scripts\;azure_batch_maya\scripts\ui\;tests\data\;tests\data\modules\</SearchPath> |
16 | 18 | </PropertyGroup> |
17 | 19 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
34 | 36 | <Compile Include="azure_batch_maya\scripts\assets.py"> |
35 | 37 | <SubType>Code</SubType> |
36 | 38 | </Compile> |
| 39 | + <Compile Include="azure_batch_maya\scripts\aadEnvironmentProvider.py"> |
| 40 | + <SubType>Code</SubType> |
| 41 | + </Compile> |
| 42 | + <Compile Include="azure_batch_maya\scripts\poolImageProvider.py"> |
| 43 | + <SubType>Code</SubType> |
| 44 | + </Compile> |
37 | 45 | <Compile Include="azure_batch_maya\scripts\config.py"> |
38 | 46 | <SubType>Code</SubType> |
39 | 47 | </Compile> |
| 48 | + <Compile Include="azure_batch_maya\scripts\poolImageFilter.py"> |
| 49 | + <SubType>Code</SubType> |
| 50 | + </Compile> |
40 | 51 | <Compile Include="azure_batch_maya\scripts\environment.py"> |
41 | 52 | <SubType>Code</SubType> |
42 | 53 | </Compile> |
|
59 | 70 | </Compile> |
60 | 71 | <Compile Include="azure_batch_maya\scripts\tools\getpip.py" /> |
61 | 72 | <Compile Include="azure_batch_maya\scripts\tools\job_watcher.py" /> |
| 73 | + <Compile Include="azure_batch_maya\scripts\tools\refreshsession.py"> |
| 74 | + <SubType>Code</SubType> |
| 75 | + </Compile> |
62 | 76 | <Compile Include="azure_batch_maya\scripts\ui\ui_assets.py"> |
63 | 77 | <SubType>Code</SubType> |
64 | 78 | </Compile> |
| 79 | + <Compile Include="azure_batch_maya\scripts\ui\ui_containerImage.py"> |
| 80 | + <SubType>Code</SubType> |
| 81 | + </Compile> |
65 | 82 | <Compile Include="azure_batch_maya\scripts\ui\ui_config.py"> |
66 | 83 | <SubType>Code</SubType> |
67 | 84 | </Compile> |
|
84 | 101 | <SubType>Code</SubType> |
85 | 102 | </Compile> |
86 | 103 | <Compile Include="package.py" /> |
| 104 | + <Compile Include="tests\data\modules\default.py" /> |
| 105 | + <Compile Include="tests\data\modules\render_module_a.py" /> |
| 106 | + <Compile Include="tests\data\modules\render_module_b.py" /> |
| 107 | + <Compile Include="tests\data\modules\render_module_c.py" /> |
87 | 108 | <Compile Include="tests\test_assets.py"> |
88 | 109 | <SubType>Code</SubType> |
89 | 110 | </Compile> |
|
96 | 117 | <Compile Include="tests\test_jobwatcher.py"> |
97 | 118 | <SubType>Code</SubType> |
98 | 119 | </Compile> |
| 120 | + <Compile Include="tests\test_poolImages.py"> |
| 121 | + <SubType>Code</SubType> |
| 122 | + </Compile> |
99 | 123 | <Compile Include="tests\test_pools.py"> |
100 | 124 | <SubType>Code</SubType> |
101 | 125 | </Compile> |
|
113 | 137 | <Folder Include="azure_batch_maya\scripts\tools\" /> |
114 | 138 | <Folder Include="azure_batch_maya\scripts\ui\" /> |
115 | 139 | <Folder Include="azure_batch_maya\templates\" /> |
| 140 | + <Folder Include="azure_batch_maya\templates\containers\" /> |
116 | 141 | <Folder Include="docs\" /> |
117 | 142 | <Folder Include="docs\images\" /> |
118 | 143 | <Folder Include="tests\" /> |
119 | | - <Folder Include="tests\test_scene\" /> |
| 144 | + <Folder Include="tests\basic_test_scene\" /> |
| 145 | + <Folder Include="tests\data\modules\" /> |
| 146 | + <Folder Include="tests\json_data\" /> |
| 147 | + <Folder Include="tests\json_data\file_tests\" /> |
| 148 | + <Folder Include="tests\json_data\file_tests\sample_data\" /> |
| 149 | + <Folder Include="tests\data\" /> |
120 | 150 | </ItemGroup> |
121 | 151 | <ItemGroup> |
122 | 152 | <Content Include="azure_batch_maya\icons\btn_background.png" /> |
|
143 | 173 | <Content Include="azure_batch_maya\templates\arnold-2017-windows.json" /> |
144 | 174 | <Content Include="azure_batch_maya\templates\arnold-2018-linux.json" /> |
145 | 175 | <Content Include="azure_batch_maya\templates\arnold-2018-windows.json" /> |
| 176 | + <Content Include="azure_batch_maya\templates\containers\arnold-2017-linux.json" /> |
| 177 | + <Content Include="azure_batch_maya\templates\containers\arnold-2017-windows.json" /> |
| 178 | + <Content Include="azure_batch_maya\templates\containers\arnold-2018-linux.json" /> |
| 179 | + <Content Include="azure_batch_maya\templates\containers\arnold-2018-windows.json" /> |
| 180 | + <Content Include="azure_batch_maya\templates\containers\mayaSoftware-2017-linux.json" /> |
| 181 | + <Content Include="azure_batch_maya\templates\containers\mayaSoftware-2017-windows.json" /> |
| 182 | + <Content Include="azure_batch_maya\templates\containers\mayaSoftware-2018-linux.json" /> |
| 183 | + <Content Include="azure_batch_maya\templates\containers\mayaSoftware-2018-windows.json" /> |
| 184 | + <Content Include="azure_batch_maya\templates\containers\vray-2017-linux.json" /> |
| 185 | + <Content Include="azure_batch_maya\templates\containers\vray-2017-windows.json" /> |
| 186 | + <Content Include="azure_batch_maya\templates\containers\vray-2018-linux.json" /> |
| 187 | + <Content Include="azure_batch_maya\templates\containers\vray-2018-windows.json" /> |
146 | 188 | <Content Include="azure_batch_maya\templates\mayaSoftware-2017-linux.json" /> |
147 | 189 | <Content Include="azure_batch_maya\templates\mayaSoftware-2017-windows.json" /> |
148 | 190 | <Content Include="azure_batch_maya\templates\mayaSoftware-2018-linux.json" /> |
|
162 | 204 | <Content Include="requirements.txt"> |
163 | 205 | <SubType>Code</SubType> |
164 | 206 | </Content> |
165 | | - </ItemGroup> |
166 | | - <ItemGroup> |
167 | | - <Interpreter Include="env\"> |
168 | | - <Id>{a76b797f-9426-4cd7-a078-9af9c9e4b437}</Id> |
169 | | - <BaseInterpreter>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</BaseInterpreter> |
170 | | - <Version>2.7</Version> |
171 | | - <Description>env (Python 64-bit 2.7)</Description> |
172 | | - <InterpreterPath>Scripts\python.exe</InterpreterPath> |
173 | | - <WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath> |
174 | | - <LibraryPath>Lib\</LibraryPath> |
175 | | - <PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable> |
176 | | - <Architecture>Amd64</Architecture> |
177 | | - </Interpreter> |
| 207 | + <Content Include="tests\basic_test_scene\asset_map.mel" /> |
| 208 | + <Content Include="tests\basic_test_scene\test_scene.mb" /> |
| 209 | + <Content Include="tests\basic_test_scene\workspace.mel" /> |
| 210 | + <Content Include="tests\data\azure_batch_test.ini" /> |
| 211 | + <Content Include="tests\data\empty.mb" /> |
| 212 | + <Content Include="tests\data\star.png" /> |
| 213 | + <Content Include="tests\json_data\batch-applicationTemplate-parameters.json" /> |
| 214 | + <Content Include="tests\json_data\batch-applicationTemplate-prohibitedApplicationTemplateInfo.json" /> |
| 215 | + <Content Include="tests\json_data\batch-applicationTemplate-prohibitedId.json" /> |
| 216 | + <Content Include="tests\json_data\batch-applicationTemplate-prohibitedPoolInfo.json" /> |
| 217 | + <Content Include="tests\json_data\batch-applicationTemplate-prohibitedPriority.json" /> |
| 218 | + <Content Include="tests\json_data\batch-applicationTemplate-static.json" /> |
| 219 | + <Content Include="tests\json_data\batch-applicationTemplate-unsupportedProperty.json" /> |
| 220 | + <Content Include="tests\json_data\batch-applicationTemplate-untypedParameter.json" /> |
| 221 | + <Content Include="tests\json_data\batch.job.parameters.json" /> |
| 222 | + <Content Include="tests\json_data\batch.job.parametricsweep.json" /> |
| 223 | + <Content Include="tests\json_data\batch.job.simple.json" /> |
| 224 | + <Content Include="tests\json_data\batch.pool.parameters.json" /> |
| 225 | + <Content Include="tests\json_data\batch.pool.simple.json" /> |
| 226 | + <Content Include="tests\json_data\file_tests\bar.bmp" /> |
| 227 | + <Content Include="tests\json_data\file_tests\foo.txt" /> |
| 228 | + <Content Include="tests\json_data\file_tests\sample_data\test.txt" /> |
178 | 229 | </ItemGroup> |
179 | 230 | <PropertyGroup> |
180 | 231 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
|
0 commit comments