|
20 | 20 | </PropertyGroup> |
21 | 21 |
|
22 | 22 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
23 | | - <OutputPath>bin\Debug\</OutputPath> |
24 | | - <AssemblyName>FlaUInspect</AssemblyName> |
| 23 | + <OutputPath>bin\Debug\</OutputPath> |
| 24 | + <AssemblyName>FlaUInspect</AssemblyName> |
25 | 25 | </PropertyGroup> |
26 | 26 |
|
27 | 27 | <PropertyGroup Condition=" '$(Configuration)' == 'UIA2' "> |
28 | | - <DefineConstants>TRACE;AUTOMATION_UIA2</DefineConstants> |
29 | | - <OutputPath>bin\UIA2\</OutputPath> |
30 | | - <AssemblyName>FlaUInspect.UIA2</AssemblyName> |
| 28 | + <DefineConstants>TRACE;AUTOMATION_UIA2</DefineConstants> |
| 29 | + <OutputPath>bin\UIA2\</OutputPath> |
| 30 | + <AssemblyName>FlaUInspect.UIA2</AssemblyName> |
31 | 31 | </PropertyGroup> |
32 | 32 |
|
33 | 33 | <PropertyGroup Condition=" '$(Configuration)' == 'UIA3' "> |
34 | | - <DefineConstants>TRACE;AUTOMATION_UIA3</DefineConstants> |
35 | | - <OutputPath>bin\UIA3\</OutputPath> |
36 | | - <AssemblyName>FlaUInspect.UIA3</AssemblyName> |
| 34 | + <DefineConstants>TRACE;AUTOMATION_UIA3</DefineConstants> |
| 35 | + <OutputPath>bin\UIA3\</OutputPath> |
| 36 | + <AssemblyName>FlaUInspect.UIA3</AssemblyName> |
37 | 37 | </PropertyGroup> |
38 | 38 |
|
39 | 39 | <ItemGroup> |
40 | | - <PackageReference Include="FlaUI.Core" Version="5.0.0" /> |
41 | | - <PackageReference Include="FlaUI.UIA2" Version="5.0.0" /> |
42 | | - <PackageReference Include="FlaUI.UIA3" Version="5.0.0" /> |
| 40 | + <PackageReference Include="FlaUI.Core" Version="5.0.0"/> |
| 41 | + <PackageReference Include="FlaUI.UIA2" Version="5.0.0"/> |
| 42 | + <PackageReference Include="FlaUI.UIA3" Version="5.0.0"/> |
43 | 43 | </ItemGroup> |
44 | 44 |
|
45 | 45 | <ItemGroup> |
46 | | - <Page Update="Resources\Icons.xaml"> |
47 | | - <Generator>MSBuild:Compile</Generator> |
48 | | - <XamlRuntime>Wpf</XamlRuntime> |
49 | | - <SubType>Designer</SubType> |
50 | | - </Page> |
51 | | - <Page Update="Resources\RibbonIcons.xaml"> |
52 | | - <Generator>MSBuild:Compile</Generator> |
53 | | - <XamlRuntime>Wpf</XamlRuntime> |
54 | | - <SubType>Designer</SubType> |
55 | | - </Page> |
56 | | - <Page Update="Resources\DetailsIcons.xaml"> |
57 | | - <Generator>MSBuild:Compile</Generator> |
58 | | - <XamlRuntime>Wpf</XamlRuntime> |
59 | | - <SubType>Designer</SubType> |
60 | | - </Page> |
61 | | - <Page Update="Resources\ChooseVersionIcons.xaml"> |
62 | | - <Generator>MSBuild:Compile</Generator> |
63 | | - <XamlRuntime>Wpf</XamlRuntime> |
64 | | - <SubType>Designer</SubType> |
65 | | - </Page> |
| 46 | + <Page Update="Resources\Icons.xaml"> |
| 47 | + <Generator>MSBuild:Compile</Generator> |
| 48 | + <XamlRuntime>Wpf</XamlRuntime> |
| 49 | + <SubType>Designer</SubType> |
| 50 | + </Page> |
| 51 | + <Page Update="Resources\RibbonIcons.xaml"> |
| 52 | + <Generator>MSBuild:Compile</Generator> |
| 53 | + <XamlRuntime>Wpf</XamlRuntime> |
| 54 | + <SubType>Designer</SubType> |
| 55 | + </Page> |
| 56 | + <Page Update="Resources\DetailsIcons.xaml"> |
| 57 | + <Generator>MSBuild:Compile</Generator> |
| 58 | + <XamlRuntime>Wpf</XamlRuntime> |
| 59 | + <SubType>Designer</SubType> |
| 60 | + </Page> |
| 61 | + <Page Update="Resources\ChooseVersionIcons.xaml"> |
| 62 | + <Generator>MSBuild:Compile</Generator> |
| 63 | + <XamlRuntime>Wpf</XamlRuntime> |
| 64 | + <SubType>Designer</SubType> |
| 65 | + </Page> |
66 | 66 | </ItemGroup> |
67 | 67 |
|
68 | 68 | <ItemGroup> |
69 | | - <None Update="FlaUInspect.png"> |
70 | | - <Pack>True</Pack> |
71 | | - <PackagePath></PackagePath> |
72 | | - </None> |
| 69 | + <None Update="FlaUInspect.png"> |
| 70 | + <Pack>True</Pack> |
| 71 | + <PackagePath></PackagePath> |
| 72 | + </None> |
73 | 73 | </ItemGroup> |
74 | 74 |
|
75 | 75 | <ItemGroup> |
76 | | - <None Remove="LICENSE" /> |
| 76 | + <None Remove="LICENSE"/> |
77 | 77 | </ItemGroup> |
78 | 78 |
|
79 | 79 | </Project> |
0 commit comments