Skip to content

Commit

Permalink
References as part of exe
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopolo committed Feb 16, 2015
1 parent 93c0316 commit 29fc957
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Tulpep.Integritul.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,13 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E764AE91-F571-4E54-9648-200EEFACBBE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E764AE91-F571-4E54-9648-200EEFACBBE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E764AE91-F571-4E54-9648-200EEFACBBE3}.Debug|x64.ActiveCfg = Debug|x64
{E764AE91-F571-4E54-9648-200EEFACBBE3}.Debug|x64.Build.0 = Debug|x64
{E764AE91-F571-4E54-9648-200EEFACBBE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E764AE91-F571-4E54-9648-200EEFACBBE3}.Release|Any CPU.Build.0 = Release|Any CPU
{E764AE91-F571-4E54-9648-200EEFACBBE3}.Release|x64.ActiveCfg = Release|x64
{E764AE91-F571-4E54-9648-200EEFACBBE3}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
5 changes: 5 additions & 0 deletions Tulpep.Integritul/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<Costura/>

</Weavers>
7 changes: 6 additions & 1 deletion Tulpep.Integritul/Tulpep.Integritul.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<WarningLevel>4</WarningLevel>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<NuGetPackageImportStamp>7f9da700</NuGetPackageImportStamp>
<NuGetPackageImportStamp>04fe62f0</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -155,14 +155,19 @@
<ItemGroup>
<Resource Include="Resources\Entypo-license.txt" />
</ItemGroup>
<ItemGroup>
<Resource Include="FodyWeavers.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<Error Condition="!Exists('..\packages\Fody.1.26.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.1\build\Fody.targets'))" />
</Target>
<Import Project="..\packages\Fody.1.26.1\build\Fody.targets" Condition="Exists('..\packages\Fody.1.26.1\build\Fody.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
2 changes: 2 additions & 0 deletions Tulpep.Integritul/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<package id="Caliburn.Micro" version="2.0.1" targetFramework="net45" />
<package id="Caliburn.Micro.Core" version="2.0.1" targetFramework="net45" />
<package id="Caliburn.Micro.Start" version="2.0.1" targetFramework="net45" />
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.26.1" targetFramework="net45" developmentDependency="true" />
<package id="MahApps.Metro" version="1.0.0.0" targetFramework="net45" />
<package id="MahApps.Metro.Resources" version="0.4.0.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
Expand Down

0 comments on commit 29fc957

Please sign in to comment.