Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Samples/HelloWorld')
-rw-r--r--Samples/HelloWorld/HelloWorld/HelloWorld.csproj12
-rw-r--r--Samples/HelloWorld/HelloWorldAddin/HelloWorldAddin.csproj13
2 files changed, 11 insertions, 14 deletions
diff --git a/Samples/HelloWorld/HelloWorld/HelloWorld.csproj b/Samples/HelloWorld/HelloWorld/HelloWorld.csproj
index 1e6bb44..0573afa 100644
--- a/Samples/HelloWorld/HelloWorld/HelloWorld.csproj
+++ b/Samples/HelloWorld/HelloWorld/HelloWorld.csproj
@@ -12,9 +12,9 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <DebugSymbols>true</DebugSymbols>
+ <DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
+ <Optimize>False</Optimize>
<OutputPath>..\bin</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -23,7 +23,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>none</DebugType>
- <Optimize>false</Optimize>
+ <Optimize>False</Optimize>
<OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -31,12 +31,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="Mono.Addins">
<HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
</Reference>
- <Reference Include="Mono.Addins.CecilReflector, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="Mono.Addins.CecilReflector">
<HintPath>..\..\..\bin\Mono.Addins.CecilReflector.dll</HintPath>
</Reference>
</ItemGroup>
diff --git a/Samples/HelloWorld/HelloWorldAddin/HelloWorldAddin.csproj b/Samples/HelloWorld/HelloWorldAddin/HelloWorldAddin.csproj
index 22eca29..a01c735 100644
--- a/Samples/HelloWorld/HelloWorldAddin/HelloWorldAddin.csproj
+++ b/Samples/HelloWorld/HelloWorldAddin/HelloWorldAddin.csproj
@@ -12,27 +12,26 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
+ <DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
+ <Optimize>False</Optimize>
<OutputPath>..\bin</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
+ <ConsolePause>False</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
- <Optimize>false</Optimize>
+ <Optimize>False</Optimize>
<OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
+ <ConsolePause>False</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="Mono.Addins">
<HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
</Reference>
</ItemGroup>