|
57 | 57 | <Reference Include="System.Xml" /> |
58 | 58 | </ItemGroup> |
59 | 59 | <ItemGroup> |
| 60 | + <Compile Include="Entity\Actions.cs" /> |
60 | 61 | <Compile Include="Entity\AssemblyInformation.cs" /> |
61 | 62 | <Compile Include="Entity\AssemblyVersion.cs" /> |
| 63 | + <Compile Include="Entity\ProgressStatus.cs" /> |
| 64 | + <Compile Include="Generators\TemplateGenerator.cs"> |
| 65 | + <AutoGen>True</AutoGen> |
| 66 | + <DesignTime>True</DesignTime> |
| 67 | + <DependentUpon>TemplateGenerator.tt</DependentUpon> |
| 68 | + </Compile> |
| 69 | + <Compile Include="Generators\TemplateGeneratorPartial.cs" /> |
62 | 70 | <Compile Include="Globalization\Culture.cs" /> |
63 | 71 | <Compile Include="Program.cs" /> |
64 | 72 | <Compile Include="Properties\AssemblyInfo.cs" /> |
65 | 73 | <Compile Include="Resources\Resource.cs" /> |
66 | 74 | <Compile Include="Resources\ResourceReader.cs" /> |
| 75 | + <Compile Include="Threading\ProgressDescriptionUpdater.cs" /> |
| 76 | + <Compile Include="Threading\ThreadArgs.cs" /> |
| 77 | + <Compile Include="Threading\ThreadPoolHelper.cs" /> |
67 | 78 | <Compile Include="Windows\MainWindow.cs"> |
68 | 79 | <SubType>Form</SubType> |
69 | 80 | </Compile> |
|
84 | 95 | <DependentUpon>MainWindow.cs</DependentUpon> |
85 | 96 | </EmbeddedResource> |
86 | 97 | <None Include="app.config" /> |
| 98 | + <None Include="Generators\TemplateGenerator.tt"> |
| 99 | + <Generator>TextTemplatingFilePreprocessor</Generator> |
| 100 | + <LastGenOutput>TemplateGenerator.cs</LastGenOutput> |
| 101 | + </None> |
87 | 102 | <None Include="Properties\Settings.settings"> |
88 | 103 | <Generator>SettingsSingleFileGenerator</Generator> |
89 | 104 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
100 | 115 | <EmbeddedResource Include="Resources\Icon.ico" /> |
101 | 116 | </ItemGroup> |
102 | 117 | <ItemGroup /> |
| 118 | + <ItemGroup> |
| 119 | + <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
| 120 | + </ItemGroup> |
103 | 121 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
104 | 122 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
105 | 123 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments