|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
|
<RootNamespace>UpdateAssemblyInfo</RootNamespace> |
|
|
|
|
@ -18,9 +18,10 @@
@@ -18,9 +18,10 @@
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<NoWarn>1607</NoWarn> |
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<SourceAnalysisOverrideSettingsFile>C:\Users\Daniel\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> |
|
|
|
|
<StartArguments>--REVISION</StartArguments> |
|
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
|
@ -59,5 +60,5 @@
@@ -59,5 +60,5 @@
|
|
|
|
|
<Compile Include="Main.cs" /> |
|
|
|
|
<None Include="Readme.txt" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" /> |
|
|
|
|
</Project> |