Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Updated to work from vdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Edwards committed Jan 20, 2016
1 parent 40cb2c0 commit 6cd4dc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions DNNStuff.Aggregator.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\bin\</OutputPath>
<OutputPath>..\..\dnn7.dev.com\bin\</OutputPath>
<DocumentationFile>DNNStuff.Aggregator.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DNNVERSION="DNN8"</DefineConstants>
<DefineConstants></DefineConstants>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>true</DebugSymbols>
Expand All @@ -64,12 +64,12 @@
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\bin\</OutputPath>
<OutputPath>..\..\dnn7.dev.com\bin\</OutputPath>
<DocumentationFile>DNNStuff.Aggregator.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DNNVERSION="DNN8"</DefineConstants>
<DefineConstants></DefineConstants>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>false</DebugSymbols>
Expand All @@ -84,8 +84,8 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Trial|AnyCPU' ">
<DefineTrace>true</DefineTrace>
<OutputPath>..\..\bin\</OutputPath>
<DefineConstants>DNNVERSION="DNN8"</DefineConstants>
<OutputPath>..\..\dnn7.dev.com\bin\</OutputPath>
<DefineConstants></DefineConstants>
<BaseAddress>285212672</BaseAddress>
<DocumentationFile>DNNStuff.Aggregator.xml</DocumentationFile>
<Optimize>true</Optimize>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\..\..\bin\</OutputPath>
<OutputPath>..\..\..\..\dnn7.dev.com\bin\</OutputPath>
<DocumentationFile>DNNStuff.Aggregator.SqlDataProvider.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DNNVERSION="DNN8"</DefineConstants>
<DefineConstants></DefineConstants>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>true</DebugSymbols>
Expand All @@ -65,12 +65,12 @@
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\..\..\bin\</OutputPath>
<OutputPath>..\..\..\..\dnn7.dev.com\bin\</OutputPath>
<DocumentationFile>DNNStuff.Aggregator.SqlDataProvider.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DNNVERSION="DNN8"</DefineConstants>
<DefineConstants></DefineConstants>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>false</DebugSymbols>
Expand All @@ -86,9 +86,9 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Trial|AnyCPU' ">
<DefineTrace>true</DefineTrace>
<OutputPath>..\..\..\..\bin\</OutputPath>
<OutputPath>..\..\..\..\dnn7.dev.com\bin\</OutputPath>
<DocumentationFile>DNNStuff.Aggregator.SqlDataProvider.xml</DocumentationFile>
<DefineConstants>DNNVERSION="DNN8"</DefineConstants>
<DefineConstants></DefineConstants>
<BaseAddress>285212672</BaseAddress>
<Optimize>true</Optimize>
<WarningLevel>1</WarningLevel>
Expand Down

0 comments on commit 6cd4dc9

Please sign in to comment.