diff options
| author | Michael <[email protected]> | 2017-02-02 09:47:23 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 09:47:23 -0500 |
| commit | bbe37edb68f9e7535216bff80ba3e6b16cbca398 (patch) | |
| tree | 4382859eda0c253e17966159890f49208a41367f /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | d8978b860d950e3ccde3c8beecf8b88bdd4a34a8 (diff) | |
| download | shiftos_thereturn-bbe37edb68f9e7535216bff80ba3e6b16cbca398.tar.gz shiftos_thereturn-bbe37edb68f9e7535216bff80ba3e6b16cbca398.tar.bz2 shiftos_thereturn-bbe37edb68f9e7535216bff80ba3e6b16cbca398.zip | |
Shiftnet, and audio fixes
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> |
