16 |
|
</FileUpgradeFlags> |
17 |
|
<OldToolsVersion>3.5</OldToolsVersion> |
18 |
|
<UpgradeBackupLocation /> |
19 |
+ |
<PublishUrl>publish\</PublishUrl> |
20 |
+ |
<Install>true</Install> |
21 |
+ |
<InstallFrom>Disk</InstallFrom> |
22 |
+ |
<UpdateEnabled>false</UpdateEnabled> |
23 |
+ |
<UpdateMode>Foreground</UpdateMode> |
24 |
+ |
<UpdateInterval>7</UpdateInterval> |
25 |
+ |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
26 |
+ |
<UpdatePeriodically>false</UpdatePeriodically> |
27 |
+ |
<UpdateRequired>false</UpdateRequired> |
28 |
+ |
<MapFileExtensions>true</MapFileExtensions> |
29 |
+ |
<ApplicationRevision>0</ApplicationRevision> |
30 |
+ |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
31 |
+ |
<IsWebBootstrapper>false</IsWebBootstrapper> |
32 |
+ |
<UseApplicationTrust>false</UseApplicationTrust> |
33 |
+ |
<BootstrapperEnabled>true</BootstrapperEnabled> |
34 |
|
</PropertyGroup> |
35 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
36 |
|
<DebugSymbols>true</DebugSymbols> |
56 |
|
<DebugType>full</DebugType> |
57 |
|
<PlatformTarget>x86</PlatformTarget> |
58 |
|
<ErrorReport>prompt</ErrorReport> |
59 |
+ |
<NoWarn>1607</NoWarn> |
60 |
|
</PropertyGroup> |
61 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
62 |
|
<OutputPath>bin\x86\Release\</OutputPath> |
75 |
|
<Reference Include="System.Xml" /> |
76 |
|
</ItemGroup> |
77 |
|
<ItemGroup> |
78 |
+ |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
79 |
+ |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
80 |
+ |
</Compile> |
81 |
|
<Compile Include="IStaticVersionMagic.cs" /> |
82 |
|
<Compile Include="MemoryScanner.cs" /> |
83 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
84 |
|
<Compile Include="VersionMagic.cs" /> |
85 |
|
</ItemGroup> |
86 |
+ |
<ItemGroup> |
87 |
+ |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
88 |
+ |
</ItemGroup> |
89 |
+ |
<ItemGroup> |
90 |
+ |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
91 |
+ |
<Visible>False</Visible> |
92 |
+ |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
93 |
+ |
<Install>false</Install> |
94 |
+ |
</BootstrapperPackage> |
95 |
+ |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
96 |
+ |
<Visible>False</Visible> |
97 |
+ |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
98 |
+ |
<Install>true</Install> |
99 |
+ |
</BootstrapperPackage> |
100 |
+ |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
101 |
+ |
<Visible>False</Visible> |
102 |
+ |
<ProductName>Windows Installer 3.1</ProductName> |
103 |
+ |
<Install>true</Install> |
104 |
+ |
</BootstrapperPackage> |
105 |
+ |
</ItemGroup> |
106 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
107 |
+ |
<PropertyGroup> |
108 |
+ |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
109 |
+ |
</PropertyGroup> |
110 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
111 |
|
Other similar extension points exist, see Microsoft.Common.targets. |
112 |
|
<Target Name="BeforeBuild"> |