diff options
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 3cc3b4f..0b247f3 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -33,6 +33,10 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="CommonMark, Version=0.1.0.0, Culture=neutral, PublicKeyToken=001ef8810438905d, processorArchitecture=MSIL"> + <HintPath>..\packages\CommonMark.NET.0.15.0\lib\net45\CommonMark.dll</HintPath> + <Private>True</Private> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> @@ -143,6 +147,12 @@ <Compile Include="Applications\Shifter.Designer.cs"> <DependentUpon>Shifter.cs</DependentUpon> </Compile> + <Compile Include="Applications\Shiftnet.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\Shiftnet.Designer.cs"> + <DependentUpon>Shiftnet.cs</DependentUpon> + </Compile> <Compile Include="Applications\ShiftoriumFrontend.cs"> <SubType>UserControl</SubType> </Compile> @@ -264,6 +274,9 @@ <EmbeddedResource Include="Applications\Shifter.resx"> <DependentUpon>Shifter.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\Shiftnet.resx"> + <DependentUpon>Shiftnet.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\ShiftoriumFrontend.resx"> <DependentUpon>ShiftoriumFrontend.cs</DependentUpon> </EmbeddedResource> |
