Skip to content

Commit

Permalink
Genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Feb 10, 2016
1 parent c5e255a commit 7e7da62
Show file tree
Hide file tree
Showing 10 changed files with 642 additions and 0 deletions.
51 changes: 51 additions & 0 deletions LECmd.saproj
@@ -0,0 +1,51 @@
<SmartAssemblyProject ProjectId="{517f41f1-a5a8-4539-8d8c-95a8cbd33f3c}" Version="2.0">
<MainAssemblyFileName>.\LECmd\bin\Release\LECmd.exe</MainAssemblyFileName>
<FriendlyName>LECmd</FriendlyName>
<CompanyName>Eric Zimmerman saericzimmerman@gmail.com</CompanyName>
<Configuration Name="Release">
<Options>
<ExceptionReporting EmailToBeNotified="mikestammer@gmail.com" ReportExceptions="1" Template="res:{SmartExceptions}.1033.dll" />
<FeatureUsageReporting Template="res:SmartUsageWithUIConsentFirstRun1033.dll" />
<StringsEncoding />
<StrongNameSigning />
<OtherOptimizations />
<Obfuscation FieldsNameMangling="2" NameMangling="3" />
<OtherProtections />
<Debugging />
</Options>
<ApplicationName>LECmd</ApplicationName>
<Destination DestinationFileName=".\LECmd\bin\LECmd.exe" />
<Assemblies>
<Assembly AssemblyName="LECmd, Culture=neutral, PublicKeyToken=null">
<Merging>
<ResourcesCompression />
<MemberRefsProxy />
<Pruning />
<Obfuscation />
<ControlFlow />
</Merging>
<Embedding />
</Assembly>
<Assembly AssemblyName="NLog, Culture=neutral, PublicKeyToken=5120e14c03d0593c">
<Merging />
<Embedding Embed="1" />
</Assembly>
<Assembly AssemblyName="FluentCommandLineParser, Culture=neutral, PublicKeyToken=null">
<Merging />
<Embedding Embed="1" />
</Assembly>
<Assembly AssemblyName="Lnk, Culture=neutral, PublicKeyToken=null">
<Merging />
<Embedding Embed="1" />
</Assembly>
<Assembly AssemblyName="ExtensionBlocks, Culture=neutral, PublicKeyToken=null">
<Merging />
<Embedding Embed="1" />
</Assembly>
<Assembly AssemblyName="ServiceStack.Text, Culture=neutral, PublicKeyToken=null">
<Merging />
<Embedding Embed="1" />
</Assembly>
</Assemblies>
</Configuration>
</SmartAssemblyProject>
22 changes: 22 additions & 0 deletions LECmd.sln
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LECmd", "LECmd\LECmd.csproj", "{521F0F21-CD78-462E-8FE3-DD1500A9AF7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{521F0F21-CD78-462E-8FE3-DD1500A9AF7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{521F0F21-CD78-462E-8FE3-DD1500A9AF7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{521F0F21-CD78-462E-8FE3-DD1500A9AF7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{521F0F21-CD78-462E-8FE3-DD1500A9AF7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions LECmd/App.config
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
</configuration>
Binary file added LECmd/Dependencies/ExtensionBlocks.dll
Binary file not shown.
Binary file added LECmd/Dependencies/Lnk.dll
Binary file not shown.
85 changes: 85 additions & 0 deletions LECmd/LECmd.csproj
@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{521F0F21-CD78-462E-8FE3-DD1500A9AF7C}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LECmd</RootNamespace>
<AssemblyName>LECmd</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>PcDesktopCheck.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="FluentCommandLineParser, Version=1.4.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FluentCommandLineParser.1.4.3\lib\net35\FluentCommandLineParser.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lnk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Dependencies\Lnk.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.2.3\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ServiceStack.Text, Version=4.0.52.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.Text.4.0.52\lib\net40\ServiceStack.Text.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Dependencies\ExtensionBlocks.dll" />
<Content Include="Dependencies\Lnk.dll" />
<Content Include="PcDesktopCheck.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.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Binary file added LECmd/PcDesktopCheck.ico
Binary file not shown.

0 comments on commit 7e7da62

Please sign in to comment.