|
56 | 56 | <Compile Include="Commons\Entity\FolderProperty.cs" /> |
57 | 57 | <Compile Include="Commons\Entity\HistoryObject.cs" /> |
58 | 58 | <Compile Include="Commons\Entity\Version.cs" /> |
| 59 | + <Compile Include="Commons\JobProgress.cs" /> |
59 | 60 | <Compile Include="Commons\MessageBoxCaptions.cs" /> |
60 | 61 | <Compile Include="Commons\Platform.cs" /> |
61 | 62 | <Compile Include="Commons\XNamespaces.cs" /> |
|
70 | 71 | </Compile> |
71 | 72 | <Compile Include="ComponentModel\Design\FolderCollectionEditor.cs" /> |
72 | 73 | <Compile Include="ComponentModel\Design\FolderSelectionEditor.cs" /> |
| 74 | + <Compile Include="ComponentModel\Trace\TraceManager.cs" /> |
| 75 | + <Compile Include="ComponentModel\Trace\TraceViewerInvoker.cs" /> |
| 76 | + <Compile Include="ComponentModel\Trace\TraceViewerInvokerArgs.cs" /> |
| 77 | + <Compile Include="Forms\BuildForm.cs"> |
| 78 | + <SubType>Form</SubType> |
| 79 | + </Compile> |
| 80 | + <Compile Include="Forms\BuildForm.Designer.cs"> |
| 81 | + <DependentUpon>BuildForm.cs</DependentUpon> |
| 82 | + </Compile> |
| 83 | + <Compile Include="Forms\BuildForm.Methods.cs"> |
| 84 | + <SubType>Form</SubType> |
| 85 | + </Compile> |
| 86 | + <Compile Include="Forms\BuildForm.Variables.cs"> |
| 87 | + <SubType>Form</SubType> |
| 88 | + </Compile> |
73 | 89 | <Compile Include="Forms\MainForm.cs"> |
74 | 90 | <SubType>Form</SubType> |
75 | 91 | </Compile> |
|
87 | 103 | <EmbeddedResource Include="ComponentModel\BaseForm.resx"> |
88 | 104 | <DependentUpon>BaseForm.cs</DependentUpon> |
89 | 105 | </EmbeddedResource> |
| 106 | + <EmbeddedResource Include="Forms\BuildForm.resx"> |
| 107 | + <DependentUpon>BuildForm.cs</DependentUpon> |
| 108 | + </EmbeddedResource> |
90 | 109 | <EmbeddedResource Include="Forms\MainForm.resx"> |
91 | 110 | <DependentUpon>MainForm.cs</DependentUpon> |
92 | 111 | </EmbeddedResource> |
|
114 | 133 | <ItemGroup> |
115 | 134 | <EmbeddedResource Include="Icon.ico" /> |
116 | 135 | </ItemGroup> |
| 136 | + <ItemGroup> |
| 137 | + <Content Include="aieditor.regex.xml"> |
| 138 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 139 | + </Content> |
| 140 | + </ItemGroup> |
117 | 141 | <ItemGroup /> |
118 | 142 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
119 | 143 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments