|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
16 | 16 | <WarningLevel>4</WarningLevel>
|
17 | 17 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
18 | 18 | <ApplicationIcon>arrow_switch.ico</ApplicationIcon>
|
| 19 | + <FileUpgradeFlags> |
| 20 | + </FileUpgradeFlags> |
| 21 | + <UpgradeBackupLocation> |
| 22 | + </UpgradeBackupLocation> |
| 23 | + <OldToolsVersion>3.5</OldToolsVersion> |
19 | 24 | <PublishUrl>publish\</PublishUrl>
|
20 | 25 | <Install>true</Install>
|
21 | 26 | <InstallFrom>Disk</InstallFrom>
|
|
82 | 87 | <ApplicationDefinition Include="App.xaml">
|
83 | 88 | <Generator>MSBuild:Compile</Generator>
|
84 | 89 | <SubType>Designer</SubType>
|
| 90 | + <Generator>MSBuild:Compile</Generator> |
| 91 | + <SubType>Designer</SubType> |
85 | 92 | </ApplicationDefinition>
|
86 | 93 | <Page Include="About.xaml">
|
87 | 94 | <SubType>Designer</SubType>
|
88 | 95 | <Generator>MSBuild:Compile</Generator>
|
| 96 | + <Generator>MSBuild:Compile</Generator> |
| 97 | + <SubType>Designer</SubType> |
89 | 98 | </Page>
|
90 | 99 | <Page Include="options.xaml">
|
91 | 100 | <SubType>Designer</SubType>
|
92 | 101 | <Generator>MSBuild:Compile</Generator>
|
| 102 | + <Generator>MSBuild:Compile</Generator> |
| 103 | + <SubType>Designer</SubType> |
93 | 104 | </Page>
|
94 | 105 | <Page Include="MainWindow.xaml">
|
95 | 106 | <Generator>MSBuild:Compile</Generator>
|
96 | 107 | <SubType>Designer</SubType>
|
| 108 | + <Generator>MSBuild:Compile</Generator> |
| 109 | + <SubType>Designer</SubType> |
97 | 110 | </Page>
|
98 | 111 | <Compile Include="App.xaml.cs">
|
99 | 112 | <DependentUpon>App.xaml</DependentUpon>
|
|
143 | 156 | <AppDesigner Include="Properties\" />
|
144 | 157 | </ItemGroup>
|
145 | 158 | <ItemGroup>
|
| 159 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 160 | + <Visible>False</Visible> |
| 161 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 162 | + <Install>false</Install> |
| 163 | + </BootstrapperPackage> |
146 | 164 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
147 | 165 | <Visible>False</Visible>
|
148 | 166 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
158 | 176 | <ProductName>.NET Framework 3.5</ProductName>
|
159 | 177 | <Install>true</Install>
|
160 | 178 | </BootstrapperPackage>
|
| 179 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 180 | + <Visible>False</Visible> |
| 181 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 182 | + <Install>false</Install> |
| 183 | + </BootstrapperPackage> |
161 | 184 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
162 | 185 | <Visible>False</Visible>
|
163 | 186 | <ProductName>Windows Installer 3.1</ProductName>
|
|
0 commit comments