Skip to content

Commit

Permalink
proj fix
Browse files Browse the repository at this point in the history
  • Loading branch information
homuroll committed Nov 9, 2016
1 parent aef4a90 commit bd0d0e2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions GrEmit/GrEmit/GrEmit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\Assemblies\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\GrEmit.XML</DocumentationFile>
<DocumentationFile>..\..\Assemblies\GrEmit.XML</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\Assemblies\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\GrEmit.XML</DocumentationFile>
<DocumentationFile>..\..\Assemblies\GrEmit.XML</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down Expand Up @@ -200,9 +200,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy $(TargetDir)$(TargetName).dll $(SolutionDir)..\Assemblies\
copy $(TargetDir)$(TargetName).pdb $(SolutionDir)..\Assemblies\
copy $(TargetDir)$(TargetName).xml $(SolutionDir)..\Assemblies\
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit bd0d0e2

Please sign in to comment.