diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-03-31 10:12:51 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-03-31 10:12:51 +0300 |
| commit | 53b77b20ed366c20958ea2d88275a9dc2c2d2f80 (patch) | |
| tree | d4cf4d43cee06dc6fb12f41b3325fcfd9bbc19c3 /Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj | |
| parent | 15753ad60333a715ffa88b3d1ce461e1f6e6bce0 (diff) | |
| parent | 05baf6a0dda66fdc1b66d3f769e709f88b540e1d (diff) | |
| download | Tango-53b77b20ed366c20958ea2d88275a9dc2c2d2f80.tar.gz Tango-53b77b20ed366c20958ea2d88275a9dc2c2d2f80.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj')
| -rw-r--r-- | Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj index 5dde283e0..645978cac 100644 --- a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj +++ b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj @@ -37,6 +37,7 @@ <Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL"> <HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath> </Reference> + <Reference Include="PresentationFramework.Aero2" /> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> @@ -65,9 +66,13 @@ <Reference Include="PresentationFramework" /> </ItemGroup> <ItemGroup> + <Compile Include="Controls\ErrorData.cs" /> <Compile Include="Controls\SharedResourceDictionary.cs" /> <Compile Include="Controls\SolutionItemControl.cs" /> <Compile Include="Controls\TabConrolClose.cs" /> + <Compile Include="Dialogs\AddNewControl.xaml.cs"> + <DependentUpon>AddNewControl.xaml</DependentUpon> + </Compile> <Compile Include="Dialogs\NewProjectDialog.xaml.cs"> <DependentUpon>NewProjectDialog.xaml</DependentUpon> </Compile> @@ -86,6 +91,7 @@ <Compile Include="IProject.cs" /> <Compile Include="Project.cs" /> <Compile Include="Projects\UnitTestProject.cs" /> + <Compile Include="ProjectType.cs" /> <Compile Include="ProjectTypes\StubProjectType.cs" /> <Compile Include="ProjectTypes\UnitTestProjectType.cs" /> <Compile Include="ScriptIDEView.xaml.cs"> @@ -97,6 +103,11 @@ <Compile Include="ScriptIDEViewVM.cs" /> <Compile Include="Solution.cs" /> <Compile Include="Projects\StubProject.cs" /> + <Compile Include="ViewModelLocator.cs" /> + <Page Include="Dialogs\AddNewControl.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Dialogs\NewProjectDialog.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> @@ -117,6 +128,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="Themes\ButtonStyle.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Themes\ComboboxStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> @@ -125,6 +140,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="Themes\DataGridStyle.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Themes\Generic.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> @@ -137,6 +156,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="Themes\ScrollViewerStyle.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Themes\Shared.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> @@ -216,5 +239,21 @@ <ItemGroup> <Resource Include="Images\OpenFolder_16x.png" /> </ItemGroup> + <ItemGroup> + <Resource Include="Images\checklist.png" /> + </ItemGroup> + <ItemGroup> + <Resource Include="Images\checklist_white_32.png" /> + </ItemGroup> + <ItemGroup> + <Resource Include="Images\checklist_white126.png" /> + </ItemGroup> + <ItemGroup> + <Resource Include="Images\storyboard_white32.png" /> + <Resource Include="Images\storyboard_white_126.png" /> + </ItemGroup> + <ItemGroup> + <Resource Include="Images\test.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
