|
16 | 16 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
17 | 17 | <TargetFrameworkProfile />
|
18 | 18 | </PropertyGroup>
|
19 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
20 |
| - <PlatformTarget>x86</PlatformTarget> |
21 |
| - <DebugSymbols>true</DebugSymbols> |
22 |
| - <DebugType>full</DebugType> |
23 |
| - <DefineDebug>true</DefineDebug> |
24 |
| - <DefineTrace>true</DefineTrace> |
25 |
| - <OutputPath>bin\Debug\</OutputPath> |
26 |
| - <DocumentationFile>ViVeTool_GUI.xml</DocumentationFile> |
27 |
| - <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
28 |
| - </PropertyGroup> |
29 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
30 |
| - <PlatformTarget>x86</PlatformTarget> |
31 |
| - <DebugType>pdbonly</DebugType> |
32 |
| - <DefineDebug>false</DefineDebug> |
33 |
| - <DefineTrace>true</DefineTrace> |
34 |
| - <Optimize>true</Optimize> |
35 |
| - <OutputPath>bin\Release\</OutputPath> |
36 |
| - <DocumentationFile>ViVeTool_GUI.xml</DocumentationFile> |
37 |
| - <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
38 |
| - </PropertyGroup> |
39 | 19 | <PropertyGroup>
|
40 | 20 | <OptionExplicit>On</OptionExplicit>
|
41 | 21 | </PropertyGroup>
|
|
51 | 31 | <PropertyGroup>
|
52 | 32 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
53 | 33 | </PropertyGroup>
|
54 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
55 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
56 |
| - <OutputPath>bin\Debug\</OutputPath> |
57 |
| - <Prefer32Bit>false</Prefer32Bit> |
58 |
| - <Optimize>true</Optimize> |
59 |
| - </PropertyGroup> |
60 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
61 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
62 |
| - <OutputPath>bin\Release\</OutputPath> |
63 |
| - </PropertyGroup> |
64 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
65 | 35 | <PlatformTarget>x64</PlatformTarget>
|
66 | 36 | <OutputPath>bin\x64\Debug\</OutputPath>
|
|
89 | 59 | <Reference Include="System.Drawing" />
|
90 | 60 | <Reference Include="System.Windows.Forms" />
|
91 | 61 | <Reference Include="Telerik.WinControls, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
92 |
| - <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WinForms R3 2021\Bin40\Telerik.WinControls.dll</HintPath> |
93 |
| - <Private>True</Private> |
94 |
| - </Reference> |
95 |
| - <Reference Include="Telerik.WinControls.GridView, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
96 |
| - <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WinForms R3 2021\Bin40\Telerik.WinControls.GridView.dll</HintPath> |
| 62 | + <HintPath>$(SolutionDir)\lib\RCWF\2021.3.1109.40\Telerik.WinControls.dll</HintPath> |
97 | 63 | <Private>True</Private>
|
98 | 64 | </Reference>
|
99 |
| - <Reference Include="Telerik.WinControls.Themes.Fluent, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" /> |
100 |
| - <Reference Include="Telerik.WinControls.Themes.FluentDark, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" /> |
101 | 65 | <Reference Include="Telerik.WinControls.UI, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
102 |
| - <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WinForms R3 2021\Bin40\Telerik.WinControls.UI.dll</HintPath> |
| 66 | + <HintPath>$(SolutionDir)\lib\RCWF\2021.3.1109.40\Telerik.WinControls.UI.dll</HintPath> |
103 | 67 | <Private>True</Private>
|
104 | 68 | </Reference>
|
105 | 69 | <Reference Include="TelerikCommon, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
|
106 |
| - <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WinForms R3 2021\Bin40\TelerikCommon.dll</HintPath> |
| 70 | + <HintPath>$(SolutionDir)\lib\RCWF\2021.3.1109.40\TelerikCommon.dll</HintPath> |
| 71 | + <Private>True</Private> |
| 72 | + </Reference> |
| 73 | + <Reference Include="Telerik.WinControls.GridView, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
| 74 | + <HintPath>$(SolutionDir)\lib\RCWF\2021.3.1109.40\Telerik.WinControls.GridView.dll</HintPath> |
| 75 | + <Private>True</Private> |
| 76 | + </Reference> |
| 77 | + <Reference Include="Telerik.WinControls.Themes.Fluent, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
| 78 | + <HintPath>$(SolutionDir)\lib\RCWF\2021.3.1109.40\Telerik.WinControls.Themes.Fluent.dll</HintPath> |
| 79 | + <Private>True</Private> |
| 80 | + </Reference> |
| 81 | + <Reference Include="Telerik.WinControls.Themes.FluentDark, Version=2021.3.1109.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
| 82 | + <HintPath>$(SolutionDir)\lib\RCWF\2021.3.1109.40\Telerik.WinControls.Themes.FluentDark.dll</HintPath> |
107 | 83 | <Private>True</Private>
|
108 | 84 | </Reference>
|
109 | 85 | </ItemGroup>
|
|
0 commit comments