corrade-vassal – Diff between revs 6 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 6 Rev 7
Line 9... Line 9...
9 <AppDesignerFolder>Properties</AppDesignerFolder> 9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Vassal</RootNamespace> 10 <RootNamespace>Vassal</RootNamespace>
11 <AssemblyName>Vassal</AssemblyName> 11 <AssemblyName>Vassal</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment> 13 <FileAlignment>512</FileAlignment>
-   14 <PublishUrl>publish\</PublishUrl>
-   15 <Install>true</Install>
-   16 <InstallFrom>Disk</InstallFrom>
-   17 <UpdateEnabled>false</UpdateEnabled>
-   18 <UpdateMode>Foreground</UpdateMode>
-   19 <UpdateInterval>7</UpdateInterval>
-   20 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
-   21 <UpdatePeriodically>false</UpdatePeriodically>
-   22 <UpdateRequired>false</UpdateRequired>
-   23 <MapFileExtensions>true</MapFileExtensions>
-   24 <ApplicationRevision>0</ApplicationRevision>
-   25 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
-   26 <IsWebBootstrapper>false</IsWebBootstrapper>
-   27 <UseApplicationTrust>false</UseApplicationTrust>
-   28 <BootstrapperEnabled>true</BootstrapperEnabled>
14 </PropertyGroup> 29 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <PlatformTarget>AnyCPU</PlatformTarget> 31 <PlatformTarget>AnyCPU</PlatformTarget>
17 <DebugSymbols>true</DebugSymbols> 32 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 33 <DebugType>full</DebugType>
Line 123... Line 138...
123 <Content Include="Vassal.ico" /> 138 <Content Include="Vassal.ico" />
124 </ItemGroup> 139 </ItemGroup>
125 <ItemGroup> 140 <ItemGroup>
126 <Folder Include="libs\" /> 141 <Folder Include="libs\" />
127 </ItemGroup> 142 </ItemGroup>
-   143 <ItemGroup>
-   144 <BootstrapperPackage Include=".NETFramework,Version=v4.5">
-   145 <Visible>False</Visible>
-   146 <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
-   147 <Install>true</Install>
-   148 </BootstrapperPackage>
-   149 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
-   150 <Visible>False</Visible>
-   151 <ProductName>.NET Framework 3.5 SP1</ProductName>
-   152 <Install>false</Install>
-   153 </BootstrapperPackage>
-   154 </ItemGroup>
128 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 156 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130 Other similar extension points exist, see Microsoft.Common.targets. 157 Other similar extension points exist, see Microsoft.Common.targets.
131 <Target Name="BeforeBuild"> 158 <Target Name="BeforeBuild">
132 </Target> 159 </Target>