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

Commit

Permalink
updates from refactoring work
Browse files Browse the repository at this point in the history
  • Loading branch information
fearthecowboy committed Aug 29, 2011
1 parent d19f2d4 commit 9e54e00
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions AnyGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>..\solution\ext\resources\CoApp.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>True</EmbedInteropTypes>
Expand Down Expand Up @@ -83,18 +86,19 @@
<Compile Include="BaseCodeGenerator.cs" />
<Compile Include="BaseGeneratorWithSite.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="$(SolutionDir)\..\solution\Source\AssemblyStrongName.cs" />
<Compile Include="$(SolutionDir)\..\solution\Source\CoApp.Devtools.AssemblyStrongName.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\toolkit\CoApp.Toolkit.Core.csproj">
<ProjectReference Include="..\toolkit\CoApp.Toolkit.csproj">
<Project>{8B7E0D2F-6CA0-4E5E-BF52-1E4BDB132BBC}</Project>
<Name>CoApp.Toolkit.Core</Name>
<Name>CoApp.Toolkit %28coapp.toolkit\CoApp.Toolkit%29</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="InstallAnyGen.cmd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Content Include="$(SolutionDir)\..\solution\ext\resources\CoApp.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit 9e54e00

Please sign in to comment.