|
23 | 23 | <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
24 | 24 | </PropertyGroup>
|
25 | 25 | <ItemGroup>
|
| 26 | + <Compile Include="flansible\ansible_task_output.py"> |
| 27 | + <SubType>Code</SubType> |
| 28 | + </Compile> |
| 29 | + <Compile Include="flansible\ansible_task_status.py"> |
| 30 | + <SubType>Code</SubType> |
| 31 | + </Compile> |
| 32 | + <Compile Include="flansible\auth_helper.py"> |
| 33 | + <SubType>Code</SubType> |
| 34 | + </Compile> |
| 35 | + <Compile Include="flansible\celery_runner.py"> |
| 36 | + <SubType>Code</SubType> |
| 37 | + </Compile> |
| 38 | + <Compile Include="flansible\git.py"> |
| 39 | + <SubType>Code</SubType> |
| 40 | + </Compile> |
| 41 | + <Compile Include="flansible\list_playbooks.py"> |
| 42 | + <SubType>Code</SubType> |
| 43 | + </Compile> |
| 44 | + <Compile Include="flansible\run_ansible_command.py"> |
| 45 | + <SubType>Code</SubType> |
| 46 | + </Compile> |
| 47 | + <Compile Include="flansible\run_ansible_playbook.py"> |
| 48 | + <SubType>Code</SubType> |
| 49 | + </Compile> |
| 50 | + <Compile Include="flansible\util_classes.py"> |
| 51 | + <SubType>Code</SubType> |
| 52 | + </Compile> |
| 53 | + <Compile Include="flansible\__init__.py"> |
| 54 | + <SubType>Code</SubType> |
| 55 | + </Compile> |
| 56 | + <Compile Include="runserver.py"> |
| 57 | + <SubType>Code</SubType> |
| 58 | + </Compile> |
26 | 59 | <Compile Include="flansible_git.py">
|
27 | 60 | <SubType>Code</SubType>
|
28 | 61 | </Compile>
|
|
36 | 69 | </ItemGroup>
|
37 | 70 | <ItemGroup>
|
38 | 71 | <Content Include="config.ini" />
|
| 72 | + <Content Include="flansible\config.ini" /> |
39 | 73 | <Content Include="Examples\app.wsgi" />
|
40 | 74 | <Content Include="Examples\python.conf" />
|
41 | 75 | <Content Include="Examples\README.md" />
|
|
46 | 80 | </ItemGroup>
|
47 | 81 | <ItemGroup>
|
48 | 82 | <Folder Include="Examples\" />
|
| 83 | + <Folder Include="flansible\" /> |
49 | 84 | <Folder Include="Utils\" />
|
50 | 85 | </ItemGroup>
|
51 | 86 | <PropertyGroup>
|
|
0 commit comments